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: 

How to Sort a Classic Badi?

Former Member
0 Kudos

Hi Friends,

Can you please guide me how to sort a classic BADI.

Below are the steps I followed:

I created a Badi implementation in the BADI (BADI_LAYER) and included the Badi (BADI_MATERIAL_CHECK) which should be sorted . A subscreen with field FLT_VAL was created and passed to the implementation.

When i try to create an implementation for BADI_MATERIAL_CHECK a new input field for filter value is displayed, but the sorting is not working as expected.

Please help me to resolve the issue.

Will be rewarded !!!

2 REPLIES 2

thanga_prakash
Active Contributor
0 Kudos

Hello Vinodh,

After doing the implementation of BADI_LAYER, did you assign the implementation to sort in BADI_MATERIAL_CHECK.

Goto SE18 --> Display the badi --> Utilities --> sort --> In the pop up select special sort and give the implementation name of your BADI_LAYER.

Regards,

Tp

0 Kudos

Thank you prakash,

I already included the implementation name, but still its not getting sorted.

I have one more question reg BADI sort, the filter value which we pass while creating implementation gets stored somewhere?

Can you please help me to resolve this issue.