cancel
Showing results for 
Search instead for 
Did you mean: 

Updating Attributes at Position Level in SRM

Former Member
0 Kudos

Hello,

I need to update the extended attributes 'Approval Limit' & 'Output Limit' at the position level in SRM Org structure. Could you please help identifying the right FM to use.

I have tried the FM BBP_UPDATE_ATTRIBUTES but it seems it works only for Users and Org units. I am not able to update the position.

Need help.

Thanks,

NB

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use FM BBP_UPDATE_ATTRIBUTES.You can also use Report RHOMATTRIBUTES_REPLACE for massive replace.

Some other FM's:

BBP_LOC_ATTR_IT5502_UPDATE

BBP_WEIGHT_UPDATE_ATTR_WEIGH

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

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

Thanks for the information.

But I am trying to update the POSITION attributes details.

BBP_UPDATE_ATTRIBUTES - This FM is updating the users and org units. This FM doesnot update positions. (If you know of the details to pass to get the position updated, please let me know).

I looked at the other FM's and report you mentioned but none seem to update the Positions.

Do you have any information on the FM's that would update positions?

Neeraja