‎2008 Jan 17 10:07 AM
Hi all,
I want to create a library (TCode GR21). It's requires a table.What is this table? and so, if i want to create a table for a library, how can i do?
Thanks,
‎2008 Jan 19 3:30 AM
The Table is the standard structure based on which you will be creating your Library and report.
The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables.
You should be able to make a Data Dictionary table available to Report Painter / Writer if you can create an Evaluation structure for the table .
To create an Eval structure In Logistics :
Tcode MCS7 - Create evaluation Structure.
(Path: Logistics >Sales & Distribution >Sales Info System >Flexible Analysis >Evaluation
Structure >Create)
You could name the Eval Structure "ZF*****", (must begin with "ZF").
Then click <DD table ref> ( if this is a table and not another Eval structure.)
Enter the DD table "******". And click the check mark.
Then click <Characteristics> and mark all the characteristic fields you want to report on, (if
you right click
you can <select all>), then <copy + close> <copy>.
Do the same for <Key figures>
Then generate the Eval structure <back> <yes> or <Evaluation structure> <Generate>
After you created the Eval structure, you can create a library with this Eval structure (table) in it.
Hope this helps.
Vinodh Balakrishnan
‎2008 Jan 17 10:19 AM
Hi,
If you want to create a Database Table in the Customer Namespace(i.e. Starting with 'Z' or 'Y') goto t-code SE11, give the Table name, click on create and begin.
Can refer this link for further elaboration.
[http://venus.imp.mx/hilario/Libros/TeachYrslfAbap4/ch03.htm#CreatingaTransparentTableandItsComponents]
‎2008 Jan 17 10:24 AM
Hi Majisha,
I don't want to create table in a database table. Pls, go to GR21.
‎2008 Jan 18 9:52 AM
‎2008 Jan 18 9:59 AM
here you enter a table, from where the report gets the data. what is the problem?
‎2008 Jan 18 10:08 AM
Hi,
Because, those table are very complex. I want to get data for my demand. For simple exam, i only want to get data from table VBAK for a report/query.
‎2008 Jan 18 10:15 AM
than you should create a query in SQ01, not a report painter!
‎2008 Jan 19 2:53 AM
‎2008 Jan 19 3:30 AM
The Table is the standard structure based on which you will be creating your Library and report.
The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables.
You should be able to make a Data Dictionary table available to Report Painter / Writer if you can create an Evaluation structure for the table .
To create an Eval structure In Logistics :
Tcode MCS7 - Create evaluation Structure.
(Path: Logistics >Sales & Distribution >Sales Info System >Flexible Analysis >Evaluation
Structure >Create)
You could name the Eval Structure "ZF*****", (must begin with "ZF").
Then click <DD table ref> ( if this is a table and not another Eval structure.)
Enter the DD table "******". And click the check mark.
Then click <Characteristics> and mark all the characteristic fields you want to report on, (if
you right click
you can <select all>), then <copy + close> <copy>.
Do the same for <Key figures>
Then generate the Eval structure <back> <yes> or <Evaluation structure> <Generate>
After you created the Eval structure, you can create a library with this Eval structure (table) in it.
Hope this helps.
Vinodh Balakrishnan
‎2008 Jan 19 4:42 AM