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

Create structure Error

sridhar_muthekepalli3
Active Contributor
0 Likes
476

Dear Friends,

I am not a techncial person, but a Functional consultant.

My basic requirment is that i have few database fields that should be included within the structures FPAYH,FPAYHX,FPAYP.

I have created structure zkunnr and tried to append the structure zkunnr. I am getting the message 'The selected name ZKUNNR has already been assigned'.

How to overcome the problem.Please advise.

Regards

Sridhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

I think you are creating structure first and then trying to add to the structure this will give you error.You have to directly add and create.

Follow the steps:

1) SE11>DATA TYPE>Open Structure(FPAYH,FPAYHX,FPAYP)

2) GOTO(Menu)>Append structure>Type new structure name and add the fields in the struture

3) Activate the both structures

Regards,

Gurpreet

2 REPLIES 2
Read only

Former Member
0 Likes
450

I think you are creating structure first and then trying to add to the structure this will give you error.You have to directly add and create.

Follow the steps:

1) SE11>DATA TYPE>Open Structure(FPAYH,FPAYHX,FPAYP)

2) GOTO(Menu)>Append structure>Type new structure name and add the fields in the struture

3) Activate the both structures

Regards,

Gurpreet

Read only

Former Member
0 Likes
449

Hi Sridhar ,

While appending to the following structure make sure that the name zkunnr is not already assigned ...

according to the error zkunnr is already used, so please change the name say for example : zzkunnr etc..

Vishnu .