. what is badi?
10. what is the difference between user-exit & BADIs?
12. how do you get functional specs when you are
assigned some object? (specs through email..??)
13. How do you write technical specs?
Answer Posted / manu
BADI is just an object-oriented version of user-exit.
Instead of entering program code into some function module
(as in customer-exit), you define some class which has to
implement predefined methods and those methods are fired at
predefined points just like an old user-exit. Some BADI can
have multiple independent implementations which is much
better for software deployment as several developers can
implement the same BADI independently.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What will happen when we use fully buffered in abap?
What is an on”*-input filed” statement?
What is the difference between a substructure and an append structure?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What are base tables of an aggregate object?
Give examples of transparent table?
What is the difference between Classic badi and Kernal badi ?
Difference between Read and Get cursor?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What are the different types of abap/4 programs?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What are the function modules used to create batch input session? : abap bdc
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
Why are insert and append statement used in sap abap?