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 the system fields? Explain?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is the procedure you followed to upload the data?
dynamic programming in sap abap
How do you populate data into a multiple line field?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What function does data dictionary perform?
What is the use of enqueue function module? : sap abap data dictionary
Program lines for the radio button selection and unabling some input variables in section screen
How can cluster table be created?
What is the major difference between pool tables and transparent tables?
how to create view in bdc..??
What data is contained? : abap data dictionary
What is the disadvantage of a call by reference? : abap modularization