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 difference between call screen and leave screen?

774


How table control cn be generated using bdc? : abap bdc

718


What are null values? : abap data dictionary

872


how to see the tables of 200 in client 100?

1594


Explain the disadvantage of using exec sql statement in abap?

701






What is direct input method ?

1657


What is page window?

733


What is the meaning of sap r/3?

823


Explain what is the difference between primary key and unique key?

816


Name the abap/4 modularization techniques?

821


What is the difference between skip and new-line?

977


Reports: Event functionality.

1067


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

816


Some Realtime Objects on Bdc.

2618


How many default tab strips are there?

750