<?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: RF transactions, required fields &amp; exit-command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069705#M727522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Seshu,&lt;/P&gt;&lt;P&gt;I am aware of that. I am not talking about GUI status, I am talking about push buttons only. &lt;/P&gt;&lt;P&gt;I need to know only one thing, can I use required field (in se51, in element attributes, turn the input to required from possible). Can I do that for RF transactions. I dont see any standard LM transactions using that. &lt;/P&gt;&lt;P&gt;If I can, then, to by-pass required-field checks I need to use exit-command (E -function type) for the back 'pushbutton' which doesnt seem to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;-Srividhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 17:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-30T17:48:08Z</dc:date>
    <item>
      <title>RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069697#M727514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! All,&lt;/P&gt;&lt;P&gt;I am creating custom RF transactions. I have 8 fields on screen of which 4 are required. I have made those mandatory in se51 in element attributes. I have a 'Back' pushbutton for which I have used AT EXIT-COMMAND module (to escape the required field auto-check). This works just fine in SAP but when I try this on SAP Console the back button doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Can I make fields required or should I separate the screen fields and code to check if required fields are initial?&lt;/P&gt;&lt;P&gt;2) Does the E command work on RF transactions or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that in standard RF programs, they have used the EXIT module but they dont have any required fields in teh element attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for your help,&lt;/P&gt;&lt;P&gt;Will reward promptly,&lt;/P&gt;&lt;P&gt;-Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069697#M727514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069698#M727515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think E command will not work with RF transactoin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove that E command and handle the BACK buttton also in the normal PAI module, not in the EXIT-COMMAND module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the back button, just do like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  LEAVE TO SCREEN 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069698#M727515</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T17:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069699#M727516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Naimesh,&lt;/P&gt;&lt;P&gt;Thats what I did initially. But the user has to enter all the required fields just to exit!! So I wanted to use the E command to by-pass the auto-checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, the design is like this. First 4 are required marked mandatory. Upon user entry the other 3 fields populate (only display) and when the document is posted the document number appears in the 8th field. Can you suggest if this is a good idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you are sure that E command is not supported should I separate the screen for the required fields (I will not make it required but code for if it is initial send error message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen EXIT-COMMAND modules in standard RF transactions too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for the quick response,&lt;/P&gt;&lt;P&gt;-Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069699#M727516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069700#M727517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your design seems to be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try without the EXIT command and message for all 4 fields which are requried. If it works than you are through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the EXIT-COMMAND, as I have said in my eariler post, I am not much sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 19:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069700#M727517</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T19:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069701#M727518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;I will try that. Just that I wanted the user to visully see what are required.&lt;/P&gt;&lt;P&gt;-Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 19:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069701#M727518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069702#M727519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more optoin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put one "button" on the screen. By pressing this button you can exit from the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the properties of the button, give the FUNCTION CODE (FctCode) and FctType as E. By using this may be you will able to use the EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 19:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069702#M727519</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T19:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069703#M727520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;I know this. Thats how it worked on SAP screens but when I ran the same Tcode on sapcnsl, this function code isnt working. Please klet me know if you have any suggestions (about why it works in SAP and not on sapcnsl)&lt;/P&gt;&lt;P&gt;-Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 20:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069703#M727520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T20:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069704#M727521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RF Transactions behaves differently than SAP.&lt;/P&gt;&lt;P&gt;So do not use SAP GUI Elements when you design RF Transactions.&lt;/P&gt;&lt;P&gt;Disable all GUI Elements like BACK, CANCel, and EXIt; instead of this you should use Push button with in screen.&lt;/P&gt;&lt;P&gt;Here you need to maintain Function codes properly.&lt;/P&gt;&lt;P&gt;Use these Function codes where ever required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 20:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069704#M727521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T20:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069705#M727522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Seshu,&lt;/P&gt;&lt;P&gt;I am aware of that. I am not talking about GUI status, I am talking about push buttons only. &lt;/P&gt;&lt;P&gt;I need to know only one thing, can I use required field (in se51, in element attributes, turn the input to required from possible). Can I do that for RF transactions. I dont see any standard LM transactions using that. &lt;/P&gt;&lt;P&gt;If I can, then, to by-pass required-field checks I need to use exit-command (E -function type) for the back 'pushbutton' which doesnt seem to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;-Srividhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 17:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069705#M727522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T17:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069706#M727523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure but you can raise error message when that field is initial..&lt;/P&gt;&lt;P&gt;My guess would be E exit command applicable only GUI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 18:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069706#M727523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T18:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: RF transactions, required fields &amp; exit-command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069707#M727524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You, Will try. Otehrwise I will code for initial errors.&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;-Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 22:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-transactions-required-fields-exit-command/m-p/3069707#M727524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T22:00:57Z</dc:date>
    </item>
  </channel>
</rss>

