What is a BAdi? How to implement a BAdi?
Answer Posted / sandeep
BADI is a new enhancement technique based on ABAP objects.
BADI definition consists of a number of methods, which can
be implemented based on the requirement. BADI's can have
multiple implementation, unlike user exits.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the different control break statements available inside a loop?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is an abap instance?
What is payroll driver ? : abap hr
How do you execute the payroll
How many types of tables exist and what are they in data dictionary?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
Can i Have Some Examples on Enhancements.
What are local objects?
Which function module reads the data for particular infotype ? : abap hr
Which table stores the programs created?
Tell me a scenario where did you use secondary index?
What are the Synchronous and asynchronous methods in bdc ?