cancel
Showing results for 
Search instead for 
Did you mean: 

KOMPAZ

Former Member
0 Kudos

Hi,

We are trying to delete custom field from append structure of KOMPAZ, while activating append structure giving lot of errors. Is it possible to delete custom field which was added to KOMPAZ append structure?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved this issue by changing ennhancement category

Former Member
0 Kudos

Hi,

Could you explain more elaborately.

Did you add this field to directly to KOMPAZ or in append structure? If you want to delete field in KOMPAZ you need access key.

If you added field to new append structure. then we can delete it.

Regards,

Chandra

former_member201147
Active Participant
0 Kudos

Whatever field you are trying to delete is probably used in other places. It is probably used in some ABAP code somewhere and probably as a reference in some pricing tables. KOMPAZ is a structure used for custom fields to be used in pricing. Normally there is abap code in a user exit that puts data in the fields in this structure. Then these fields are used as part of the field catalog for creating pricing tables. You need to remove all references to the field you are trying to delete You will probably find reference to this field in MV45AFZZ or RV60AFZZ. KOMPAZ is a structure included in structure KOMP and KOMG. You could do a where used from the field in these 2 structures to see if it is used anywhere else.

Hope it helps,

Brian