‎2007 Feb 07 3:04 PM
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.
‎2007 Feb 07 3:07 PM
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
‎2007 Feb 07 3:07 PM
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
‎2007 Feb 07 3:28 PM
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.
‎2007 Feb 07 3:55 PM
Niko,
the name will fit in the DATATYPE field.
Regards,
Clemens
‎2007 Feb 08 7:35 AM