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 in library!

Former Member
0 Likes
1,490

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,266

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,266

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]

Read only

0 Likes
1,266

Hi Majisha,

I don't want to create table in a database table. Pls, go to GR21.

Read only

Former Member
0 Likes
1,266

Anyone help me, pls!!

Read only

0 Likes
1,266

here you enter a table, from where the report gets the data. what is the problem?

Read only

0 Likes
1,266

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.

Read only

0 Likes
1,266

than you should create a query in SQ01, not a report painter!

Read only

0 Likes
1,266

hmm,

I studying Report Painter.

Read only

Former Member
0 Likes
1,267

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

Read only

0 Likes
1,266

ok,

thank you!