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

USING BAPI HOW TO UPLOAD THE NAON SAP DATA.?

Former Member
0 Likes
418

Hi Dears ,

how to upload the Excel sheet customer master data using BAPI?

PLS could u guide me. regarding above qurey .

i will be waiting for your reply.

Regards

Eswar.

2 REPLIES 2
Read only

Former Member
0 Likes
394

Hi!

To upload na excel, use the FM: ALSM_EXCEL_TO_INTERNAL_TABLE .

To create the customer master data, use FM: BAPI_CUSTOMER_CREATEFROMDATA1.

Regards

Tamá

Read only

Former Member
0 Likes
394

Hi,

First write a program in which upload your excel file to an internal table. And then call your BAPI and pass the required parameters.

Regards,

Saroj