Application Development 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: 

Add New Report to table mmim_rep_print

Former Member
0 Kudos

Hello everyone,

Can anyone explain me how to add new reports (new entries) to the table mmim_rep_print ? is there a specific transaction for that ?

Thank you in advance.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use APPEND STRUCTURE in SE11.

Append Structures

Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.

An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.

The following enhancements can be made to a table or structure TAB with an append structure:

• Insert new fields in TAB,

• Define foreign keys for fields of TAB that already exist,

• Attach search helps to fields of TAB that already exist,

These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.

When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.

Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.

The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.

If you create an append structure for a table or structure, only those enhancements are allowed that are consistent with the enhancement category of the enhanced table or structure. For more information, see Structure Enhancements.

The new versions of the standard tables are imported after an upgrade, and the fields, foreign key definitions and search help attachments contained in the append structures are added to the new standard tables at activation.

Refer

Thanks,

Reward If Helpful.

0 Kudos

Hi Viji,

That's not exactly what i want. I'm fine with the fields the table has. What i want is to add new values (entries) in the table. The View for that table is closed for inserting new rows, we can only modify flags from existing rows.

Thanks anyway,

Nuno

0 Kudos

答非所问666666