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

Data Uploading through BAPI.

Former Member
0 Likes
1,718

Hi All,

I want to upload the data through BAPI for transaction code xk01(Vendor Master). Plz tell me what is the procedure to do that. Or if there is any stepwise example plz tell that also.

Thanks and Regards.

Pradip Pawar.

ABAP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
965

Hi,

Use BAPI_VENDOR_CREATE

Regards,

Satish

7 REPLIES 7
Read only

Former Member
0 Likes
966

Hi,

Use BAPI_VENDOR_CREATE

Regards,

Satish

Read only

Former Member
0 Likes
965

Check FM BAPI_VENDOR_CREATE

Read only

Former Member
0 Likes
965
Read only

Former Member
0 Likes
965

hi

step 1 : analasys the flat file.

step2: analasys the transction code ,

in that identify the screen no . field names.

by clicking on system -> status.

step3:do recording the t.code.

generate program.

go through the above step.

if u got any difficulty in this put a line to me.

regards

nagaraju.M

Read only

Former Member
0 Likes
965

USe Function Module BAPI_VENDOR_CREATE

Check this thread for sample Material master upload program.

Read only

Former Member
0 Likes
965

FM BAPI_VENDOR_CREATE just calls the dialogue process so it's probably not what you want.

You can use LSMW, standard SAP program RFBIKR00 or custom batch input.

Rob

Read only

Former Member
0 Likes
965

Thnaks Dear All for your kind response ................

Thanks And Regards.

Pradip Pawar