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: 

issue in screen painter

Former Member
0 Kudos
96

Hello Friends,

I have a requirement in which i have to design a screen in such a way tht user will enter sales invoice no on the selection screen and based on tht the system will show the pop up or listbox containing list of delivery related to tht invoice and from the list of deliveries user will select one or multiple deliveries and based on selected delivery the system shoul show the item data(material ,quantity) related to the selected delivery.

And finally user will select the list of material from tht delivery and the items selected should appear in table control.

Pls guide me to do this!!

Regards,

Sunny

1 ACCEPTED SOLUTION

Former Member
0 Kudos
74

Hi:

I would suggest to go as

steps would as

1. enter via selection-screen

2. selection and delivery would be display in ALV grid along with Check box for selection

3. Depending on the selection either it can be displayed windows and redirect in table control as you mentioned

Regards

Shashi

4 REPLIES 4

Former Member
0 Kudos
75

Hi:

I would suggest to go as

steps would as

1. enter via selection-screen

2. selection and delivery would be display in ALV grid along with Check box for selection

3. Depending on the selection either it can be displayed windows and redirect in table control as you mentioned

Regards

Shashi

0 Kudos
74

Thanks for the reply.

How do i redirect the selected rows of alv to screen table control??

Regards,

Sunny

Former Member
0 Kudos
74

Hi,

Step1 : Create a Selection screen for Sales Invoice Numbers

Step2 : Create Another Selection screen With List of Deliveries picked based on Invoice number and

Call that Selection-screen when press F8 after entering values in first Selection screen.

Step 3 : Display a Report with items details Based on selection of Deliveries

Step 4 : Transfer data into a Screen Table control Based on Selection Item Nomber or Material Number

Former Member
0 Kudos
74

tnks