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
What type of user exits have you written ?
How can one distinguish between different kinds of parameters? : abap modularization
How can the standard tables of sap be modified?
What two statements are required in an abap program to output an icon using a written statement?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is the collect statement?
What is maintenance view?
What is the use of at new statement ?
how do you call third selection screen ?
What is tcode se16. For what is it used. Explain briefly?
What are the two methods for modifying sap standard tables?
What are smart forms?
How many lists can a program can produce?
What are the check tables?
Can we use on change of between select and endselect?