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 Business Object not showing all methods

Former Member
0 Kudos
335

I am trying to use a BAPI in an LSMW but the Business Object is not bringing in all the methods available. When I view the Business Object in the BOR (SWO1) it shows about 20 BAPI methods available but when I look at possible methods in the LSMW it only has 3 available. Is this configurable somehow? The BO in question is 'USER' and the method I'm trying to use is BAPI_USER_ACTGROUPS_ASSIGN which assigns roles to users.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
101

Hi David,

Poking around it appears that the methods are not mainitained/delivered in table TBDBA. A search pointed me to the following link

[Generating the BAPI/IDoc Interface|http://help.sap.com/saphelp_40b/helpdata/en/78/21740f51ce11d189570000e829fbbd/content.htm]

outlining on how to update this table (transaction BDBG).

Hope this helps,

Robert

1 REPLY 1

Former Member
0 Kudos
102

Hi David,

Poking around it appears that the methods are not mainitained/delivered in table TBDBA. A search pointed me to the following link

[Generating the BAPI/IDoc Interface|http://help.sap.com/saphelp_40b/helpdata/en/78/21740f51ce11d189570000e829fbbd/content.htm]

outlining on how to update this table (transaction BDBG).

Hope this helps,

Robert