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

Upload the data in LSMW using BAPI

Former Member
0 Likes
658

Hi

I have some doubt while uploading the data in LSMW using ther BAPI.

1-In the first step

Change Object Attributes I select the BAPI radio button and enter the appropriate value.

when i am saving the data i am getting an information as

Note- maintain the default value for IDOC inbound

processing.

When i am going to the LSMW window and there i am selecting the

settings->IDOC Inbound Processing

i am getting a window as IDOC Inbound Processing - Preparatoty Measures.

My question is

1-Wheather this field is necessary for the upload process.

2-If yes what are the value i have to enter here and where can i get them or i have to create those values.

Thanks a lot

Mrutyunjaya Tripathy

2 REPLIES 2
Read only

Former Member
0 Likes
459

Hello,

If you choose the BAPI method, the data container would be an IDOC.

for example,

in SAP 46C, it is possible to use a BAPI: BAPI_PO_CREATE which has a a ALE interface with Message Type: PORDCR.

So the Purchase Orders are posted into SAP via ALE using BAPI: BAPI_PO_CREATE.

To realise this the ALE partner profiles have to be maintained for the relevant messages.

Hope the above tips helps you. Please read thro' BC420 which gives a detailed description on the usage of BAPIs in LSMW.

Best Regards, Murugesh AS

Read only

Former Member
0 Likes
459

Go to service.sap.com/LSMW download the LSMW manual for your release. read the section 'Preparations for using IDOC Inbound processing.

MattG.