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 upload query

Former Member
0 Likes
819

dear friends,

i want to uplload material (mm01)data using bdc using background processing bcoz i had 1lac records plz reply me soon .i had processed it but i m getting error in screen 0080.reply me with complete screen shots .

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
795

hi,

check this link.it will give u step by step procedure with screen shots for creating material.

http://www.saptechnical.com/Tutorials/LSMW/MMRecording/Page1.htm

Read only

Former Member
0 Likes
795

Use LSMW instead of BDC.

Regards,

John.

Read only

0 Likes
795

Record the BCD in background mode

Read only

Former Member
0 Likes
795

Hi,

If you want to upload data then you can go for using BAPI instead of doing BDC.

you just have to upload the data to internal table and put a loop at that internal table and and fill the parameters of BAPI and call the BAPI at each loop pass.

It is much faster than BDC.

you can use the BAPI : BAPI_MATERIAL_SAVEDATA.

Read only

0 Likes
795

hello! u had suggested me to go through bapi but i m not much aware of bapi will u plz send me complete screen shots & coding for bapi upload.

plz immediately.

thank u .

Read only

0 Likes
795

hi,

check this link.

http://www.saptechnical.com/SampleSpecs/AutoVendorDebitPosting/AVDP.htm

do the same way for ur transaction.

Read only

0 Likes
795

please give me the complete error... so that i can understand where your going wrong

Regards

VIjay

Read only

Former Member
0 Likes
795

Do use BDC, its better to go for BAPI_MATERIAL_SAVEDATA. error handling is better.