cancel
Showing results for 
Search instead for 
Did you mean: 

Credit check for Nomination

0 Kudos

Hi Team,

I have to do credit check for the Nomination line items which are of Ref doc type 'G' only. I see BADI "OIJ_NOMIT_VALIDATION ==> Nomination Item Validation Add-In" is helpful to get the items details but please pass on ideas on how can I do the credit check. Like in SD we have function module SD_ORDER_CREDIT_CHECK something like this is there any option available in TSW. Thanks in advance.

Regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Here is the solution - We have a BADI OIJ_NOM_MAINTAIN and in the interface IF_EX_OIJ_NOM_MAINTAIN - method - DATABASE_UPDATES we can write the code to check the credit based on Contract# and its associated Payer of the Nom line item using

call method cl_ukm_xi_facade_r3_50=>if_ukm_credit_query_r3~check_credit.

Answers (0)