what is diff b/w user exits and cutomer exits
Answer Posted / sateesh r
user exit:
user exits in the form of subroutiens.
For user exit we need Access Key.
it can be used for SD module.
Customer Exit:
for C.Exit we dont want Access key.
In customer Exit we have function module exit
menu exit
screen exit.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what will happen if called program is not executable ?
What is locking? : abap data dictionary
What is difference between check table and value table ?
What is size category?
What are secondary indexes. How can we know which index is being used in a select query?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
How do you connect to the remote server if you are working from the office for the client in remote place?
What are the fields in a bdc_tab table? : abap bdc
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
wat is the difference between A-gate & W-gate?where are they used?
What is the different between template and a table?
What are the different methods of passing data?
what is the process of creating quotation using BAPIs.
Explain how to create any functions? How to go about it?