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

data selection

Former Member
0 Likes
440

Hi

When I entered a Vend No which is in 1st box -


I want to search Vend No , Vend Name from Vend Master Table which was in 2nd box and at the same time i need to display EBELN , AEDAT, BUKRS etc in the table control below the two boxes acording to the vend no .. i designed this in screen painter as in 1st box -


txtbox and i/o field as lfa1-lifnr and search button and in Second box two text boxes and two i/o fields lfa1-lifnr and lfa-name1 it is not accepting as it is saying field already exits.

So my question is -


Is the I/O filed in first which is given by the user is Parameter . Please reply me as soon as possible

Thank U

1 REPLY 1
Read only

Former Member
0 Likes
357

Hi ,

You cannot declare the field with same name again .So in the first box you have declared as LFA1-lifnr and in second box you cannot the declare as LFA1-LIFNR .

Please reward if useful.