<?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: MIRO BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851823#M1592059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I either have to use this piece of code you have provided OR&lt;/P&gt;&lt;P&gt;create these two fields in BAPI structure EXTENSION1  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 20:26:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-10T20:26:47Z</dc:date>
    <item>
      <title>MIRO BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851821#M1592057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to find a field for RM08M-XWARE_BNK in BAPI_INCOMINGINVOICE_CREATE to map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not see in this BAPI. Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this field is not there then does it need to be created if so then how I can create it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 16:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851821#M1592057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851822#M1592058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems it is not being used in the BAPI you have provided but here is more info about the field you are looking for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no direct relationship to other fields in any table but see the following code from MIRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check rm08m-referenzbelegtyp eq '1' or&lt;/P&gt;&lt;P&gt;      rm08m-referenzbelegtyp eq '5'.&lt;/P&gt;&lt;P&gt;  case rm08m-xware_bnk.&lt;/P&gt;&lt;P&gt;    when 1.&lt;/P&gt;&lt;P&gt;      rbkpv-xware = 'X'.&lt;/P&gt;&lt;P&gt;      rbkpv-xbnk  = space.&lt;/P&gt;&lt;P&gt;    when 2.&lt;/P&gt;&lt;P&gt;      rbkpv-xware = space.&lt;/P&gt;&lt;P&gt;      rbkpv-xbnk  = 'X'.&lt;/P&gt;&lt;P&gt;    when 3.&lt;/P&gt;&lt;P&gt;      rbkpv-xware = 'X'.&lt;/P&gt;&lt;P&gt;      rbkpv-xbnk  = 'X'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one sets values to two other fields based on the selection. So when you run the bapi, you better look for XWARE and XBNK and do your magic to set them as per the requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then XWARE and XBNK are used in the structure BAPI_INCINV_SAVE_HEADER_BACKGR and the same structure used in  business object bus2081 which is incoming invoice. unfortunately, this is not being used in the BAPI that you are searching for but in BAPI_INCOMINGINVOICE_SAVE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the bapi documentation for functions and restrictions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in other words, you can try using EXTENSIONIN parameter in bapi incoming invoice create. Search google and/or SDN for sample code.  You have to do some debug and also try creating without even providing that particular indicator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 18:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851822#M1592058</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2011-05-10T18:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851823#M1592059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I either have to use this piece of code you have provided OR&lt;/P&gt;&lt;P&gt;create these two fields in BAPI structure EXTENSION1  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 20:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi/m-p/7851823#M1592059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T20:26:47Z</dc:date>
    </item>
  </channel>
</rss>

