What will you code in START-OF-SELECTION & END-OF-SELECTON & why?
Submitted by: AdministratorSTART-OF-SELECTION
SELECT * FROM DEPTT INTO CORRESPONDING FIELDS OF ITAB
WHERE DEPTNO IN DEPTNO.
APPEND ITAB.
ENDSELECT.
LOOP AT ITAB.
WRITE : / 10 ITAB-DEPTNO.
HIDE : ITAB-DEPTNO.
ENDLOOP.
END-OF-SELECTION
Submitted by: Administrator
SELECT * FROM DEPTT INTO CORRESPONDING FIELDS OF ITAB
WHERE DEPTNO IN DEPTNO.
APPEND ITAB.
ENDSELECT.
LOOP AT ITAB.
WRITE : / 10 ITAB-DEPTNO.
HIDE : ITAB-DEPTNO.
ENDLOOP.
END-OF-SELECTION
Submitted by: Administrator
Read Online SAP ABAP Job Interview Questions And Answers
Top SAP ABAP Questions
☺ | What is Function group? Difference between function group and function module? |
☺ | What is an ABAP instance? |
☺ | What are the contents in technical specifications? |
☺ | Difference between domain and data element? What are aggregate object? |
☺ | In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plant dynamically? |
Top SAP (Systems, Applications, Products) Categories
☺ | SAP Modules Interview Questions. |
☺ | SAP (Systems, Applications, Products) Interview Questions. |
☺ | SAP Internal Tables Interview Questions. |
☺ | SAP ABAP Interview Questions. |
☺ | SAP BW Interview Questions. |