<?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 regarding RPY_DYNPRO_READ func module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074742#M429957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to find the Screen field attributes(I/O/Output only/Mandatory) except below ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-CALL FUNCTION 'RPY_DYNPRO_READ'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-IMPORT DYNPRO le_d020s&lt;/P&gt;&lt;P&gt;              lt_d021s&lt;/P&gt;&lt;P&gt;              lt_d022s&lt;/P&gt;&lt;P&gt;              lt_d023s&lt;/P&gt;&lt;P&gt;  ID 'SAPMF05A   0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see output field FLG1/FLG2/FLG3 of RPY_DYNPRO_READ FM is [E0,00,AC] for Given input SAPMF05A,0331, BSEG-HKONT template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how we can identify E0/00/AC as input/output/mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have anybody worked on RM07DYNP or Func Module RPy_DYNPRO_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestion please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 08:08:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-03T08:08:57Z</dc:date>
    <item>
      <title>regarding RPY_DYNPRO_READ func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074742#M429957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to find the Screen field attributes(I/O/Output only/Mandatory) except below ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-CALL FUNCTION 'RPY_DYNPRO_READ'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-IMPORT DYNPRO le_d020s&lt;/P&gt;&lt;P&gt;              lt_d021s&lt;/P&gt;&lt;P&gt;              lt_d022s&lt;/P&gt;&lt;P&gt;              lt_d023s&lt;/P&gt;&lt;P&gt;  ID 'SAPMF05A   0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see output field FLG1/FLG2/FLG3 of RPY_DYNPRO_READ FM is [E0,00,AC] for Given input SAPMF05A,0331, BSEG-HKONT template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how we can identify E0/00/AC as input/output/mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have anybody worked on RM07DYNP or Func Module RPy_DYNPRO_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestion please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 08:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074742#M429957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T08:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RPY_DYNPRO_READ func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074743#M429958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prince &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u acn do ths w/o a fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just try using the folowing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To take advantage of the full dynamic modification range, you should use the following attributes in the Screen Painter: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input = 'X' &lt;/P&gt;&lt;P&gt;Output = 'X' &lt;/P&gt;&lt;P&gt;Mandatory = '_' &lt;/P&gt;&lt;P&gt;Invisible = '_' &lt;/P&gt;&lt;P&gt;Highlighted = '_'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversely, you cannot change the values defined on the screen in the following manner: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input = '_' &lt;/P&gt;&lt;P&gt;Output = '_' &lt;/P&gt;&lt;P&gt;Mandatory = 'X' &lt;/P&gt;&lt;P&gt;Invisible= 'X' &lt;/P&gt;&lt;P&gt;Highlighted = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, the following applies: If you enter the following combination of influences, it is not really a valid combination, since the combination rules stipulate that the specified display attributes cannot be changed by another influencing field (or the screen). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input = 'X' &lt;/P&gt;&lt;P&gt;Output = 'X' &lt;/P&gt;&lt;P&gt;Active = 'X' &lt;/P&gt;&lt;P&gt;Mandatory = '_' &lt;/P&gt;&lt;P&gt;Highlighted = '_' &lt;/P&gt;&lt;P&gt;Invisible = '_'&lt;/P&gt;&lt;P&gt;&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;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 08:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074743#M429958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T08:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding RPY_DYNPRO_READ func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074744#M429959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prince &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the Attributes of Screen fields in Screen Table &lt;/P&gt;&lt;P&gt;  in  &amp;lt;b&amp;gt;Debugging Mode&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 03 Apr 2007 08:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-rpy-dynpro-read-func-module/m-p/2074744#M429959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T08:50:58Z</dc:date>
    </item>
  </channel>
</rss>

