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

Module Pool Program

0 Kudos
663

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
Read only

Sandra_Rossi
Active Contributor
592

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?

Read only

0 Kudos
592

That kind of output screen how can I achieve.

Read only

DominikTylczyn
SAP Champion
SAP Champion
592

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.

Read only

0 Kudos
592

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?

Read only

RaymondGiuseppi
Active Contributor
592

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?
Read only

Sandra_Rossi
Active Contributor
592

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.

Read only

VXLozano
Active Contributor
592

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.

Read only

0 Kudos
592

Thank you so much to all