cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching the Output limit

Former Member
0 Kudos

Hi Frnds,

Can anybody tell me how to fetch the output limit from the tables.

The reqrmtn is we have to determine the Limit of the user who is creating the shopping cart.

It is stored in ppoma_bbp tcode.

But how to fetch this limit by the perons user name who has created the shoping cart.

We need to determine the output limit not the approval limit as it is already used for contracts in our system.

Thanks

ROhit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rohit,

You can use the FM BBP_READ_ATTRIBUTES.

The attributes names u want to fetch are available in table T77OMATTR.

Thanks,

Pradeep

Former Member
0 Kudos

Non of the FM's are working . i had tried FM BBP_BW_GET_APPR_LIMIT but it is giving me APROVAL LIMIT and not the output limit.

Can you pls help me how to use the other FM's as i am not sure what data to feed in except than the user id of the person who has created the SC.

Thanks

ROhit

Former Member
0 Kudos

Hi Rohit,

IV_USER = 'username'

IV_SCENARIO = BBP

and in IV_ATTR_SINGLE pass the attribute name which you can fetch from the table T77OMATTR.

Thanks,

Pradeep

former_member183819
Active Contributor
0 Kudos

Hi Rohit

BBP_USRBDGT check this table.

regards

Muthu

former_member183819
Active Contributor
0 Kudos

Hi Rohit,

BBP_BW_GET_APPR_LIMIT

BBP_GET_ATTRIBUTES_AT03

can you check these above FM?

regards

Muthu