Application Development 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: 

table control

Former Member
0 Kudos

I am using table control to get item details in screen painter.In table control i have six fields

SNO. ,ITEMID, ITEMDETAILS,rate,WEIGHT,QTY,TOTAL.

Now my Query is When i select item_id from drop-down list(F4_ help) I get item_desc, weight,

from ztable(have item_id,item_desc,rate,weight) then i enter qty in qty and get the total.

where which and how i use the module.

pls help,

thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Once u select the item Id, press an enter. In the PAI on sy-ucomm = space.

put a select statement on the ztable get the item details and move it to the corresponding fields.

For quantity:

u can have a button the screen as TOTAL..put the quantity and press button TOTAL..In PAI, on the press of TOTAL (sy-ucomm = TOTAL), calculate the total and move to the screen element..

Hope this logic helps..

thank you.

2 REPLIES 2

Former Member
0 Kudos

Can you clarify your requirement?

Former Member
0 Kudos

Hi

Once u select the item Id, press an enter. In the PAI on sy-ucomm = space.

put a select statement on the ztable get the item details and move it to the corresponding fields.

For quantity:

u can have a button the screen as TOTAL..put the quantity and press button TOTAL..In PAI, on the press of TOTAL (sy-ucomm = TOTAL), calculate the total and move to the screen element..

Hope this logic helps..

thank you.