cancel
Showing results for 
Search instead for 
Did you mean: 

FM to update user attributes in PPOMA

Former Member
0 Kudos

Hi all,

My company have a lot of users. Assign attributes for all of them is little bit difficult. Is there any FM to mass upload attributes for users?

Thanks,

Sayid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Like Dennis said: FM BBP_UPDATE_ATTRIBUTES.

You can use B_UPLOAD_COST_CENTER_ATTRIBUTE for help.

Good way is to define MS Excel file with users and attributes and create own FM to upload these data.

Looka at this weblogs:

/people/kathirvel.balakrishnan2/blog/2005/09/07/remote-function-call-to-sap-system-using-microsoft-excel

/people/kathirvel.balakrishnan2/blog/2006/05/08/data-upload-into-sap-from-microsoft-excel-150-abap-part

Regards,

Marcin Gajewski

Former Member
0 Kudos

Dennis, Marcin,

Thanks Guys I will try that

Sayid

Former Member
0 Kudos

Oh,

And one more...

How to determine in SRM if a user is Manager?

Sayid

Former Member
0 Kudos

Hi,

Have You try use BBPU_GET_MANAGER_FLAG to check if the user is a manager ?

Look at this thread:

Regards,

Marcin Gajewski

0 Kudos

Hi,

you can used Report RHOMATTRIBUTES_REPLACE for massive replace. Otherwise used the FM : BBP_UPDATE_ATTRIBUTES.

Paolo Bitta

Answers (1)

Answers (1)

0 Kudos

Hi,

have you already tried to use BBP_UPDATE_ATTRIBUTES?

Regards

Dennis