<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124034#M445618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look at this Funvtion Module &amp;lt;b&amp;gt;RS_FUNCTION_TEST&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 08:51:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-13T08:51:01Z</dc:date>
    <item>
      <title>Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124032#M445616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain how to create Screen Dynamically.&lt;/P&gt;&lt;P&gt;ie.,&lt;/P&gt;&lt;P&gt;Screen elements(checkbox, radio button, Text box) should be created based on user action. User action can be captured using pushbutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124032#M445616</guid>
      <dc:creator>former_member671224</dc:creator>
      <dc:date>2007-04-13T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124033#M445617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Go 2 transaction SE54 and there u can create ur own screen n all the stuff that u want 2 hav on it n later call the screen by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL SCREEN STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following are the steps 2 be followed:&lt;/P&gt;&lt;P&gt;  The following steps should be followed:&lt;/P&gt;&lt;P&gt;1)	Create the main program&lt;/P&gt;&lt;P&gt;2) Create first screen &lt;/P&gt;&lt;P&gt;&amp;#149;	Define attributes &lt;/P&gt;&lt;P&gt;&amp;#149;	Define graphical user interface &lt;/P&gt;&lt;P&gt;&amp;#149;	Assign field attributes via field list &lt;/P&gt;&lt;P&gt;&amp;#149;	Define flow logic using dialog flow logic syntax &lt;/P&gt;&lt;P&gt;3) Create follow up screens &lt;/P&gt;&lt;P&gt;                (Same steps as first screen) &lt;/P&gt;&lt;P&gt;4)* Create ABAP/4 processing logic (modules, sub-routines, etc.) &lt;/P&gt;&lt;P&gt;&amp;#149;	Choose (create if necessary) the PBO include which will contain the ABAP/4 modules &lt;/P&gt;&lt;P&gt;&amp;#149;	Write PBO modules (ABAP/4) &lt;/P&gt;&lt;P&gt;&amp;#149;	Choose (create if necessary) the PAI include which will contain the ABAP/4 modules &lt;/P&gt;&lt;P&gt;&amp;#149;	Write PAI modules (ABAP/4) &lt;/P&gt;&lt;P&gt;&amp;#149;	Create any required subroutines (create include programs if necessary) &lt;/P&gt;&lt;P&gt;5)* Define ABAP/4 Global Data &lt;/P&gt;&lt;P&gt;6) Create Menus (if necessary) &lt;/P&gt;&lt;P&gt;7) Create Transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want 2 create it dynamically use &lt;/P&gt;&lt;P&gt;RS_FUNCTION_TEST&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kiran kumar k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kiran kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124033#M445617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124034#M445618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look at this Funvtion Module &amp;lt;b&amp;gt;RS_FUNCTION_TEST&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124034#M445618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124035#M445619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herewith i am sending the DYNAMIC ALV report for your kind reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  YMS_DYNAMICALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;DYN_TABLE&amp;gt; TYPE STANDARD TABLE,&lt;/P&gt;&lt;P&gt;               &amp;lt;DYN_WA&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ALV_FLDCAT TYPE SLIS_T_FIELDCAT_ALV,&lt;/P&gt;&lt;P&gt;      IT_FLDCAT TYPE LVC_T_FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_FLDS(5) TYPE C.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;build the dynamic internal table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM BUILD_DYN_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write 5 records to the alv grid&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DO 5 TIMES.&lt;/P&gt;&lt;P&gt;    PERFORM BUILD_REPORT.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call the alv grid.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM CALL_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Build_dyn_itab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;FORM BUILD_DYN_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: NEW_TABLE TYPE REF TO DATA,&lt;/P&gt;&lt;P&gt;        NEW_LINE  TYPE REF TO DATA,&lt;/P&gt;&lt;P&gt;        WA_IT_FLDCAT TYPE LVC_S_FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create fields .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DO P_FLDS TIMES.&lt;/P&gt;&lt;P&gt;    CLEAR WA_IT_FLDCAT.&lt;/P&gt;&lt;P&gt;    WA_IT_FLDCAT-FIELDNAME = SY-INDEX.&lt;/P&gt;&lt;P&gt;    WA_IT_FLDCAT-DATATYPE = 'CHAR'.&lt;/P&gt;&lt;P&gt;    WA_IT_FLDCAT-INTLEN = 5.&lt;/P&gt;&lt;P&gt;    APPEND WA_IT_FLDCAT TO IT_FLDCAT .&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create dynamic internal table and assign to FS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD CL_ALV_TABLE_CREATE=&amp;gt;CREATE_DYNAMIC_TABLE&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      IT_FIELDCATALOG = IT_FLDCAT&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      EP_TABLE        = NEW_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ASSIGN NEW_TABLE-&amp;gt;* TO &amp;lt;DYN_TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create dynamic work area and assign to FS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CREATE DATA NEW_LINE LIKE LINE OF &amp;lt;DYN_TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;  ASSIGN NEW_LINE-&amp;gt;* TO &amp;lt;DYN_WA&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "build_dyn_itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     Form  build_report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*********************************************************************&lt;/P&gt;&lt;P&gt;FORM BUILD_REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: FIELDNAME(20) TYPE C.&lt;/P&gt;&lt;P&gt;  DATA: FIELDVALUE(5) TYPE C.&lt;/P&gt;&lt;P&gt;  DATA: INDEX(3) TYPE C.&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS: &amp;lt;FS1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DO P_FLDS TIMES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    INDEX = SY-INDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set up fieldvalue&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CONCATENATE 'FLD' INDEX INTO&lt;/P&gt;&lt;P&gt;             FIELDVALUE.&lt;/P&gt;&lt;P&gt;    CONDENSE   FIELDVALUE NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  &amp;lt;b&amp;gt; assign component  index  of structure &amp;lt;dyn_wa&amp;gt; to &amp;lt;fs1&amp;gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   &amp;lt;fs1&amp;gt; =  fieldvalue.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Append to the dynamic internal table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  APPEND &amp;lt;DYN_WA&amp;gt; TO &amp;lt;DYN_TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "build_report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CALL_ALV&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;FORM CALL_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: WA_CAT LIKE LINE OF ALV_FLDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DO P_FLDS TIMES.&lt;/P&gt;&lt;P&gt;    CLEAR WA_CAT.&lt;/P&gt;&lt;P&gt;    WA_CAT-FIELDNAME = SY-INDEX.&lt;/P&gt;&lt;P&gt;    WA_CAT-SELTEXT_S = SY-INDEX.&lt;/P&gt;&lt;P&gt;    WA_CAT-OUTPUTLEN = '5'.&lt;/P&gt;&lt;P&gt;    APPEND WA_CAT TO ALV_FLDCAT.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Call ABAP List Viewer (ALV)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      IT_FIELDCAT = ALV_FLDCAT&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      T_OUTTAB    = &amp;lt;DYN_TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "call_alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124035#M445619</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-04-13T08:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124036#M445620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to transaction se80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right click on the program and create the screen&lt;/P&gt;&lt;P&gt;go to the layout of the screen&lt;/P&gt;&lt;P&gt;craete pushbuttons,radiobuttons,checkboxes etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 08:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/2124036#M445620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T08:53:07Z</dc:date>
    </item>
  </channel>
</rss>

