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

Problem with duplicate entries in a structure.

Former Member
0 Likes
1,067

Hi,

I am creating a custom structure by including 2 structures in it as DRSEG and COBL_MRM_D.

Now both the structures have many common fields and hence it gives an error on check.

Is there any workaround to create the structure in DDIC by including both the above structures.

Pls help with your ideas.

Thanks,

stock.

Hi,

I am creating a custom structure by including 2 structures in it as DRSEG and COBL_MRM_D.

Now both the structures have many common fields and hence it gives an error on check.

Is there any workaround to create the structure in DDIC by including both the above structures.

Pls help with your ideas.

Thanks,

stock.

2 REPLIES 2
Read only

Former Member
0 Likes
738

Hi

Create a DDIC structure which has all the common fields. Include this structure only once .

Then include the fields which are not common from both the structure into the created structure . so that no duplicates entries are present

OR

Include the first structure then dont include the second structure include only the fields which are not common to both . this also eliminates the duplicates

Read only

Former Member
0 Likes
738

hi stock,

create one deep structure by including these two avbl structures in that deep structure,

this can solve your plm.

regards,

seshu.