cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need step to use /SAPSLL/IF_BADI_EXT_REX_PRD interface of /SAPSLL/BADI_EXT_UI_PRD BADI

ipravir
Active Contributor
0 Likes
868

Hi Expert,

I am working on one of the requirement on GTS process.

Where need to add custom functionality on changes of Number under classification tab on /SAPSLL/PRODUCT_03 t-code.

After analysis found BADI /SAPSLL/BADI_EXT_UI_PRD which has used.

I have implemented the /SAPSLL/BADI_EXT_UI_PRD BADI badi and respective definitions.

But /SAPSLL/IF_BADI_EXT_REX_PRD definition is not getting trigger in any of the program execution.

Is there any SAP-Note available to make this BADI functionality available?

Please help.

Regards,

Praveer.

View Entire Topic
former_member215181
Active Contributor
0 Likes

Hi Praveer,

The BAdI Method is triggered during program /SAPSLL/REX_VALUE_CALC_PRG, which is part of the "Determine Re-Export shares" report. The Method is called at the end of Function Module /SAPSLL/REX_CALC_MD_SELECT.

I cannot comment on the suitability of that BAdI for what you are trying to do, but it should be called once you have activated your implementation.

Regards,
Dave