we can use internal table with help of user define data types if possible or not
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mohan
YES WE CAN.
USING STRUCTURED TYPE WE CAN DEFINE INTERNAL TABLE
Is This Answer Correct ? | 1 Yes | 1 No |
What are the parameters in bdc_insert? : abap bdc
what is Deep Structure?
5 Answers Cap Gemini, TATA, TCS,
what is the need of set parameter-id in reports.
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
what are the stpes in ALE?
8. what are user-exits? 9
What is update task
What are pooled tables? : abap data dictionary
How many sections main window cab be divided in Script?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
what is the difference between at first & at new statements
Proxy Programming with ABAP - How to develop the Proxy identification through programming