<?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: material creation without user intervention in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905203#M55968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;please do not double post questions. Also don't use phrases like "help immediately" or "urgent", they will not make you get answers faster, it only annoys users that are maybe willing to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do as Roberto Negro told you in your other thread - go look for a forum that is more appropriate, this forum here deals with suggestions for SDN itself, not any specific problems anyone has.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2005 06:02:16 GMT</pubDate>
    <dc:creator>maximilian_schaufler</dc:creator>
    <dc:date>2005-04-28T06:02:16Z</dc:date>
    <item>
      <title>material creation without user intervention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905202#M55967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to create a material without user intervention. i am using BAPI_MATERIAL_SAVEDATA for this. it is not showing any error. but the return is having the message 'No description found'. how to transfer the description to this bapi.&lt;/P&gt;&lt;P&gt;this is the code i am trying:&lt;/P&gt;&lt;P&gt;DATA: mnum like zmara01-mno,&lt;/P&gt;&lt;P&gt;mat_data like BAPIMATHEAD,&lt;/P&gt;&lt;P&gt;plantx_data like BAPI_MARCX,&lt;/P&gt;&lt;P&gt;salesx_data like BAPI_MVKEX,&lt;/P&gt;&lt;P&gt;sale_data like bapi_mvke,&lt;/P&gt;&lt;P&gt;plant_data like bapi_marc,&lt;/P&gt;&lt;P&gt;mate_data like bapi_makt,&lt;/P&gt;&lt;P&gt;E1BP_MAKT like E1BP_MAKT,&lt;/P&gt;&lt;P&gt;cli_data like bapi_mara.&lt;/P&gt;&lt;P&gt;DATA: E_RETURN LIKE BAPIRET2.&lt;/P&gt;&lt;P&gt;data: MATERIALDESCRIPTION like BAPI_MAKT&lt;/P&gt;&lt;P&gt;occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*data: m(18) type c.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'NUMBER_GET_NEXT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;NR_RANGE_NR = '01'&lt;/P&gt;&lt;P&gt;OBJECT = 'ZMNUMBER'&lt;/P&gt;&lt;P&gt;QUANTITY = '1'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;NUMBER = mnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message i003(zmsg) with mnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mat_data-material = mnum.&lt;/P&gt;&lt;P&gt;mat_data-ind_sector = 'I'.&lt;/P&gt;&lt;P&gt;mat_data-matl_type = 'DIEN'.&lt;/P&gt;&lt;P&gt;mat_data-basic_view = 'X'.&lt;/P&gt;&lt;P&gt;cli_data-base_uom = 'EA'.&lt;/P&gt;&lt;P&gt;cli_data-base_uom_iso = 'X'.&lt;/P&gt;&lt;P&gt;sale_data-sales_org = 'EISO'.&lt;/P&gt;&lt;P&gt;sale_data-distr_chan = 'SR'.&lt;/P&gt;&lt;P&gt;salesx_data-sales_org = 'EISO'.&lt;/P&gt;&lt;P&gt;salesx_data-distr_chan = 'SR'.&lt;/P&gt;&lt;P&gt;plant_data-plant = 'EIHO'.&lt;/P&gt;&lt;P&gt;plantx_data-plant = 'EIHO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;HEADDATA = mat_data&lt;/P&gt;&lt;P&gt;CLIENTDATA = cli_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLIENTDATAX =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PLANTDATA = plant_data&lt;/P&gt;&lt;P&gt;PLANTDATAX = plantx_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORECASTPARAMETERS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORECASTPARAMETERSX =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PLANNINGDATA =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PLANNINGDATAX =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STORAGELOCATIONDATA =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STORAGELOCATIONDATAX =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VALUATIONDATA =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VALUATIONDATAX =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WAREHOUSENUMBERDATA =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WAREHOUSENUMBERDATAX =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SALESDATA = sale_data&lt;/P&gt;&lt;P&gt;SALESDATAX = salesx_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STORAGETYPEDATA =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STORAGETYPEDATAX =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FLAG_ONLINE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FLAG_CAD_CALL = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NO_DEQUEUE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN = E_RETURN&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;MATERIALDESCRIPTION = MATERIALDESCRIPTION&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;UNITSOFMEASURE =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;UNITSOFMEASUREX =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INTERNATIONALARTNOS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MATERIALLONGTEXT =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TAXCLASSIFICATIONS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RETURNMESSAGES =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PRTDATA =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PRTDATAX =&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;EXTENSIONINX =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at materialdescription.&lt;/P&gt;&lt;P&gt;message I004(I) with materialdescription-matl_desc.&lt;/P&gt;&lt;P&gt;endloop .&lt;/P&gt;&lt;P&gt;MESSAGE I004(I) WITH E_RETURN-TYPE.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;message i005(zmsg).&lt;/P&gt;&lt;P&gt;elseif sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message e006(zmsg).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to give direct entries to test it . please help in this issue immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2005 03:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905202#M55967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-28T03:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: material creation without user intervention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905203#M55968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;please do not double post questions. Also don't use phrases like "help immediately" or "urgent", they will not make you get answers faster, it only annoys users that are maybe willing to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do as Roberto Negro told you in your other thread - go look for a forum that is more appropriate, this forum here deals with suggestions for SDN itself, not any specific problems anyone has.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2005 06:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905203#M55968</guid>
      <dc:creator>maximilian_schaufler</dc:creator>
      <dc:date>2005-04-28T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: material creation without user intervention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905204#M55969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try filling the field MATL_DESC of the table MATERIALDESCRIPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps u!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 18:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-creation-without-user-intervention/m-p/905204#M55969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T18:20:14Z</dc:date>
    </item>
  </channel>
</rss>

