{"id":7452,"date":"2025-08-07T12:58:22","date_gmt":"2025-08-07T07:28:22","guid":{"rendered":"https:\/\/www.sapewmhelp.com\/?question=modular-screen-features"},"modified":"2025-08-07T12:58:22","modified_gmt":"2025-08-07T07:28:22","slug":"modular-screen-features","status":"publish","type":"question","link":"https:\/\/www.sapewmhelp.com\/?question=modular-screen-features","title":{"rendered":"Modular Screen Features"},"content":{"rendered":"<p>1. SELECTION-SCREEN BEGIN OF SCREEN<\/p>\n<p>As already explained, this defines a custom screen (like a subscreen or popup), which you can call dynamically using CALL SELECTION-SCREEN.<\/p>\n<div class=\"hcb_wrap\">\n<pre class=\"prism line-numbers lang-scss\" data-lang=\"SCSS\"><code>SELECTION-SCREEN BEGIN OF SCREEN &lt;screen_number&gt; [AS SUBSCREEN|AS WINDOW] [TITLE &lt;text&gt;].\r\n... fields ...\r\nSELECTION-SCREEN END OF SCREEN &lt;screen_number&gt;.<\/code><\/pre>\n<p>2. SELECTION-SCREEN BEGIN OF BLOCK<br \/>\nUsed to group parameters and fields into logical blocks, which can have their own frame and titles.<\/p>\n<div class=\"hcb_wrap\">\n<pre class=\"prism line-numbers lang-scss\" data-lang=\"SCSS\"><code>SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.\r\nPARAMETERS: p_carrid TYPE s_carr_id,\r\np_connid TYPE s_conn_id.\r\nSELECTION-SCREEN END OF BLOCK b1.\r\n<\/code><\/pre>\n<p>4. SELECTION-SCREEN BEGIN OF LINE<br \/>\nUsed to arrange fields horizontally on the selection screen (instead of vertical default layout).<\/p>\n<div class=\"hcb_wrap\">\n<pre class=\"prism line-numbers lang-scss\" data-lang=\"SCSS\"><code>SELECTION-SCREEN BEGIN OF LINE.\r\nSELECTION-SCREEN COMMENT 1(10) text-002 FOR FIELD p_flag.\r\nPARAMETERS: p_flag AS CHECKBOX.\r\nSELECTION-SCREEN END OF LINE.<\/code><\/pre>\n<p>4. SELECTION-SCREEN COMMENT<br \/>\nDisplays a label or text on the selection screen.<\/p>\n<div class=\"hcb_wrap\">\n<pre class=\"prism line-numbers lang-scss\" data-lang=\"SCSS\"><code>SELECTION-SCREEN COMMENT \/1(30) text-003.\r\n\r\n<\/code><\/pre>\n<p>5. SELECTION-SCREEN TAB and SELECTION-SCREEN BEGIN OF TABBED BLOCK<br \/>\nUsed to create tabbed selection screens, where each tab holds a subscreen.<\/p>\n<\/div>\n<p>SELECTION-SCREEN BEGIN OF TABBED BLOCK mytab FOR 3 LINES.<br \/>\nSELECTION-SCREEN TAB (20) tab1 USER-COMMAND tab1 SCREEN 101.<br \/>\nSELECTION-SCREEN TAB (20) tab2 USER-COMMAND tab2 SCREEN 102.<br \/>\nSELECTION-SCREEN END OF BLOCK mytab.<\/p>\n<p>SELECTION-SCREEN BEGIN OF SCREEN 101 AS SUBSCREEN.<br \/>\nPARAMETERS: p_name TYPE name1.<br \/>\nSELECTION-SCREEN END OF SCREEN 101.<\/p>\n<p>SELECTION-SCREEN BEGIN OF SCREEN 102 AS SUBSCREEN.<br \/>\nPARAMETERS: p_age TYPE i.<br \/>\nSELECTION-SCREEN END OF SCREEN 102.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","question-category":[158],"question_tags":[178,189,177,321],"class_list":["post-7452","question","type-question","status-publish","hentry","question-category-abap","question_tags-abap","question_tags-report","question_tags-sap","question_tags-screen"],"_links":{"self":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/question\/7452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/question"}],"about":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/types\/question"}],"author":[{"embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7452"}],"wp:attachment":[{"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7452"}],"wp:term":[{"taxonomy":"question-category","embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fquestion-category&post=7452"},{"taxonomy":"question_tags","embeddable":true,"href":"https:\/\/www.sapewmhelp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fquestion_tags&post=7452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}