Application Development 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: 

USING BAPI HOW TO UPLOAD THE NAON SAP DATA.?

Former Member
0 Kudos

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

Former Member
0 Kudos

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á

Former Member
0 Kudos

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