I have one BADI Definition , which i have use it in multiple Implementation .Now i am calling the BADI ,
In which Sequence the BADI will be called ?
Can i control the sequence of calling ?
Answers were Sorted based on User's Feedback
Answer / 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.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / purnachandra
we can't control the sequence of execution of multiple implementations ,but u don't one implementation just deactivate it.
Is This Answer Correct ? | 4 Yes | 2 No |
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What are the function module types
How many types of buffering? : abap data dictionary
what are command are they abap ?
25) Can we create more than one main window in smartforms?
Explain what is the step-by-step process to create a table in data dictionary?
what is meant by idoc filtering?
How to print Back to Back in Scripts?
how to fetch data form without header line internal table ?
What is filter dependent BADI?
0 Answers Cap Gemini, Infosys,
What are the function modules used to create batch input session? : abap bdc
What are the types of subroutines?