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

Framed Template in Module Pool Screen

0 Likes
1,739

framed-template-in-module-pool-screen.png

Dear Everyone I have a requirement to make Framed Templates in Module Pool Screen . Please see Above attached File . Your timely help will be greatly appreciated . Thanks

7 REPLIES 7
Read only

RaymondGiuseppi
Active Contributor
1,539

You could consider using three basic table controls or ALV grid in the dynpro, what did you already try?

(Also use some radiobuttons for the yes/no/NA columns.)

Read only

0 Likes
1,539

Hi Raymond

My Requirement is to use Template ( same as that in Smart Forms ) . I cannot use Table Wizard for this requirement because the values are of fixed nature and not of tabular data nature .Can you please see my attached File . please elaborate ?

Read only

0 Likes
1,539

please don't use "Answer", instead use "Comment on this answer" on Raymond's answer. PS: don't post the same information twice (the screenshot is already provided in your question).

Read only

1,539

Converted to comment.

Read only

0 Likes
1,539

The 'fixed nature' of fields is not a problem, you can even build table control without internal table behind. Just map the fields from screen from/to abap using current line index in PBO/PAI LOOP.

Read only

former_member241258
Active Participant
0 Likes
1,539

hi

your requirement is not possible in screen of module pool. but try in html format display in container using class

CL_GUI_HTML_VIEWER.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,539

I'm curious - what is the business requirement for this?