cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the approval limit of a user

Former Member
0 Kudos

Hi,

Is there any table to get the value of approval limit of a user?

Other than using the FM "BBP_BW_GET_APPR_LIMIT"are there any ways to get the approval limit of a particular user provided his username is given?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Here in SRm you need to maintain the approval limits like this.

1. Go to PPOMA_BBP.

2. Fidn the user

3. Go to Extennded attributes.

4. and after that go to PO Value Limits and here you need to maintain the values in Approval Limit for the PO and SC.

And for the expences you need to go in ECC, SE30 and table name Trip_apprival.

here you need to maintianed the user name and values for the expences.

thanks

Satish

Former Member
0 Kudos

Hi,

The values for the attribute BBP_APPROVAL_LIMIT in trascn SU01 under personalization tab for a user is stored in the table "SPERS_OBJ".

BBP_READ_ATTRIBUTES will fetch the approval limits mainatained in Org structure through tcode PPOMA_BBP.

BR,

Disha.

Former Member
0 Kudos

Hi Sowmya,

You can use the FM 'BBP_READ_ATTRIBUTES'

Pass the username in IV_USER

IV_SCENARIO will have the value BBP

and the value for IV_ATTR_SINGLE can be taken from the table T77OMATTR.

You can also go thorugh the following link for getting help to call this FM:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/srm/codeSample2-Reporttodisplayuserattributes

Thanks,

Pradeep