<?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: Enter scheduling Key - BAPI_MATERIAL_SAVEREPLICA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762038#M1461840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While filling plant data  structure "PLANTDATAX" dont pass PLANTDATAX-sm_key = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Apr 2010 04:28:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-06T04:28:26Z</dc:date>
    <item>
      <title>Enter scheduling Key - BAPI_MATERIAL_SAVEREPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762037#M1461839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BAPI_MATERIAL_SAVEREPLICA to create new Material Header in a reference plant. The reference plant does not have a scheduling margin key. I am getting error 'Enter the scheduling margin key'. The BAPI is expecting the plantdata-sm_key. I have tried passing space but that does not work. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 19:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762037#M1461839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-05T19:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enter scheduling Key - BAPI_MATERIAL_SAVEREPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762038#M1461840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While filling plant data  structure "PLANTDATAX" dont pass PLANTDATAX-sm_key = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 04:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762038#M1461840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-06T04:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enter scheduling Key - BAPI_MATERIAL_SAVEREPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762039#M1461841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a proper understanding of the functionality of BAPI  and be familiar with what data you need to be filled in the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_SAVEREPLICA&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FUNCTIONALITY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;               Use this method to create new material master data or change existing material master data. Every time this method is called, data for one or more materials can be transferred.&lt;/P&gt;&lt;P&gt;When new material master data is created, the material number, the material type and the sector must be sent to the method. Furthermore, a short text and the language in which the short text has been created, have to be entered. When data is being changed, only the material number need be entered. &lt;/P&gt;&lt;P&gt;              First, the appropriate fields in the tables (for example, CLIENTDATA) have to be filled with data by the user. These fields must also be flagged as the method data can only be written to the database if this is the case. The user must also provide data for the appropriate fields that have been selected in a checkbox table (for example, CLIENTDATAX). Checkbox tables exist for tables that do not contain language-dependent texts (MAKT, MLTX), European article numbers (MEAN) and tax classifications (MLAN). More than one data record can be created for a material in these tables (for all materials transferred to the method). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MATERIAL_SAVEREPLICA' "BAPI for Mass Maintenance of Material Data&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    noappllog =                 " bapie1global_data-no_appl_log  Do Not Write an Application Log&lt;/P&gt;&lt;P&gt;    nochangedoc =               " bapie1global_data-no_change_doc  Do not write change documents&lt;/P&gt;&lt;P&gt;    testrun =                   " bapie1global_data-testrun  Switch to Simulation Session for Write BAPIs&lt;/P&gt;&lt;P&gt;    inpfldcheck =               " bapie1global_data-inp_fld_check  Response if Fields Are Inactive&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  flag_cad_call = SPACE       " bapie1global_data-testrun  Call From CAD System&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  no_rollback_work = SPACE    " bapie1global_data-testrun  Override Rollback Work&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  flag_online = SPACE         " bapie1global_data-testrun  No ALE Field Selection&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    return =                    " bapiret2      Return Parameter&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    headdata =                  " bapie1matheader  Header Segment with Control Information&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  clientdata =                " bapie1mara    Material Data at Client Level&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  clientdatax =               " bapie1marax   Update Information for CLIENTDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  plantdata =                 " bapie1marc    Material Data at Plant Level&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  plantdatax =                " bapie1marcx   Update Information for PLANTDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  forecastparameters =        " bapie1mpop    Forecast Parameters&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  forecastparametersx =       " bapie1mpopx   Update Information for FORECASTPARAMETERS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  planningdata =              " bapie1mpgd    Change Document Structure for Material Master/Product Group&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  planningdatax =             " bapie1mpgdx   Update Information for PLANNINGDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  storagelocationdata =       " bapie1mard    Material Data at Storage Location Level&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  storagelocationdatax =      " bapie1mardx   Update Information for STORAGELOCATIONDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  valuationdata =             " bapie1mbew    Valuation Data&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  valuationdatax =            " bapie1mbewx   Update Information for VALUATIONDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  warehousenumberdata =       " bapie1mlgn    Warehouse Number Data&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  warehousenumberdatax =      " bapie1mlgnx   Update Information for WAREHOUSENUMBERDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  salesdata =                 " bapie1mvke    Sales Data&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  salesdatax =                " bapie1mvkex   Update Information for SALESDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  storagetypedata =           " bapie1mlgt    Storage type data&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  storagetypedatax =          " bapie1mlgtx   Update Information for STORAGETYPEDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  materialdescription =       " bapie1makt    Material Descriptions&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  unitsofmeasure =            " bapie1marm    Units of Measure&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  unitsofmeasurex =           " bapie1marmx   Update Information for UNITSOFMEASURE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  internationalartnos =       " bapie1mean    International Article Numbers (EANs)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  materiallongtext =          " bapie1mltx    Long Texts&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  taxclassifications =        " bapie1mlan    Control Data&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  prtdata =                   " bapie1mfhm    Production Resource Tool (PRT) Fields in the Material Master&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  prtdatax =                  " bapie1mfhmx   Update Information for PRTDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  extensionin =               " bapie1parex   Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  extensioninx =              " bapie1parexx  Checkbox Structure for Extension In/Extension Out&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  forecastvalues =            " bapie1mprw    Data Transfer for Forecast Values&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  unplndconsumption =         " bapie1mveu    Data Transfer for Unplanned Consumption&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  totalconsumption =          " bapie1mveg    Data Transfer for Total Consumption of Material&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  returnmessages =            " bapie1ret2    Substitute Structure for Return Parameter BAPIRET2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    .  "  BAPI_MATERIAL_SAVEREPLICA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soundarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 05:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-scheduling-key-bapi-material-savereplica/m-p/6762039#M1461841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-06T05:56:34Z</dc:date>
    </item>
  </channel>
</rss>

