11. what is the difference between user-exit &
customer-exit?
Answer Posted / venktaeswarlu.bandi
user-exit: is the client independent
customer-exit: is the client depedent
user exit is called by using the perform statement
where as customer exit is called by using the call function
statement .
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the disadvantages of using explicit enhancement?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What are the differences between se01, se09 and se10?
What is the difference between a substructure and an append structure? : abap data dictionary
What is an abap instance?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
How we can give authorization on the fields of table control in a dialog-programming?
What are the attributes of the data in data dictionary? : abap data dictionary
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Which objects are independent transport objects?
singleton class
What are conversion & interface programs in sap?
How would you set the formatting options statically and dynamically within a report?