<?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 BAdi: Upload Documents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278309#M495806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement the BAdi Upload Documents (HRRCF00_DOC_UPLOAD) for our E-Recruiting system.  It is used to check the size of files that are uploaded as attachments to the system.  I followed all of the necessary steps until I got to the point where it asks you to &amp;#147;Enter your implementation code between the method &amp;lt;Interface Name&amp;gt;~&amp;lt;Name of Method&amp;gt; and endmethod.statements.&amp;#148; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what this code should be.  I am guessing it should check the file size and if it is too large then produce an error message, but I am new to ABAP and I&amp;#146;m not sure how to write this.  Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 20:07:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T20:07:38Z</dc:date>
    <item>
      <title>BAdi: Upload Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278309#M495806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement the BAdi Upload Documents (HRRCF00_DOC_UPLOAD) for our E-Recruiting system.  It is used to check the size of files that are uploaded as attachments to the system.  I followed all of the necessary steps until I got to the point where it asks you to &amp;#147;Enter your implementation code between the method &amp;lt;Interface Name&amp;gt;~&amp;lt;Name of Method&amp;gt; and endmethod.statements.&amp;#148; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what this code should be.  I am guessing it should check the file size and if it is too large then produce an error message, but I am new to ABAP and I&amp;#146;m not sure how to write this.  Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 20:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278309#M495806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T20:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAdi: Upload Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278310#M495807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you need to finish the implementation in a correct way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1.     Execute Business Add-In(BADI) transaction SE18&lt;/P&gt;&lt;P&gt;2.     Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display &lt;/P&gt;&lt;P&gt;        button &lt;/P&gt;&lt;P&gt;3.     Select menu option Implementation-&amp;gt;Create&lt;/P&gt;&lt;P&gt;4.     Give implementation a name such as Z_HRPBSGB_HESA_NISR&lt;/P&gt;&lt;P&gt;5.      You can now make any changes you require to the BADI within this &lt;/P&gt;&lt;P&gt;        implementation, for example choose the Interface tab&lt;/P&gt;&lt;P&gt;6.      Double click on the method you want to change, you can now enter &lt;/P&gt;&lt;P&gt;        any code you require.&lt;/P&gt;&lt;P&gt;7.      Please note to find out what import and export parameters a &lt;/P&gt;&lt;P&gt;        method has got return the original BADI definition &lt;/P&gt;&lt;P&gt;        (i.e. HRPBSGB_HESA_NISR) and double click on the method name &lt;/P&gt;&lt;P&gt;        for example within HRPBSGB_HESA_NISR contract is a method&lt;/P&gt;&lt;P&gt;8.      When changes have been made activate the implementation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 20:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278310#M495807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T20:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAdi: Upload Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278311#M495808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response!  I have completed the steps you posted and I see the method CHECK_ATTACH_FILE_SIZE.  My problem is that I don't know what the code should be in the method so that it will actually check the size of the file and and not accept it if it is too large.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 20:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278311#M495808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T20:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAdi: Upload Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278312#M495809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..  (I didn't help you there very much - sorry) well my best guess is that there probably is a standard SAP FM Function module for a 'file size check' Please check transaction SE37 and use as search keywords ' file size' or what you think is best. If there is a FM for checking the file size, then you might use it (or part of it's coding) for your specific requirements. I'm not logged in to SAP at the moment &lt;/P&gt;&lt;P&gt;else I would have looked for it myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 20:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278312#M495809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T20:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAdi: Upload Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278313#M495810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also working on same requirement ie..finding uploaded file size. Please forward if you have solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278313#M495810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAdi: Upload Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278314#M495811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Heather,&lt;/P&gt;&lt;P&gt;This is Srinivas. I hope you are doing well. I need help from you.&lt;/P&gt;&lt;P&gt;You have posted one Question on May 16, 2007 in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find your question below for your reference. Please forward me solution if you have solution for the same question. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement the BAdi Upload Documents (HRRCF00_DOC_UPLOAD) for our E-Recruiting system. It is used to check the size of files that are uploaded as attachments to the system. I followed all of the necessary steps until I got to the point where it asks you to &amp;amp;#147;Enter your implementation code between the method &amp;lt;Interface Name&amp;gt;~&amp;lt;Name of Method&amp;gt; and endmethod.statements.&amp;amp;#148; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what this code should be. I am guessing it should check the file size and if it is too large then produce an error message, but I am new to ABAP and I&amp;amp;#146;m not sure how to write this. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Heather &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,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 09:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-upload-documents/m-p/2278314#M495811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T09:41:02Z</dc:date>
    </item>
  </channel>
</rss>

