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

module pool error

Former Member
0 Likes
454

while creating a screen,i need to put same i/p field kna1-kunnr in more than one places,error:"field name already exists".diagnosis:"you entered a field name that is already used in the same form in the current screen".

so wat i need to do?

3 REPLIES 3
Read only

Former Member
0 Likes
423

i think you have the answer you need already.

if the field alredy exists, your 2nd fieldname MUST be different - try naming it KUNNR2 or something.

Read only

Former Member
0 Likes
423

hi,

Give the names differently:

Kunnr1

Kunnr2,

Kunnr3 like that.

But declare them with the same data type,

and declare all of them in Top Include.

Regards

Sandeep Reddy

Read only

Former Member
0 Likes
423

thanks..