2007 Sep 21 10:49 AM
i want to create the table type of a standard table MARA.
How can i do than?
need steps
2007 Sep 21 10:51 AM
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.
2007 Sep 21 10:51 AM
SE11
In the datatype field enter ZMARA_T or something and choose table type. Then assign MARA as the line type.
2007 Sep 21 10:52 AM
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.
2007 Sep 21 10:52 AM
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.
2007 Sep 21 10:52 AM
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.
2007 Sep 21 10:53 AM
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>.