cancel
Showing results for 
Search instead for 
Did you mean: 

Function module for Maximum payable amount in VBo2 tcode.

Former Member
0 Kudos

Hi Experts,

IN VBo2 ,after i enter a agreement,and i Click on Pay button(Create manual rebate payment),it takes me to next screen,where you can see for a condition types there is a Maximum Amount field? Can u let me know which Function module is being used to get that value.I tried with the FM : SD_BONUS_KONPD_FILL, but its not working.

Accepted Solutions (0)

Answers (2)

Answers (2)

alex_zheng
Contributor
0 Kudos

Hi Manjunath,

Determine maximal payable amount is done in function module:

SD_BONUS_KONPD_FILL for mnaual payment.

Depends on payment procedure in customizing (T6B1-MAVER):

A : payment up to accruals

B : payment up to final settlement amount

C : free

Thanks,

Alex

Former Member
0 Kudos

Hi Manjunatha,

I do not know answer to your question. I think you could help us. We are trying find out about 'Maximum amount' field. This field currently does not display in our current VB02 Pay screen. What config or screen setting will enable this field display. any help in this regard will be appreciated.

thnx

Sunil

Former Member
0 Kudos

when i did a F1 on this field, i got below information:

Rebate: Maximum payable amount

Specifies the maximum manual payment amount for each rebate condition record. The amount is determined from the manual payment procedure which you define in Customizing for each rebate agreement type. For example, you can specify that manual payments can be made up to the value of accruals already posted.

Iam a developer,so not sure about configuration.But still will try to check

Former Member