Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC

Former Member
0 Likes
619

To write the BDC program (to create material) for MM01...How should I know the driver program and screen no's of MM01.

Is there any standard table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
601

Hi,

You need to do the recording for this one, use SHDB transaction code to record a transaction, this will record the Scrren Number, program name and the Field name including the Ok codes.

To find the Scrren number manually, press System --> Status

Regards

Sudheer

6 REPLIES 6
Read only

Former Member
0 Likes
601

Hi,

Use the transaction SHDB to record the transaction which will automatically generate the program and the screen numbers..

Thanks,

Naren

Read only

0 Likes
601

Hei can you plz give me the steps to write a BDCprogram for MM01.

thanks

Read only

Former Member
0 Likes
602

Hi,

You need to do the recording for this one, use SHDB transaction code to record a transaction, this will record the Scrren Number, program name and the Field name including the Ok codes.

To find the Scrren number manually, press System --> Status

Regards

Sudheer

Read only

Former Member
0 Likes
601

Hi,

Why do you want to know them manually? You can do the BDC recording from SHDB and this will get all the details you need.

Regards,

Sumant.

Read only

Former Member
0 Likes
601

Hi,

Look at the below links for MM01 bdc

Instead of BDC, you can write a BAPI for this MM01, BAPI is very easy and you can not face the problems in the BAPI

BAPI_MATERIAL_SAVEDATA

Regards

Sudheer

Read only

0 Likes
601

yeah its a good suggestion.

But I would like to also learn writng BDC program.....thats where I am looking for steps to write