cancel
Showing results for 
Search instead for 
Did you mean: 

Finding attribute SLAPPROVER

Former Member
0 Kudos

Hi Experts,

I've faced with great problem.

I need create a WF to send BID to user approver.

Using PPOMA_BBP i have the datas i want.

Companies > Purch Organization > Choose user > Attributes > Approver for Value Limit > SLAPPROVER

I found the approver.

In SU01 I've the other data like profiles and personalization,

Highest value of shopping cart that can be approved > BBP_APPROVAL_LIMIT.

In abap Anybody knows where I can find this information?

Thanks

Paulo Afonso Cordeiro,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To get the SLAPPROVER for a user ,use the FM "BBP_READ_ATTRIBUTES".

To get the Approval limit for a user,use the FM "BBP_BW_GET_APPR_LIMIT".

To fetch the approval limit from table instead of FM ,see the foll thread:

BR,

Disha.

DO reward points for useful answers.

Former Member
0 Kudos

Hi all...

That's it.

Thank you very much.

Rgs.

Paulo Afonso Cordeiro

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. You can store the highest value that can be approved in the limit tab of PPOMA_BBP as well.

Function module BBP_READ_ATTRIBUTES can then be used to read the limits and the SLAPPROVER attribute.

Regards,

Dave.