SAP ABAP Question:
Download Questions PDF

Can you create a table with fields not referring to data elements?

Answer:

YES. e.g.:- ITAB LIKE SPFLI.

Here we are refering to a data object (SPFLI) not data element.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
In SAP Scripts, how will u link FORM with the Event Driven?What is the advantage of structures? How do you use them in the ABAP programs?