where u can find user exists? how to activate user exists?
Answer Posted / venkateswarlu.bandi
ex: u can take one transaction like (va01)sales order.
from that u can do like this .
*...........................................................
first go the system menu
then go to the status
click on the status bar.
then it will display one dialog box in that
dialog box u will check out the module pool program.
then u double click on the module pool programming.
later it will display one screen.
go to the serach button on the application tool bar.
u click on the search button.
then it will show the corresponding exits in the
program.
from that u can find out what are the exits in the
program. then select what exit u want to modify.
ex: customer_exot_0002.
then u double click on the customer exit.
it will directly to go the edit .
then write the code in normal abap program.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are field groups?
What are the differences between a database index and a match code? : abap data dictionary
Can we display a list in a pop-up screen other than full-size stacked list?
SM35 transaction, How to automate BDC ?
What are the payroll related infotypes? : abap hr
What are user exits? What is involved in writing them? What precations are needed?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are the 3 types of function modules in sap?
Describe the data classes?
What is the function of a data element? : abap data dictionary
What is web dynpro for abap?
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
How do you document abap/4 programs? Do you use program documentation menu option?
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 are the different types of the sap abap data dictionary objects?