<?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/984325#M72632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am also sure that it should be possible, otherwise how could se16, selection screen (1000),table maintenance generator, etc all gets created at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2005 17:40:10 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-07-25T17:40:10Z</dc:date>
    <item>
      <title>dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984319#M72626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create a screen with SE51 and design the fields in layout at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I got a Z table (let's call it ztab) that contains fields (zfld1, zfld2). I want to create a screen with these 2 fields as Input field. But if in the future I add a 3rd field I want my screen to able to take in account dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's possible?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984319#M72626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T17:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984320#M72627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have never seen that sort of thing done.  I am not going to say that its not possible, but I have never seen this before.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984320#M72627</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-25T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984321#M72628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out this function module , i guess this may be the one you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEW_MAINTENANCE_CALL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not the source code would give you an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984321#M72628</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-25T17:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984322#M72629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes me too....&lt;/P&gt;&lt;P&gt;I was thinking: &amp;lt;b&amp;gt;if it was possible&amp;lt;/b&amp;gt; so why every time that i add a field in table I have to refresh his view maintenance in se54?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep looking for an answer. If i find something i will let you know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984322#M72629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T17:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984323#M72630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using this screen what will you be doing? a report generation? maintenance utility? if so as i said before you could use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_TABLE_LIST_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass "ANZE" to action parameter and&lt;/P&gt;&lt;P&gt;the desired table name to the table_name parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use FM&lt;/P&gt;&lt;P&gt;VIEW_MAINTENANCE_CALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with action parameter as 'U' for update&lt;/P&gt;&lt;P&gt;and view_name as the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984323#M72630</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-25T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984324#M72631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raja,&lt;/P&gt;&lt;P&gt;I was just wondering how can I create a screen dynamically with se51.&lt;/P&gt;&lt;P&gt;When I look at the screen SAPLSSEL 1106 it's seems that it's possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984324#M72631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984325#M72632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am also sure that it should be possible, otherwise how could se16, selection screen (1000),table maintenance generator, etc all gets created at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984325#M72632</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-07-25T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984326#M72633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to generate a selection dynamically, you could use the following functionality.  These statements are reserved for SAP use only and is not recommended that you use them.  SAP will probably not support any program using these.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001 .

data: programname type sy-repid,
      program type table of progtab with header line.
data: syindex(5) type c.
data: mess(72), lin(72), wrd(72).

programname = 'ZRICH_0010'.

program = 'report zrich_0010.'.    append program.

do 20 times.
  syindex = sy-index.
  shift syindex left deleting leading space.
  concatenate 'select-options: s_' syindex  into program.
  concatenate program 'for sy-datum.' into program separated by space.
  append program.

enddo.

syntax-check for program message mess line lin word wrd.

insert report programname from program.

submit (programname) via selection-screen  and return .

delete report programname.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984326#M72633</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-25T17:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984327#M72634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample code for dynamic selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;PERFORM DYNAMIC_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM DYNAMIC_CODE.&lt;/P&gt;&lt;P&gt;APPEND 'REPORT ZSEARCH NO STANDARD PAGE HEADING.' TO ITAB.&lt;/P&gt;&lt;P&gt;APPEND 'TABLES : DD03L,DD02L.' TO ITAB.&lt;/P&gt;&lt;P&gt;DATA TAB LIKE TEXTPOOL OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;APPEND 'SELECTION-SCREEN BEGIN OF BLOCK BLK' TO ITAB.&lt;/P&gt;&lt;P&gt;APPEND 'WITH FRAME TITLE TEXT-001.' TO ITAB.&lt;/P&gt;&lt;P&gt;DO P4 TIMES.&lt;/P&gt;&lt;P&gt;REC_CNT = SY-INDEX.&lt;/P&gt;&lt;P&gt;CONDENSE REC_CNT NO-GAPS.&lt;/P&gt;&lt;P&gt;IF P1 = 'X'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'PARAMETERS:F' REC_CNT&lt;/P&gt;&lt;P&gt;' LIKE DD03L-FIELDNAME OBLIGATORY.'&lt;/P&gt;&lt;P&gt;INTO WA.&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;P&gt;TAB-ID = 'S'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'F' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-KEY = WA.&lt;/P&gt;&lt;P&gt;CONCATENATE'$$$$$$$$' 'Field Name' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-ENTRY = WA.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF P2 = 'X'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'PARAMETERS:D' REC_CNT&lt;/P&gt;&lt;P&gt;' LIKE DD03L-ROLLNAME OBLIGATORY.'&lt;/P&gt;&lt;P&gt;INTO WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;P&gt;TAB-ID = 'S'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'D' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-KEY = WA.&lt;/P&gt;&lt;P&gt;CONCATENATE'$$$$$$$$' 'Data Element' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-ENTRY = WA.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF P3 = 'X'.&lt;/P&gt;&lt;P&gt;APPEND 'SELECTION-SCREEN BEGIN OF LINE.' TO ITAB.&lt;/P&gt;&lt;P&gt;CONCATENATE 'SELECTION-SCREEN COMMENT (15) FOR FIELD DT'&lt;/P&gt;&lt;P&gt;REC_CNT '.' INTO WA.&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;P&gt;CONCATENATE 'PARAMETERS:DT' REC_CNT&lt;/P&gt;&lt;P&gt;' LIKE DD03L-DATATYPE OBLIGATORY.'&lt;/P&gt;&lt;P&gt;INTO WA.&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;P&gt;CONCATENATE 'SELECTION-SCREEN COMMENT (16) FOR FIELD SIZE'&lt;/P&gt;&lt;P&gt;REC_CNT '.' INTO WA.&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;P&gt;CONCATENATE 'PARAMETERS:SIZE' REC_CNT&lt;/P&gt;&lt;P&gt;' LIKE DD03L-LENG OBLIGATORY.' INTO WA.&lt;/P&gt;&lt;P&gt;APPEND WA TO ITAB.&lt;/P&gt;&lt;P&gt;APPEND 'SELECTION-SCREEN END OF LINE.' TO ITAB.&lt;/P&gt;&lt;P&gt;TAB-ID = 'S'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'DT' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-KEY = WA.&lt;/P&gt;&lt;P&gt;CONCATENATE'$$$$$$$$' 'Data Type' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-ENTRY = WA.&lt;/P&gt;&lt;P&gt;APPEND TAB.&lt;/P&gt;&lt;P&gt;TAB-ID = 'S'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'SIZE' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-KEY = WA.&lt;/P&gt;&lt;P&gt;CONCATENATE'$$$$$$$$' 'Len. of Field' REC_CNT INTO WA.&lt;/P&gt;&lt;P&gt;TAB-ENTRY = WA.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;APPEND TAB.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;APPEND 'SELECTION-SCREEN END OF BLOCK BLK.' TO ITAB.&lt;/P&gt;&lt;P&gt;ENDFORM. " DYNAMIC_CODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2005 04:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984327#M72634</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-07-26T04:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984328#M72635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can any one give me the sol,&lt;/P&gt;&lt;P&gt;i want to create the input fields, checkboxes on my screen dynamically. if materials are 10 i want to create 5 input fields for each material, if materials are 20 then for all 20 mat all fields are to be created with the values from program. how can i do this..tell me its very urgent..please can anyone... im new to this so i dont know how to open a new thread.. sorry &lt;/P&gt;&lt;P&gt;waiting for ur reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 04:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984328#M72635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T04:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984329#M72636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible but not advisible to do like that according to sap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERATE - Generate a screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This statement is for internal use only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incompatible changes or further developments may occur at any time without warning or notice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERATE DYNPRO h f e m ID g. &lt;/P&gt;&lt;P&gt;...MESSAGE F1 ...LINE F2 ...WORD F3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parts marked with " ..." are interchangeable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;1. ... OFFSET f4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... TRACE-FILE f5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Generates the screen specified in the field g. &lt;/P&gt;&lt;P&gt;Here, the source code is taken from the structure h and the internal tables f, e and m. The field h (screen header) should correspond to the structure D020S, the internal table f (field list) to the structure D021S, the internal table e (flow logic) to the structure D022S and the internal table m (matchcode information) to the structure D023S. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a syntax error occurs, the error message is stored in the field f1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a syntax error occurs, the number of the incorrect line is stored in the field f2. &lt;/P&gt;&lt;P&gt;By reading the return code value, you can determine whether this line refers to the flow logic or the field list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a syntax error occurs, the incorrect word is stored in the field f3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return Code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;The screen was generated. &lt;/P&gt;&lt;P&gt;SY-SUBRC &amp;lt;&amp;gt; 0: &lt;/P&gt;&lt;P&gt;The screen could not be generated. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;The error is in the flow logic. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 8: &lt;/P&gt;&lt;P&gt;The error is in the field list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... OFFSET f4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If a syntax error occurs, the position of the incorrect word is output in this field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... TRACE-FILE f5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Stores performance data in this file. This addition automatically switches on the trace mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Go thru the abap help with keywork generate dynpro..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 04:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984329#M72636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984330#M72637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please open new thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else u won't be able to award points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kumar click 'Back to Topic Link' link , then click 'Post new Topic' link , enter subject and your query&lt;/P&gt;&lt;P&gt;and then click 'Post Message' button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Surpreet Singh Bal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 04:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen/m-p/984330#M72637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T04:53:22Z</dc:date>
    </item>
  </channel>
</rss>

