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

LSMW - BAPI

Former Member
0 Likes
690

Hi,

I am using a LSMW BAPI to upload data from input file(on presentation server) to SAP system. i could upload the data and perform the mappings. My question is do we need to create partner number and partner type in WE20? if yes, what partner type do I need to create either LS9logical system) or US(user). Do I need to do any settings from ALE point of view. Please let me know. This is urgent.

I will assure you full points for the quick replies. Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
579

hi, Boda

if you want to import BAPI in LSMW, create ALE message type for the BAPI in BDBG.

And also need to create a LS partner in WE20, add the ALE message into outbound & inbound acceptable.

And assign a file port to it.

Read only

Former Member
0 Likes
579

If you are using already existing Business object in LSMW then why you need to think about partner creation? YOu can map the fields and execute the LSMW.

If the business object exist with LSMW you do not need to do this.

However if you need to import another BAPI then you have to do that.

Cheers,

Thomas.

Read only

0 Likes
579

Execute LSMW.

Select Settings->IDoc Inbound Processing and perform the below steps.

Maintain file port: Call it LSMW

Maintain Partner Type: Enter US. If US is not maintained click on Maintain partner type and enter US - RSETESTP - READ_USER in the maintenance dialog and save.

Maintain Partner Numbers: Create a partner of type US. Call it LSMW.

Click on Activate IDoc inbound processing.

-Kiran