in which situation we use user-exits and badi's?? with example
Answers were Sorted based on User's Feedback
Answer / prakash rao
in more elaborative way...i can say that
user exit has a single implementation , badi has multiple implimentations , the more added advantage of badi compared to exit is , we can deactivate particular implementation in the production server, if the particular implimentation need not be executed.but for such opportunity lacks.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harshal
User exit allows to add only one extra functionality in standard SAP program but BADI allows multiple functionality through implementations and methods.
Is This Answer Correct ? | 6 Yes | 0 No |
If suppose There are 10 records in flat file then how many times BDC_open_group, BDC_INSERT, BDC_CLOSE_group executed?
What is the abap program name to process the batch input session automatically? : abap bdc
what is Badi ?
Can we set page headers to details lists?
In order to upload purchase order details, how you handle multiple values for a single field?
What are the update types possible?
what is the major advantage of start-form?
what is meant by idoc filtering?
What is a type-pool?
What are the different buffering methods?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?