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

modifying table DD03l

former_member682741
Discoverer
0 Likes
2,636

A long time ago, a programmer modified the content of table DD03L by adding a Z-table and the fields. These fields are used as print-structure of a report. Now we need to modify this structure, to add some extra fields. Where in SPRO (or somewhere else) can we do this? SAP does not allow SM30 on this table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,657

Hi Niko,

DD03L will get the entreis as and when you create the table in the Se11 transaction.

So, you should go into se11 transaction and add the fields to your z table.

Steps:

1) Go to se11.

2) Give your z table name.

3) Click Change .

4) Add new fields.

5) Activate it.

6) Activate and adjust the contents using se14 transaction.

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
1,658

Hi Niko,

DD03L will get the entreis as and when you create the table in the Se11 transaction.

So, you should go into se11 transaction and add the fields to your z table.

Steps:

1) Go to se11.

2) Give your z table name.

3) Click Change .

4) Add new fields.

5) Activate it.

6) Activate and adjust the contents using se14 transaction.

Regards,

Ravi

Read only

0 Likes
1,657

Hello Ravi,

The problem is that this is not a real Z-table, but the description of an internal table that is used in a program. The description of the table is loaded in the program, the inttab is created there and the table is filled with data to print a report.

SAP tells me that it is a structure and not a table. The strange thing is that the name is too long to use it in SE11.

Read only

0 Likes
1,657

Niko,

the name will fit in the DATATYPE field.

Regards,

Clemens

Read only

former_member682741
Discoverer
0 Likes
1,657

Thanks for the help.