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: 

New Field - KOMPCV

Former Member
0 Kudos

Hi.

I'm trying to add a new field in the structure KOMPCV to use in USEREXIT_ACCOUNT_PREP_KOMPCV (RV60AFZZ). When I'm creating the new field at include J_3GKOMC, but it show me an error message that says that Field name ZZAUART can already exists in a subsystem.

Could anyone tell me if it's possible to create a new field in include KOMPCZ or directly in KOMPCV?

Thanks and Regards.

2 REPLIES 2

Former Member
0 Kudos

It is possible to add a new field in KOMPCZ structure. Just make sure you remove the existing DUMMY field (if any) in the include structure KOMPCZ.

Activate structure KOMPCZ.

Also make sure that you are not adding the same field (ZZAUART) field twice to the same structure (KOMPCV).

Former Member
0 Kudos

Thanks for your answer. The problem has been solved, it was not necessary to exclude the DUMMY field! 😃

Thanks and Regards.