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: 

Module Pool Program

0 Kudos

There is one requirement where need to create a table control as selection screen and based upon the selected line

need to print as output in different screen by using module pool program.

Selection Screen:

Output Screen:

8 REPLIES 8

Sandra_Rossi
Active Contributor

Be careful when you say "Selection Screen", as people could think you are talking about defining a screen with PARAMETERS and SELECT-OPTIONS.

I don't see any difficulty. What is your question?

0 Kudos

That kind of output screen how can I achieve.

DominikTylczyn
Active Contributor

dm_0209 You can build an output like you want either with step loop or simple WRITE statements. However you'd much better off using TABLE CONTROL as they are much more flexible. However you'd need to display plant, material and batch in one line instead of three separate ones as in your mock up.

0 Kudos

Table control I am using for selection screen to give the input and to output screen I need to print the same way like the image as by using module pool program. could you please help me on that to achieve the same?

raymond_giuseppi
Active Contributor

Which step are you unable to perform,

  • The initial screen with table control (not a selection-screen on Abap sense)
  • The final display - Please elaborate on 'need to print as output in different screen' you want a spool output, another table control or a nice ALV class?

Sandra_Rossi
Active Contributor

I guess you need to take Dynpro training first. Something like a Grid control with selection column can be easily achieved using CL_SALV_TABLE with few lines of code. A modal is easy to create, there's just a checkbox to indicate that Dynpro is modal, and you use CALL SCREEN #### STARTING AT ... There are demo programs in your system too. Refine your search to find pieces of information in the forum.

VXLozano
Active Contributor

It still amazes me when people come here, post their requirements expecting for us to do their work, and there are still some kind people trying to help.

Your patience deserves something more than likes, kudos or a Nobel Prize.

0 Kudos

Thank you so much to all