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

BAPI REQUIRD FOR UPLOAD.

Former Member
0 Likes
511

Hello All,

I need to use some standard BAPI for uploading changed Vendor details.i.e.Transaction XD02.The BAPI BAPI_VENDOR_EDIT has no interface structure defined for transfer of data.

So could anyone please tell me if there is any other standard BAPI available for performing

the upload.

Thanks,

Deepti.

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
377

Hi Deepti!

BAPI_VENDOR_EDIT is designed for online edit - unfortunately no help in your case.

I don't know, if an other BAPI gives more help, but you might use IDOCs / call function module IDOC_INPUT_CREDITOR directly.

Upload in transaction LSMW (data migration) can be down with help of report RFBIKR00 - this leads to a batch input. -> This seems to be an 'valid' option, too.

Regards,

Christian

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
378

Hi Deepti!

BAPI_VENDOR_EDIT is designed for online edit - unfortunately no help in your case.

I don't know, if an other BAPI gives more help, but you might use IDOCs / call function module IDOC_INPUT_CREDITOR directly.

Upload in transaction LSMW (data migration) can be down with help of report RFBIKR00 - this leads to a batch input. -> This seems to be an 'valid' option, too.

Regards,

Christian