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

table control

Former Member
0 Likes
310

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
279

Hi,

Look at the demo Program RSDEMO_TABLE_CONTROL .. You will understnad it very easily

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
279

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

Read only

Former Member
0 Likes
280

Hi,

Look at the demo Program RSDEMO_TABLE_CONTROL .. You will understnad it very easily

Regards

Sudheer