Skip to Content
Author's profile photo Y.T. Ho

One way to mass add BP role to business partners

In response to a post (Re: Mass add BP role to BP), here’s how I worked out my LSMW to add a role to a list of Busines partners.

This post does not explain how LSMW works and how it should be done. Just some details of how you can do it. There are plenty of posts about LSMW.

 

I used a LSMW because I wasn’t able to use the following alternatives (or find any other alternatives):

1. tcode MASS(D): could only modify, not able to add new records –> unsuitable.

2. BAPI_BUPA_ROLE_ADD_2:      (tcode se37) could only modify, not able to add new records –> unsuitable.

step 1 – Settings of transaction BP:

1.PNG

step 2 – create recording and configure LSMW steps and prepare file that needs to be processed.

create LSMW recording: step by step opening transaction BP, put the BP in edit mode, select the role via the dropdown box, save the changes.

configure LSMW

prepare file that needs to be processed.

 

Hope this helps. Feedback is most welcome since I just started blogging.

Kindest regards,

Yee-Tee

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Thanks a lot ! I will try your method.

      Author's profile photo Luís Pérez Grau
      Luís Pérez Grau

      You can easly do that using LSMW and XIF interfaces, no abap is required, I wouldn't use screen recording as standard GUI transactions for users are not supported by SAP anymore. You can find some information how to upload BPs using LSMW and XIF.

      Cheers!

      Luis

      Author's profile photo Stephen Johannes
      Stephen Johannes

      Honestly don't use BDC with CRM it's not supported period.  You shouldn't be even using transaction BP if you are on a CRM release higher than 5.0 as the dialog transactions are not supported by SAP.

      You can use the LSMW with the inbound XIF idoc adapter.  It's a pretty straight forward and well documented process.  You can search SCN for better details. 

      Then again I have been recommending people using XIF with SAP CRM on SCN since 2005 so I'm slightly biased.

      Take care,

      Stephen
       

      Author's profile photo Former Member
      Former Member

      where is the attachement?

      Author's profile photo Tammy Powlas
      Tammy Powlas

      Thank you for your blog; this helped me today!