In the BADI,they are multiple Implementation.Could you
please tell is there any procedure which are the
implementation will execute and any order is the execute
all the implementation for that Badi

Answer Posted / sreenivasa rao yarru

Compiler usually lists the implementations of a BAdI in an
arbitrary sequence. You can modify this arbitrary sequence
so that implementations are called in a way you define it.
All you need to do is to implement a Sorter BAdI
(BADI_SORTER) and define a sub screen in an own function
group. The sub screen allows you to enter data used for sorting.

The BADI_SORTER to determine sequence of implementation
calls is a Single Use Filter dependent BAdI, i.e. for one
single filter value only one implementation is allowed. A
situation results in runtime errors where in a customer
environment a sorting mechanism is implemented and SAP
delivers later the same.

This applicable new badi's only

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an interactive report?

617


Can we use flow logic control key words in abap/4 and vice-verse?

566


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

667


what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...

1527


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

610






The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization

631


Explain data dictionary in abap?

598


What is the sap abap?

626


Different types of locks?

629


What are the ways you can do the tuning?

524


What kind of deliverables you have on a day to day basis?

963


Can we write the code both call transaction and session method in single program?

601


What are the main uses of the primary key?

725


How can you find the field/data underlying a transaction?

598


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2094