<?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: Regarding obligatory Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321584#M509754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that you get get the screen numbers by using the function module RS_ALL_SELECTIONSCREENS.&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>Wed, 23 May 2007 15:24:25 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-05-23T15:24:25Z</dc:date>
    <item>
      <title>Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321581#M509751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I have a report program PRG1.&lt;/P&gt;&lt;P&gt;there is a selection screen for that program.&lt;/P&gt;&lt;P&gt;Now i am in second report program PRG2.&lt;/P&gt;&lt;P&gt;Is there any way to find out the first program's(PRG1) screen number and obligatory fields of that program from second program.&lt;/P&gt;&lt;P&gt;i mean any table which i can read by just passing the program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me. its really urgent. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321581#M509751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321582#M509752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;From the second program write a select statement to a Std  table (something like D020*.. ( like D010SINF) .) which stores the Screen Number and program number  by giving the first program name and will come to know about the first program details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321582#M509752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321583#M509753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply ...&lt;/P&gt;&lt;P&gt;But how can i get the obligatory field from this table???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321583#M509753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321584#M509754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that you get get the screen numbers by using the function module RS_ALL_SELECTIONSCREENS.&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>Wed, 23 May 2007 15:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321584#M509754</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-23T15:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321585#M509755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this FM to get selection-screen values from other program to ur progarm  RS_REFRESH_FROM_DYNAMICAL_SEL ,&lt;/P&gt;&lt;P&gt;RS_REFRESH_FROM_SELECTOPTIONS&lt;/P&gt;&lt;P&gt;and use sy-cprog and do not use sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshu Maramreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321585#M509755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321586#M509756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How will i distinguish which field is obligatory...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321586#M509756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321587#M509757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, you can use the functino module RPY_DYNPRO_READ to get the list of fields in the screen, and there is a column for obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the tables parameter,  FIELDS_TO_CONTAINERS,  here it should list all of the selection screen elements,  check the column name REQU_ENTRY to see if the field is obligatory.&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>Wed, 23 May 2007 15:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321587#M509757</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-23T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321588#M509758</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;I think it is better to check the other report program manullay to check for required fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field is made required in the event START-OF-SELECTION..Then none of the FMs would be able to provide you that information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321588#M509758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding obligatory Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321589#M509759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can't know whether that field is obligatory or not&lt;/P&gt;&lt;P&gt;but only thing you know that whether that field is a paramter or select -options and the values for sign, option, low and high etc from this fun module&lt;/P&gt;&lt;P&gt;RS_REFRESH_FROM_SELECTOPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 15:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-obligatory-fields/m-p/2321589#M509759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T15:37:57Z</dc:date>
    </item>
  </channel>
</rss>

