<?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 VMD_EI_API &amp; purchasing organization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815653#M1681642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to extend the vendor to another purchasing organization using &lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;"&gt;vmd_ei_api=&amp;gt;maintain_bapi&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The problem is that it cannot be done, because some partner functions are missing,&lt;/P&gt;&lt;P&gt;which is actually not true as they have been supplied to BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no problem creating vendor (it works well) - even at this point I can add purchasing organization.&lt;/P&gt;&lt;P&gt;It is not possible to add one AFTER vendor has been created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample of code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;REPORT /abbmdwf/ztestwk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA : vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;simulation TYPE char1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok_message TYPE cvis_message,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err_message TYPE cvis_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA v TYPE vmds_ei_extern.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA postal TYPE cvis_ei_1vl.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA p TYPE vmds_ei_purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA f TYPE vmds_ei_functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_task = 'U'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_instance-lifnr = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-central_data-central-data-ktokk = '0001'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data_key-ekorg = '3000'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data-verkf = 'qq verk'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data_key-parvw = 'LF'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data-partner = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND f TO p-functions-functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND p TO v-purchasing_data-purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND v TO vendor-vendors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;SET UPDATE TASK LOCAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;CALL METHOD vmd_ei_api=&amp;gt;maintain_bapi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_test_run = simulation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_collect_messages = 'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;is_master_data = vendor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_correct = vendor_ok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_correct = vendor_ok_message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_defective = vendor_err&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_defective = vendor_err_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IF vendor_err_message-is_error IS INITIAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;COMMIT WORK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;REPORT /abbmdwf/ztestwk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA : vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;simulation TYPE char1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok_message TYPE cvis_message,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err_message TYPE cvis_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA v TYPE vmds_ei_extern.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA postal TYPE cvis_ei_1vl.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA p TYPE vmds_ei_purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA f TYPE vmds_ei_functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_task = 'U'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_instance-lifnr = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-central_data-central-data-ktokk = '0001'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data_key-ekorg = '3000'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data-verkf = 'qq verk'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data_key-parvw = 'LF'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data-partner = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND f TO p-functions-functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND p TO v-purchasing_data-purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND v TO vendor-vendors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;SET UPDATE TASK LOCAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;CALL METHOD vmd_ei_api=&amp;gt;maintain_bapi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_test_run = simulation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_collect_messages = 'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;is_master_data = vendor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_correct = vendor_ok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_correct = vendor_ok_message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_defective = vendor_err&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_defective = vendor_err_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IF vendor_err_message-is_error IS INITIAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;COMMIT WORK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 13:43:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-04T13:43:20Z</dc:date>
    <item>
      <title>VMD_EI_API &amp; purchasing organization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815653#M1681642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to extend the vendor to another purchasing organization using &lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;"&gt;vmd_ei_api=&amp;gt;maintain_bapi&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The problem is that it cannot be done, because some partner functions are missing,&lt;/P&gt;&lt;P&gt;which is actually not true as they have been supplied to BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no problem creating vendor (it works well) - even at this point I can add purchasing organization.&lt;/P&gt;&lt;P&gt;It is not possible to add one AFTER vendor has been created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample of code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;REPORT /abbmdwf/ztestwk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA : vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;simulation TYPE char1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok_message TYPE cvis_message,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err_message TYPE cvis_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA v TYPE vmds_ei_extern.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA postal TYPE cvis_ei_1vl.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA p TYPE vmds_ei_purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA f TYPE vmds_ei_functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_task = 'U'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_instance-lifnr = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-central_data-central-data-ktokk = '0001'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data_key-ekorg = '3000'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data-verkf = 'qq verk'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data_key-parvw = 'LF'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data-partner = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND f TO p-functions-functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND p TO v-purchasing_data-purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND v TO vendor-vendors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;SET UPDATE TASK LOCAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;CALL METHOD vmd_ei_api=&amp;gt;maintain_bapi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_test_run = simulation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_collect_messages = 'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;is_master_data = vendor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_correct = vendor_ok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_correct = vendor_ok_message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_defective = vendor_err&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_defective = vendor_err_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IF vendor_err_message-is_error IS INITIAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;COMMIT WORK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;REPORT /abbmdwf/ztestwk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA : vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;simulation TYPE char1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err TYPE vmds_ei_main,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_ok_message TYPE cvis_message,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;vendor_err_message TYPE cvis_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA v TYPE vmds_ei_extern.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA postal TYPE cvis_ei_1vl.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA p TYPE vmds_ei_purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;DATA f TYPE vmds_ei_functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_task = 'U'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-header-object_instance-lifnr = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;v-central_data-central-data-ktokk = '0001'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data_key-ekorg = '3000'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;p-data-verkf = 'qq verk'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-task = 'I'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data_key-parvw = 'LF'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;f-data-partner = '0000000405'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND f TO p-functions-functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND p TO v-purchasing_data-purchasing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;APPEND v TO vendor-vendors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;SET UPDATE TASK LOCAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;CALL METHOD vmd_ei_api=&amp;gt;maintain_bapi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_test_run = simulation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;iv_collect_messages = 'X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;is_master_data = vendor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_correct = vendor_ok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_correct = vendor_ok_message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_master_data_defective = vendor_err&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;es_message_defective = vendor_err_message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; text-align: -webkit-auto; background-color: #e1ebf2;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;IF vendor_err_message-is_error IS INITIAL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;COMMIT WORK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4000ff; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; text-align: -webkit-auto; background-color: #e1ebf2; font-size: 8pt;"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815653#M1681642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: VMD_EI_API &amp; purchasing organization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815654#M1681643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, do you have any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/777/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815654#M1681643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: VMD_EI_API &amp; purchasing organization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815655#M1681644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Finally I did it.&amp;nbsp; &lt;SPAN __jive_emoticon_name="cool"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CURRENT_STATE flag is needed to set it to X if you are inserting a new records for partner functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;The path for the flag :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;VENDOR-PURCHASING_DATA-PURCHASING-CURRENT_STATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 09:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815655#M1681644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T09:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: VMD_EI_API &amp; purchasing organization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815656#M1681645</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Using VENDOR-PURCHASING_DATA-CURRENT_STATE = "X' is not working. Not able to extend the Purchase Organization.&lt;/P&gt;&lt;P&gt;Can you help please?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 17:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vmd-ei-api-purchasing-organization/m-p/8815656#M1681645</guid>
      <dc:creator>sankar1781</dc:creator>
      <dc:date>2023-09-28T17:21:28Z</dc:date>
    </item>
  </channel>
</rss>

