What is a BAdi? How to implement a BAdi?
Answer Posted / prasath
badi is the new enhancement technical based on abap object.
we create implement badi in the t.code se19. multiple
implementation is possible in badi.
| Is This Answer Correct ? | 23 Yes | 9 No |
Post New Answer View All Answers
What is evaluation path, where do we do it and why? : sap abap hr
What is the t-code to display batch input sessions? : abap bdc
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is the difference between Exit and Stop?
What is bdc programming in sap?
What is the function of the correction system? : abap data dictionary
Does the external program run in the same sap luw as the caller, or in a separate one?
What is the use of dequeue function module? : sap abap data dictionary
What is collective search help? : sap abap data dictionary
Difference between /N and /BEND?
How do you read files from the presentation server ? : abap bdc
How we can retrieve data using secondary index. Explain with simple example?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are the different attributes that can be assigned to a variant?
Explain how to create any functions?