2009 Feb 24 5:12 AM
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
2009 Feb 24 5:22 AM
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
2009 Feb 24 5:22 AM
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
2009 Feb 24 12:31 PM
Thanks for the reply.
How do i redirect the selected rows of alv to screen table control??
Regards,
Sunny
2009 Feb 24 1:18 PM
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
2009 Mar 02 8:38 AM