When you are in support, who will give you a Flat file or
Excel file(Legacy Data) to upload into SAP System in day-to-
day activity?
Answer Posted / sunil
depends on project
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to split one Invoice into Multiple ( Step by Step)?
What is a data dictionary? : abap data dictionary
Explain the difference between free and refresh?
What are the system fields you have worked with? Explain?
Table events aNd table maintains generation
Application Category?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What is the difference between collect and sum?
What are differences between at selection-screen and at selection-screen output?
Why do we need enhancements?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What are the events in ABAP language?
What are the different types of abap/4 programs?
What is the use of the raising exception?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.