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

issue with Append structure in standard data base table

Former Member
0 Likes
1,234

Hi Experts,

I have a standard table IAOM_CRMFIN_EXAT it's Encahncement category is 'Con't be enhanced'.

but my requirement is i need to append some fields to this table but it's not possible with this enhancement category.

Please Help me is there any other way to append fields to this table.

Thanks

Mani

6 REPLIES 6
Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,138

Hi Nagamani,

Can't you instead create a custom table and link it with your standard table using a key field?

Read only

Former Member
0 Likes
1,138

Hi Kumar,

Thanks For your Reply.

I want those extra fields shoulb be added in the standard table like append staructure.is there any other way.

Thanks

Mani

Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,138

I guess there are no CI includes in that table either. So, I am afraid there isn't any other way than getting an access key for the table and then doing the modification. And, as you would know, doing it this way won't protect it from getting overwritten during an upgrade.

Read only

Former Member
0 Likes
1,138

Hi Nagamani ,

First you have to change the enhancement category for this table .

For this you will be needed with object key developer key .

Then only you can enhance this table as this is a standard table.

Hope this will help ....

Regards,

AKS

Read only

0 Likes
1,138

Hi Amit,

Thanks for your reply.

Yes i know we need access key for to change enhancement category.but i there any other way without using access key.

Thanks

Mani

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,138

SAP does not appear to accept that you add your own fields to this database table structure, you must use an access key, and bear the consequences.

Perform a full where-use (ECC and CRM) on the structure before enhancing it, and that will definitely be a modification.

Regards,

Raymond