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


Please Help Members By Posting Answers For Below Questions

What is the difference between getting and get late?

585


What is the difference of update types in call transaction method ? : abap bdc

628


What are the arithmetic operators in the sap abap?

559


Can we include customizing include or an append structure with pooled or cluster tables?

665


Explain Singleton class

833






What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?

558


What is the use of program rsbdcsub? : abap bdc

646


How many types of buffering? : abap data dictionary

713


Explain how is batch input process different from processing on line?

555


What is the difference between data elements and domains? : abap data dictionary

577


What is the purpose of sum statement?

565


Rp_provide_from_last contains how many parameters ? : abap hr

876


What are logical databases? : abap hr

697


Explain the data types of internal tables?

622


Program lines for the radio button selection and unabling some input variables in section screen

911