cancel
Showing results for 
Search instead for 
Did you mean: 

Total_Value / Target Value is populating blank in Contract

Former Member
0 Kudos

Hi All,

I am trying to create contract using FM BBP_PD_CTR_CREATE. Contract is getting created successfully but Total_Value or Target Value is getting populated as Blank. Ideally this should be summation of net value of each line item in the contract.

I checked in the Standard SRM it works over there but in my code it is not working.

Do I need to pass any flag to FM or have to calculate this manually before calling function module?

Please let me know the solution.

Thanks

Siddarth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siddarth,

 

I am pretty sure that target value is not automatically calculated by standard. This must be a
customer development (probably using change BAdI). Please check implementation of BBP_DOC_CHANGE_BADI (trx. SE18). It means that you need to do the math 🙂

Best regards,

Tomas

Former Member
0 Kudos

Hey Thomas,

Thanks. Even after debugging the original function module and contract creation application, I found that we need to pass on net value at item level and total value at contract level. Now I calculated them and passed and it worked.

Thanks

Siddarth

Answers (1)

Answers (1)

Former Member
0 Kudos

Can anybody please help me with this??

Looking for immediate help.

Thanks

Siddarth