Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Contract Settlement/Customer Field in BSEG

Weiskopf
Participant
0 Kudos
550

Dear SAP Developer Community

We have a customer requirement in the area of settlement of condition contracts (transaction WCOCO); both for vendor settlement (transaction WB2R_SV) and customer settlement (WB2R_SC).

In the process the FI documents are generated; also the accounting document. The merchandise category should be transferred into the document via a customer enhancement (in our case BSEG-ZZMATKL).

How can the field BSEG-ZZMATKL be filled? What is the relevant Badi/Exit?

Thank you very much for your feedback in advance.

Best regards

Kurt W.

2 REPLIES 2

FredericGirod
Active Contributor
471

You could find most of the BADI yourself in debug.

Start the debugger (/H)

Set a break point to the method : CL_EXIT_HANDLER / GET_INSTANCE

Weiskopf
Participant
0 Kudos
471

Hi Frederic

Thank you very much; your hint is excellent. 🙂

Best regards

Kurt