Answer Posted / sandeep
BSEG,BKPF,PAYR,REUGH
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are pool tables?
Can we write the code both call transaction and session method in single program?
What will you code in start-of-selection & end-of-selection ?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Is main window mandatory in smartforms?
What are the advantages of different types of bdc's?
What are the functional areas, user groups? How does abap query work in relation to these?
How do you connect to the remote server if you are working from the office for the client in remote place?
How to debug rfc function module?
What is alv programming in abap?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
In which particular scenario we use sorted table and which particular scenario we use standard table?
Explain open dataset in sap abap?
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.
How do you process errors in session method ? : abap bdc