<?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 Dialog progarm using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638389#M1283350</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 have to create a dialog program which can be called using the BAPI.As we have in the case of PO , it can be created using the transaction code ME21n and calling the BAPI(BAPI_PO_CREATE).Please suggest how to create the BAPI for the custom program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 11:54:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-19T11:54:16Z</dc:date>
    <item>
      <title>Dialog progarm using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638389#M1283350</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 have to create a dialog program which can be called using the BAPI.As we have in the case of PO , it can be created using the transaction code ME21n and calling the BAPI(BAPI_PO_CREATE).Please suggest how to create the BAPI for the custom program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638389#M1283350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog progarm using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638390#M1283351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You aim is to create a Module pool program and that module program you have to call it in your custom bapi &lt;/P&gt;&lt;P&gt;and also you want to display all the screens while executing this bapi right!!!!!!!!!!&lt;/P&gt;&lt;P&gt;is this is your requirement ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638390#M1283351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog progarm using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638391#M1283352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in a nutshell, the BAPI will have to hold all the data (fields) that are available in the module program. Also, all the validations you are doing in your module pool will have to be part of the BAPI as well. So, more or less, beside the screens of course, the coding for the BAPI and for the module pool will look very much a like. This is something you will have to take into account when creating module pool routines. Put this logic into CLASSES and METHODS, which can be called from module pool and BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Do you really want to go for the BAPI concept, making use of the business object builder (transaction SWO1) or do you just need an RFC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638391#M1283352</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-19T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog progarm using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638392#M1283353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is nothing but a RFC enabled Function Module.&lt;/P&gt;&lt;P&gt;If you need to call a BAPI in a R/3 system only then you can go for RFC FM itself.&lt;/P&gt;&lt;P&gt;To create BAPI, you need to release the FM in the following way:&lt;/P&gt;&lt;P&gt;1)Goto SE37&lt;/P&gt;&lt;P&gt;2)Give the FM name&lt;/P&gt;&lt;P&gt;3)Select the Menu Function Module &amp;gt;&amp;gt; Release &amp;gt;&amp;gt; Release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the object from transaction SWO1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638392#M1283353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog progarm using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638393#M1283354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , you have understood it correct. Please suggest the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 13:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638393#M1283354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog progarm using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638394#M1283355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Call Bapi just like a function module.&lt;/P&gt;&lt;P&gt;Below code will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PO_CREATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      po_header                        = WA_POHD&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_HEADER_ADD_DATA               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    HEADER_ADD_DATA_RELEVANT         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_ADDRESS                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SKIP_ITEMS_WITH_ERROR            = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ITEM_ADD_DATA_RELEVANT           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    HEADER_TECH_FIELDS               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     PURCHASEORDER                    = g_prchord&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      po_items                         = I_PO_ITM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_ITEM_ADD_DATA                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      po_item_schedules                = I_PO_SCH&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_ITEM_ACCOUNT_ASSIGNMENT       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_ITEM_TEXT                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     RETURN                           = i_return&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_LIMITS                        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_CONTRACT_LIMITS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_SERVICES                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_SRV_ACCASS_VALUES             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_SERVICES_TEXT                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PO_BUSINESS_PARTNER              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXTENSIONIN                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POADDRDELIVERY                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the above bapi in your dialog program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 13:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-progarm-using-bapi/m-p/5638394#M1283355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T13:11:05Z</dc:date>
    </item>
  </channel>
</rss>

