cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module/BAPI to create user-IDs in PPOMA_BBP

Former Member
0 Kudos

Hello! I'm needing to find a Function Module or a BAPI to create a Business Partner in the Organization Structure (PPOMA_BBP transaction) for a SU01 user-ID.

We have been doing some research in the source code of the users_gen transaction (SAPLBBP_MASS_CREATION) and we have found the create_single_user_by_rfc subrutine which could be usefull to create a function module to achieve the objective.

Beside this development, is there any standard FM or BAPI that we can use? Any example code?

Thanks a lot in advance!

Ma. Soledad Raffa

Accepted Solutions (0)

Answers (2)

Answers (2)

mani_sreedharala
Active Participant
0 Kudos

Hello Raffa,

you can use the transaction USERS_GEN to create BP for your SU01 users. If you want to create the BP for your SU01 users thru your custom program then you can use the program code behind the transaction USERS_GEN.

Regards,

Mani

Former Member
0 Kudos

Hi

<u><b>Please go through this -></b></u>

look at Function module - BBP_UPDATE_ATTRIBUTES. This is all what I found regarding non-manual user maintenance.

As a starting point, you can use report B_UPLOAD_COST_CENTER_ATTRIBUTE (valid for EBP 4.0 and 5.0) that enable you to assign a master cost center to the employees. Accordingly, for each back-end system you can only import one cost center into the CNT attribute using this report.

However, if you want to assign several cost centers (for example, to assign cost centers to buyers for which they are supposed to purchase), you must use Transaction PPOMA_BBP.

In your case, you have to develop your own specific Zupload report based on B_UPLOAD_COST_CENTER_ATTRIBUTE.

Hope this helps.

Regards

- Atul