‎2007 Feb 23 5:50 AM
Hi
Actually my problem is when i enter a vendor number in an i/o field in frame(box) ... i want the to display vendor number and vendor name in next frame (box) and correspondingly i want ebeln, ekorg,aedat etc..... in a table control of the same screen itself .... please reply me as soon as posible
Thank U
‎2007 Feb 23 5:54 AM
Hi,
Look at the demo Program RSDEMO_TABLE_CONTROL .. You will understnad it very easily
Regards
Sudheer
‎2007 Feb 23 5:53 AM
Hi,
Fetch the Name1 field from LFA1 with the entered value of Vendor and store in a field and assign it to the field just beside Vendor. It will be displayed.
You can display in the top(as header).
Coming to PO Header and Items data (i.e data from EKKO and EKPO), fetch the data from EKKO and EKPO for the entered Vendor into an internal table and display it in the table control.
Regards,
Anji
‎2007 Feb 23 5:54 AM
Hi,
Look at the demo Program RSDEMO_TABLE_CONTROL .. You will understnad it very easily
Regards
Sudheer