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 a new field to the structure KOMCV

sivapuram_phanikumar
Active Participant
0 Kudos

Hi,

I have to add a field VBKD-BSARK to the structure KOMCV. I have checked the where used list of the structure and is not used anywhere in the programs or ... (even the fields of this structure are not used anywhere).

Please guide me how to add the new field to the structure. What are the different ways to add a new field to the structure? which is the best way to do?

Thanks for the suggestions,

Best Regards,

Phani Kumar. S

1 ACCEPTED SOLUTION

Former Member
0 Kudos

open the desired structure in SE11

navigate to .include KOMKCZ

ope append structure ZVXXKOMKCZ

and add the desired field in this custom structure

3 REPLIES 3

Former Member
0 Kudos

open the desired structure in SE11

navigate to .include KOMKCZ

ope append structure ZVXXKOMKCZ

and add the desired field in this custom structure

0 Kudos

Hi,

Thanks for the quick reply.

But the append structure ZVXXKOMKCZ is not existing in the system? Do I have to create a new one?

I would like to do this in sandbox system first and then if there is no issue in adding it, I will do it in development system.

But can we delete the structure appended to KOMCV with out disturbing it? I mean is it required to activate the standard structure after appending or deleting the structure to it?

Thanks again for your quick reply.

Regards,

Kumar

Edited by: Sivapuram Phani Kumar on Jan 18, 2008 3:45 PM

0 Kudos

in the .Append structure you need to create one Z Structure to ass your field entry...

after creating this Z Structure entry in thr .Include structure you need to activate it...

you will not be touching the SAP Structure so no need to activate it...