<?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: coding in user exit in program rffous_t in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312795#M506779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the Few enhancements with FM exits Available for RFFOUS_T .May i know which Enhancement you are using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFFOX100  EXIT_RFFOEXIT_100&lt;/P&gt;&lt;P&gt;RFFOX101  EXIT_RFFOEXIT_101&lt;/P&gt;&lt;P&gt;RFFOX102  EXIT_RFFOEXIT_102&lt;/P&gt;&lt;P&gt;RFFOX103  EXIT_RFFOEXIT_103&lt;/P&gt;&lt;P&gt;RFFOX104  EXIT_RFFOEXIT_104&lt;/P&gt;&lt;P&gt;RFFOX105  EXIT_RFFOEXIT_105.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the Import and Export parameters of FMs for fullfilling the Requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase none of the Exits help ,Try finding out for BADi's.&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;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 11:55:48 GMT</pubDate>
    <dc:creator>mithun_shetty4</dc:creator>
    <dc:date>2007-05-23T11:55:48Z</dc:date>
    <item>
      <title>coding in user exit in program rffous_t</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312794#M506778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;form exit_100 tables tab_regup structure regup&lt;/P&gt;&lt;P&gt;              using  exit_reguh structure reguh&lt;/P&gt;&lt;P&gt;                     exit_dtamusfh structure dtamusfh&lt;/P&gt;&lt;P&gt;                     exit_formnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: up_dtamusfh like dtamusfh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hlp_formnr = exit_formnr.&lt;/P&gt;&lt;P&gt;  up_dtamusfh = exit_dtamusfh.&lt;/P&gt;&lt;P&gt;  call customer-function '100'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;           i_reguh   = exit_reguh&lt;/P&gt;&lt;P&gt;           i_dtamusfh = exit_dtamusfh&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;           e_dtamusfh = exit_dtamusfh&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;           t_regup   = tab_regup.&lt;/P&gt;&lt;P&gt;  if up_dtamusfh ne exit_dtamusfh.      "fields modified by user&lt;/P&gt;&lt;P&gt;    if hlp_formnr+0(1) eq '2'.           "user exit 101 already used&lt;/P&gt;&lt;P&gt;      hlp_formnr+0(1) = '3'.             "both exits 100 and 101 used&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      if hlp_formnr+0(1) ne '3'.&lt;/P&gt;&lt;P&gt;        hlp_formnr+0(1) = '1'.           "user exit 100 used&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  exit_formnr = hlp_formnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" regarding the use of exit_formr in exit_100 - exit_105:&lt;/P&gt;&lt;P&gt;" first  digit: 1 - exit 100 used, 2 - exit 101 used,&lt;/P&gt;&lt;P&gt;"               3 - both exits 100 and 101 used&lt;/P&gt;&lt;P&gt;" second digit: 1 - exit 102 used, 2 - exit 103 used,&lt;/P&gt;&lt;P&gt;"               3 - both exits 102 and 103 used&lt;/P&gt;&lt;P&gt;" third  digit: 1 - exit 104 used, 2 - exit 105 used,&lt;/P&gt;&lt;P&gt;"               3 - both exits 104 and 105 used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above form i need to code in the customer-function '100'. the coding is to be done to pass certain fields and get the output in the form of the values for those fields. my main problem is that the structure or the value of exit_formnr is not available and im not able to find it either!! until and unless the value for exit_formnr is found out the value for hlp_formnr won't be known and thus i can't proceed. please help me out in doing so asap.!! the program name is RFFOUS_T. in that the include name for this form is RFFORIU4. please help me fast!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312794#M506778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: coding in user exit in program rffous_t</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312795#M506779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the Few enhancements with FM exits Available for RFFOUS_T .May i know which Enhancement you are using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFFOX100  EXIT_RFFOEXIT_100&lt;/P&gt;&lt;P&gt;RFFOX101  EXIT_RFFOEXIT_101&lt;/P&gt;&lt;P&gt;RFFOX102  EXIT_RFFOEXIT_102&lt;/P&gt;&lt;P&gt;RFFOX103  EXIT_RFFOEXIT_103&lt;/P&gt;&lt;P&gt;RFFOX104  EXIT_RFFOEXIT_104&lt;/P&gt;&lt;P&gt;RFFOX105  EXIT_RFFOEXIT_105.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the Import and Export parameters of FMs for fullfilling the Requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase none of the Exits help ,Try finding out for BADi's.&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;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312795#M506779</guid>
      <dc:creator>mithun_shetty4</dc:creator>
      <dc:date>2007-05-23T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: coding in user exit in program rffous_t</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312796#M506780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;out of the 5 enhancements im using 100,101 and 105. the export and import parameters for these functions are mentioned in the code snippet which i have mentioned in my question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 12:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-user-exit-in-program-rffous-t/m-p/2312796#M506780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T12:28:59Z</dc:date>
    </item>
  </channel>
</rss>

