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 is the difference of update types in call transaction method ? : abap bdc
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What are the page windows? How many main windows will be there in a page window?
Why do we use events and actions in web dynpro?
What are the attributes of a field that can be activated or deactivated during runtime?
What is an on”*-input filed” statement?
Can i have some Realtime Scenarios on Reports.
What is lock object ? : abap data dictionary
What are the main uses of the primary key?
What is a view in sap? : abap data dictionary
What are the function module in bdc?
what is mean be On Change of in Control Break statement
What is design pattern? Provide example .Why are we using it?
Can a posting run be deleted? : sap abap hr
What are two methods of modifying sap standard tables? : abap data dictionary