‎2007 Feb 21 7:31 AM
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
‎2007 Feb 21 10:21 AM
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.