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 |
1.In report, we should have to write events in sequential order or not,if we write events insequential then what will be the drawback and if we will sequential what will be the advantage. 2.what is the fucnction of end-of-selection even? if we would not write this event in report what will happen? 3.top-of-page event will trigger before the initialization,and at selection-screen event or after these two event.
What are the uses of the information in the data dictionary? : abap data dictionary
How do you write a function module in sap?
Functionality of Edit call..?
What is the transaction code to display the payroll results
What is the difference b/t Session method and call transaction method ??
1 Answers Campus Interview, ERP Solutions,
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
How do you read files from the presentation server ? : abap bdc
In a script, i want to print something at end of last page only.How can i print it?
what is the significance of main window in a page, what are the types of windows? briefly explain the types of windows
What is the use of PROTECT and ENDPROTECT?