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: 

EDIDC append structure in ECC6.0

Former Member
0 Kudos

Our client is upgrading the system from 4.6C to ECC6.0. We have a problem with the append structure of the table EDIDC. In 4.6C system we appended a structure with 5 fields to EDIDC table. But in ECC6.0 system SAP is not allowing to do append structure to EDIDC table.

Please don't come up with the question asking why do we need to append fields to control record table like EDIDC. After all it is a client requirement.

Does anyone has any idea how to deal this situation?

Thanks,

Johny

6 REPLIES 6

Former Member
0 Kudos

Hi Johny,

Unfortunately SAP has set the "Enhancment Category"( Menu SE11->Extras->Enhancement Category) as "Cannot be enhanced" ifor EDIDC n ECC which was missing in 46C. That's why you will not be able to do an append structure on EDIDC. The only way is to apply access key for this table and change the enhancment category and then append the relevant structure. But ithis is not recommended.

Regards,

R

0 Kudos

Any more suggestions?

0 Kudos

SAP does not want you to append to this table, so you should ask SAP "why" by searching for SAP notes or sending a message to them if you did not find a relevant note.

If you decide to enhance nevertheless (as a modification), you might lose all support if anything goes wrong.

Thomas

0 Kudos

Is there any other solution other than appending a structure to EDIDC? I can create a custom table with the custom fields but how do I update this table whenever EDIDC table gets updated?

Any other solutions/suggestions are highly appreciated?

Thanks

Johny

0 Kudos

Hi

But why you need these fields?

I know they were in EDIDC table of 46C release, but why they were added?

Max

0 Kudos

Hi Johny

What all you can do is that can create a custom table from a copy of EDIDC in which add ur additional fields and make a custom program which runs in background after regular interval and updates your custom table with EDIDC records.

I think this will help you.

Cheers

Brillion