Application Development and Automation 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: 
Read only

table type

Former Member
0 Likes
1,131

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

How can i do than?

need steps

6 REPLIES 6
Read only

Former Member
0 Likes
1,098

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.

Read only

Former Member
0 Likes
1,098

SE11

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

Read only

Former Member
0 Likes
1,098

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.

Read only

Former Member
0 Likes
1,098

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.

Read only

Former Member
0 Likes
1,098

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.

Read only

KN-Nampoothiry
Active Participant
0 Likes
1,098

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>.