we can use internal table with help of user define data types if possible or not
Answer Posted / praful
yes.
TYPES : BEGIN OF LINE,
MAT(18) TYPE C,
MAK(40) TYPE C,
END OF LINE.
DATA : ITAB TYPE TABLE OF LINE.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can a constructor be declared private? If yes then in which scenario?
What is an update task? : abap modularization
What are the update types possible?
What is the difference between rfc and bapi function modules? : abap bdc
What are the differences between macro and subroutine?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is database utility? : abap data dictionary
What is the difference between a structure and an append structure?
Define alv programming in abap?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is the meaning of client independent?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is the length of function code at user-command?
How many ways can a sap system be accessed?