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 are the types of table fields in the sap abap?

621


How to creat transactions? : abap data dictionary

651


Write the bdc table structure? : abap bdc

598


Explain the client concept of sap.

588


Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?

584






When value table becomes check table?

582


What are logical databases? What are the advantages of logical databases?

522


Which function module would you use to check the user’s authorization to access files before opening a file?

609


What are the types of parameters in the function modules?

667


Difference between sy-tabix and sy-index?

797


Which bdc you prefer? : abap bdc

719


Can we create an abap program without using y or z?

572


What are the function modules used in a sap script driver program?

574


What is the difference between upload and ws_upload ? : abap bdc

677


How do you write transaction programs in sap?

577