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: 

LSMW BAPI method issue

Former Member
0 Kudos
154

Hi All,

Iam working on LSMW BAPI method to upload the contact person address details

ie using BUS4002 and BUS4003 for home address and business address respectively.

This is how i start...

1. I set the settings for LSMW Idoc inbound processing with proper config.

2. Created a project speciying the BOR as well as the method.

3. Steps are performed successfully upto Start IDOC generation Step 13.

4. While performing Idoc processing it fails to post the document.when we check the idoc status it reaches 51 after succesfully performing 50, 64, 62.

the error message which i get is 'No appropriate entry found in table TSADOBJ".

I have also checked the partner profile settings for that message type and the process code is pointing to the correct function module ie BAPI_IDOC_INPUT1.

I would like to know whether do i need any more configuration that needs to be done apart frm the ones mentioned above.

Any comments or ideas would be of gr8 help.

Thanks

Rao

1 REPLY 1

Former Member
0 Kudos
43

In your lsmw mapping, set the value of 'context' as 0001.

This will solve your problem.

Bijay