Which of the following assigns work to the application server? Options ::Dispatcher, work process, roll area
4 SAP ABAP 6964Internal table itab contains some records. If the code is like this : LOOP AT ITAB. APPEND ITAB. ENDLOOP. What ill be the result??
3 SAP ABAP 7062To avoid page skipping and to write the contents in the same page itself in SAP script, command used is
5 SAP ABAP 10216In module pool, when table controls are used the command that is written in both PBO and PAI is
5 SAP ABAP 15511BAPI is efficient than BDC? The question is with options, asking which of the following is true?
4 SAP ABAP 11507A function group contains globally defined internal tables and function modules defined in it. FMOD1 populates itab1 and when FMOD2 is called will itab1 contains those values being populated by FMOD1?
3 SAP ABAP 6688