<?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: FM Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086708#M433429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take care of your data formating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for MATNR : &lt;/P&gt;&lt;P&gt;016486 is different of 16486&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 13:26:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T13:26:34Z</dc:date>
    <item>
      <title>FM Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086705#M433426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a RFC FM 'BBP_INB_DELIVERY_CREATE' for inbound delivery creation. When i am testing this in SE37 with certain parameters, viz., document date, time, total weight, unit of weight ( all this in header) , material number, qty, unit, po no, line no. (all this in detail part of this FM), it works fine and a corresponding document is created in its header table(LIKP) and line table(LIPS). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when i am calling this FM in SE38 and passing same parameters as mentioned above, it's neither exporting nor returning any messages. &lt;/P&gt;&lt;P&gt;Can anyone please suggest me to solve this and tell me if i need to pass some more info for this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishwanath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086705#M433426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: FM Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086706#M433427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure the RETURN table is empty?&lt;/P&gt;&lt;P&gt;Did you get any value in the EF_DELIVERY parameter?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086706#M433427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: FM Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086707#M433428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to pass material no, po no, item no in its original format... say for material is 12345, then u need to pass as 000000000000012345 (whole length of material).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this purpose use CONVERSION_EXIT_ALPHA_OUTPUT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086707#M433428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: FM Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086708#M433429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take care of your data formating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for MATNR : &lt;/P&gt;&lt;P&gt;016486 is different of 16486&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086708#M433429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: FM Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086709#M433430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i am sure about it.&lt;/P&gt;&lt;P&gt;********************************&lt;/P&gt;&lt;P&gt;REPORT  zvornu.&lt;/P&gt;&lt;P&gt;DATA: lv_exnum TYPE likp-exnum,                  "Number of foreign trade data in MM and SD documents&lt;/P&gt;&lt;P&gt;      lv_vbeln TYPE likp-vbeln.                  "Delivery Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: li_bbp_detail TYPE TABLE OF bbp_inbd_d,    "Internal Table of type header of BAPI&lt;/P&gt;&lt;P&gt;      lw_bbp_detail TYPE bbp_inbd_d,             "Work area for header of BAPI&lt;/P&gt;&lt;P&gt;      lw_bbp_header TYPE bbp_inbd_l,             "Work area for details/line item of BAPI&lt;/P&gt;&lt;P&gt;      li_bbp_return TYPE TABLE OF bapireturn,    "Internal Table for return messages from BAPI&lt;/P&gt;&lt;P&gt;      lw_bbp_return TYPE bapireturn.             "Work area for return messages from BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lw_bbp_header-deliv_date = sy-datum.         "Current Date&lt;/P&gt;&lt;P&gt;lw_bbp_header-deliv_time = sy-uzeit.         "Current Time&lt;/P&gt;&lt;P&gt;lw_bbp_header-total_wght = '4.500'.          "Total Weight&lt;/P&gt;&lt;P&gt;lw_bbp_header-unit_of_wt = 'KG'.             "Unit of weight&lt;/P&gt;&lt;P&gt;lw_bbp_detail-material   = 'PCS-02-ART417'.  "Material number&lt;/P&gt;&lt;P&gt;lw_bbp_detail-deliv_qty  = '9000'.             "Quantity&lt;/P&gt;&lt;P&gt;lw_bbp_detail-unit       = 'PC'.             "Unit&lt;/P&gt;&lt;P&gt;lw_bbp_detail-po_number  = '4500000210'.     "PO number&lt;/P&gt;&lt;P&gt;lw_bbp_detail-po_item    = '00010'.          "PO Item number&lt;/P&gt;&lt;P&gt;APPEND lw_bbp_detail TO li_bbp_detail.&lt;/P&gt;&lt;P&gt;CLEAR: lw_bbp_detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Calling BAPI for creation of Inbound Delivery&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BBP_INB_DELIVERY_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    is_inb_delivery_header = lw_bbp_header&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    ef_delivery            = lv_vbeln&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    it_inb_delivery_detail = li_bbp_detail&lt;/P&gt;&lt;P&gt;    return                 = li_bbp_return.&lt;/P&gt;&lt;P&gt;IF sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     wait          = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;LOOP AT li_bbp_return INTO lw_bbp_return.&lt;/P&gt;&lt;P&gt;  WRITE: / lw_bbp_return-type,&lt;/P&gt;&lt;P&gt;           lw_bbp_return-message.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vishy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-parameters/m-p/2086709#M433430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:27:45Z</dc:date>
    </item>
  </channel>
</rss>

