<?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 Displaying script (Forms ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-script-forms/m-p/4714057#M1107210</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 want to display script forms on the basis of country criteria for the tcode mrrl after that for IR its mr990.&lt;/P&gt;&lt;P&gt;The scenario is like right now there is only one script form 'Z_ERSTLR', which is being displayed whenever the above tranaction is run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to link the form specific to the country like if country is FRANCE then form 'Z_ERSTLr_Gr' (which I copied from exiting form) will display.&lt;/P&gt;&lt;P&gt;But the form name I won't b able to pass internally as its internally passed in parameter of function i_foname.&lt;/P&gt;&lt;P&gt;1.The exit used here is 'EXIT_SAPLMRMH_001' for MRRL.&lt;/P&gt;&lt;P&gt;2.Subroutine where form name is passed 'ZRM08NAST'&lt;/P&gt;&lt;P&gt; code as &lt;/P&gt;&lt;P&gt;FORM entry_ers USING retcode LIKE sy-subrc&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                   XSCREEN TYPE C.                             &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                     xscreen LIKE boole-boole.                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;archive                                                        &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  arc_params-sap_object = nast-objtype.                     &lt;/P&gt;&lt;P&gt;  toa_dara-sap_object   = nast-objtype.                     &lt;/P&gt;&lt;P&gt;  CLEAR toa_dara-object_id.                                 &lt;/P&gt;&lt;P&gt;  toa_dara-object_id    = nast-objky+4(14).                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ZMRM_ENTRY_ERS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_nast       = nast&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;i_fonam      = tnapr-fonam&lt;/STRONG&gt;  "form name is passed here*&lt;/P&gt;&lt;P&gt;      i_xscreen    = xscreen&lt;/P&gt;&lt;P&gt;      i_arc_params = arc_params                             &lt;/P&gt;&lt;P&gt;      i_toa_dara   = toa_dar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly provide ur valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 05:32:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-11T05:32:21Z</dc:date>
    <item>
      <title>Displaying script (Forms )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-script-forms/m-p/4714057#M1107210</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 want to display script forms on the basis of country criteria for the tcode mrrl after that for IR its mr990.&lt;/P&gt;&lt;P&gt;The scenario is like right now there is only one script form 'Z_ERSTLR', which is being displayed whenever the above tranaction is run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to link the form specific to the country like if country is FRANCE then form 'Z_ERSTLr_Gr' (which I copied from exiting form) will display.&lt;/P&gt;&lt;P&gt;But the form name I won't b able to pass internally as its internally passed in parameter of function i_foname.&lt;/P&gt;&lt;P&gt;1.The exit used here is 'EXIT_SAPLMRMH_001' for MRRL.&lt;/P&gt;&lt;P&gt;2.Subroutine where form name is passed 'ZRM08NAST'&lt;/P&gt;&lt;P&gt; code as &lt;/P&gt;&lt;P&gt;FORM entry_ers USING retcode LIKE sy-subrc&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                   XSCREEN TYPE C.                             &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                     xscreen LIKE boole-boole.                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;archive                                                        &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  arc_params-sap_object = nast-objtype.                     &lt;/P&gt;&lt;P&gt;  toa_dara-sap_object   = nast-objtype.                     &lt;/P&gt;&lt;P&gt;  CLEAR toa_dara-object_id.                                 &lt;/P&gt;&lt;P&gt;  toa_dara-object_id    = nast-objky+4(14).                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ZMRM_ENTRY_ERS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_nast       = nast&lt;/P&gt;&lt;P&gt;      *&lt;STRONG&gt;i_fonam      = tnapr-fonam&lt;/STRONG&gt;  "form name is passed here*&lt;/P&gt;&lt;P&gt;      i_xscreen    = xscreen&lt;/P&gt;&lt;P&gt;      i_arc_params = arc_params                             &lt;/P&gt;&lt;P&gt;      i_toa_dara   = toa_dar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly provide ur valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 05:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-script-forms/m-p/4714057#M1107210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T05:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying script (Forms )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-script-forms/m-p/4714058#M1107211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If the output is triggered using Output type, the above said requirement can handled in Config itself.&lt;/P&gt;&lt;P&gt;Basically they need to create condition records and assign SAPSCRIPT at conditiion record level.&lt;/P&gt;&lt;P&gt;Pls speak to functional consultant&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 05:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-script-forms/m-p/4714058#M1107211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T05:50:04Z</dc:date>
    </item>
  </channel>
</rss>

