What is the program flow of BADI(step by step)?
Answer Posted / gvkreddy
1)Define the BADI by using SE18 Transaction
Declaring the objects and classes and methods.
2)Implementation of BADI by using SE19 Transaction
Defining the Classes and methods as required by the end user
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
How to analysis Background Job for performance Issue?
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
Is there any method apart from bdc for data upload to sap? : abap bdc
What are the three components of a work process?
What is the significance of the screen number ‘0’?
Explain what is the significance of hide?
Can we use transfer dataset to transfer data in internal table ?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What are the different types of parameters?
What are pooled tables?
What is the syntax of packed number?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What are the disadvantages of abap query tool?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?