Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

table type

Former Member
0 Kudos

i want to create the table type of a standard table MARA.

How can i do than?

need steps

6 REPLIES 6

Former Member
0 Kudos

Hi jyotirmoy,

1. Its already there MARA_TAB (in se11 , Data Type Option, Select Table Type)

2. MARA_TT is also the same thing.

regards,

amit m.

Former Member
0 Kudos

SE11

In the datatype field enter ZMARA_T or something and choose table type. Then assign MARA as the line type.

Former Member
0 Kudos

Go to SE11. Select Data type - enter name for your table type 'z/y'. press create it will ask for type select table type. enter some description. in the row enter mara, activate it.

Former Member
0 Kudos

With TABLE TYPE you defined an internal table with the same fields and structure of an Transparent table...

DATA: MY_TAB TYPE STANDARD TABLE OF MARA WITH HEADER LINE.

Former Member
0 Kudos

Hi,

In the initial screen of the ABAP Dictionary, enter the table type name in field Data type and choose Create.

A dialog box appears in which you must define the type category.

Select Table type and choose Choose.

The maintenance screen for table types appears.

Enter an explanatory short text in the field Short text.

Hope this helps.

krishnannarayanan_nampoot
Active Participant
0 Kudos

Hi ,

Go to se11.

Create Data Type ..say ZMARA.

Click create and select table type in the pop up that follows up.

Give description.

then in Line type type 'MARA'.

Activate.

<b>REWARD IF USEFUL</b>.