HI Experts,
I am using SRM 5.0,we are using shopping cart scenario and as per my current requirement i have to find out the spending limit of the user which is maintain in PPO_BBP transaction under extended Attribute tab in output limit.
I think the name of the attribute for the same is "SPEND_LIM".
I have used the function Module "BBP_READ_ATTRIBUTES" for the same using IV_USER as SAP User ID
IV_SCENARIO = BBP
IT_ATTR_LIST = SPEND_LIM
but in the output i am getting some garbage values with the Proper currency(##倀ఀEUR).
Can anyone tell me how to find the Spending limit/Output limit attribute of extended attribute tab??
We have maintain the values using Org. Structure only,it is not maintained by ROLES or SU01 data.
I have already tried to find the value in table "SPERS_OBJ" but it is not there also.
Please help me.
Thanks in Advance.