SAP ABAP Question:
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.
Here we are refering to a data object (SPFLI) not data element.
Previous Question | Next 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? |