Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editing field in MM

Status
Not open for further replies.

pazzuzu

Programmer
Jan 21, 2010
4
DE


Hi all,

Iam new to ABAP programming and have a task as follows:
Would be great if some one could pour some light to the following questions.

[1]

User is editing some tables in Meaterial Masterdata.
How to know that,for example for a change in a field in "MARA",the change pointers are activated for the fields.
If not activated.How to activate it?


[2]
In the above scenariO(change in a field in "MARA"),what are the informations stored in CDHDR and CDPOS.
Do I have to look for changes in both tables.
Does this table contain information about which meaterial's data was changed(Like does it contain a meaterail number).Because I have to uniquely identify the meaterial for point [3]

[3]

I need to look in to the BOM tables and delete the found meaterial [2] from each of the structures.
Which table should I look in this case. Transaction?
Which category of BOM is this?(Know that for SalesBOM category is 5,for ProductionBOM it is 1).How is this BOM called.


[4]

Which kind of program should I have to create for this task.Is report program,the right one?

[5]
Have to add this created program in a batch Input(SM35) so that It could be run on a daily basis...

[6]
Can I save a program or package to a disc so that I can import this program to an editor in a different machine


Hoping for help..:)

Thanks and regards
P
 
Number 1: never modify a standard table in SAP. make your modifications outside of the table. please post what your goals are.
 
Thanks...
I posted this question long back and in mean time have found a solution
 



It is ALWAYS helpful when solutions are posted for others to benefit from. Please do so.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top