Hello SAP gurus,
I am new to SRM and I kindly ask the experts to help me with a solution
We have SRM7 extended Scenario, and in SRM PPOMA we have our staff assignment on organization levels.
Please advise the following:
If there is any FM or transaction Code to READ/LIST/EXPORT the extended attributes( the product categories) based on Organization ID ( O 5XXXX123) or based on the BP number (Ex: 656)
based on the export obtained is there a way to MASS update the product categories ?
for ex, we have let's say 200 product cat activate for Org O5000123 and we need now to delete all 200 ( that is the easy step) and to activate only 76 given from a list, is there any FM or Table in SE16 that can do this ( i have found that using table:
HRV5501A in SE16 I can read the "responsabillity" for each Org structure, but I also need the extended atributes of that Org Structure)
like mentioned above, i am new to SRM maintenance there for I am kindly asking for your support. if there is a Tcode or FM that can help me please provide the steps needed to obtain my result.
Thank you advance for your support.
Regards Gigi.
Not sure whether you found solution to this, here is pointer from my end in case this may @ use to you or others.
Use function module 'BBP_READ_ATTRIBUTES' and pass either IV_ATTR_SINGLE or IT_ATTR_LIST with parameter 'PRCAT', it will provide list of product categories assigned to the user or org unit.
The entries get store in HRP1222 and HRT1222 tables against the user/org unit and reference number respectively, or you may use view HRV1222a for combined records.
SAP update the records in dialog mode through FMs 'BBP_OM_DIALOG_ATTRIBUTES_SAVE' or 'RH_PNNNN_MAINTAIN', for background update 'BBP_UPDATE_ATTRIBUTES' may be useful.
Regards,
Nitin