Material Master Update .. Please Help

Question:
Hi
I have a situation where I have to update a field in the Purchasing View with information from the Basic View for a material using BDC. The problem is the view selection sequence is different for each material.
Example: Material 560024 has the following sequence Basic View, Classification, Purchasing, MRP1 and Accounting. Material 565454 has the following sequence Basic View, Purchasing, MRP1 and Accounting.
How can I check programmically that the Purchasing view for Material 560024 is option 3 and for Material 565454 the Purchasing View is option 2. Material 560024 and 565454 have the same material type.
Please help.
Thank you.
Reg
Answer:
Hi !
Select Basic data view and proceed.
Then you can use OK_CODE = SP<nn> for navigating to various views.
Or
Use FM BAPI_MATERIAL_SAVEDATA.
Regards,
Sudhir/Mohit
Answer:
Hi,
The screen sequence in material master depends on Industry type, material type, transaction code and user. In your case since material type, transaction code (MM01) and user being the same, Put a check on industry type and try again.
It may help.
Regards,
Deepak

More Articles:

ABAP OO?
Batch Input program HELP!!!?
how to get partnerdata from vbpa?
SE16 program?
Table Control Problem?
Passing Values from 1 Window to Other in SAP Script?