cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement for partner function determination

Former Member
0 Kudos

Hi,

I am working on an enhancement requirement where in the Draft Invoice( Billing Request ) is created with reference to the Invoice. Here the partner functions are taken from the invoice. However, the user wants this to be pulled from the contract.

I have identified a function exit 'EXIT_SAPLV09A_004' which gets triggered a number of times when the draft invoice( Billing Request ) is created. However the Table parameter of this exit FRT_DETERMINATED_PARTNERS is empty.

Could anyone help me fix this issue?

Thanks

Ajith Cheruvally

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor

Try with the following note

  • Note 43353 - User exit partner determination for billing documents

G. Lakshmipathi

Former Member
0 Kudos

Thanks Lakshmipathi,

I have seen the SAP Note that you have mentioned. Is that really applicable to my situation?

The Draft Invoice (Billing Request ) which my program is creating is displayed using VA03 and not VF03. Hence I assumed that we should check for an exit that triggers when the sales document is created/saved. The EXIT_SAPLV09A_004 is triggering, however I am not sure how to use it. The FRT_DETERMINATED_PARTNERS table parameter is just empty.

In the exit, I am supposed to replace the header partners with a set of new partners from VBPA table.

Thanks,

Ajith C