cancel
Showing results for 
Search instead for 
Did you mean: 

Updation of attributes

Former Member
0 Kudos

Hi All,

Can you please help to confirm my below understanding :

FM - BBP_UPDATE_ATTRIBUTES is used to upload attributes in the "attributes" tab of Organsization structure by giving below inputs:

Org Unit Id or user Id

attributes & their value

Is it mandatory to use this FM via a report only .. Can we try to exceute it via trx se37 just for testing purpose?

Regards,

Pratibha.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you can use this function module using se37 and in report also, but there are mandatory fields you have to pass, the fields are , in Exporting : IS_OBJECT and SCENARIO_P and in Tables : IT_ATTR_P,

Once you pass this parameter's it will work.

Hope this is solved your issue.

Regards,

Nag..

Former Member
0 Kudos

hi,

The FM- BBP_UPDATE_ATTRIBUTES is overwriting the attributes if there are any for a particular user.

let us know is there any other way such that it should creates an entry if it is not there or else it should update if an attribute already there.

BTW, The FM is working in both ways 1) direct execution through SE37 2) through a Report program.

thanks,

gupta.

former_member183819
Active Contributor
0 Kudos

try . it should work or visit SRM wiki

kathir written a sample code to update attribute . paste them in your box and test.