what is the way to find out user exits?
Answer Posted / swamy
1.goto tcode se93
2.double click on program
3.goto attributes
4.take the packge name
5.goto smod and click on f4
6.give the package name and execute
7.display the required user exit.
8.and goto cmod and developed
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What are the different types of the sap abap data dictionary objects?
Explain the session method? : abap bdc
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Explain how is batch input process different from processing on line?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
How would you set the formatting options statically and dynamically within a report?
What is the structure of bdcmsgcoll? : abap bdc
what is the transaction transaction for setting parameters rdisp/buffermode
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
How can we create callable modules of program code within one abap/4 program? : abap modularization
How do you process errors in call transaction method? : abap bdc
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
what is mean be On Change of in Control Break statement
How can we handle table control in bdc? : abap bdc