Material 18pos vs Material_External 40pos - /SCWM/OUTB_DLV_SAVEREPLICA

Hello Experts.
Currently I am facing an issue with EWM 7.01. The main issue is when I am creating the Outbound delivery Requet with function module /SCWM/OUTB_DLV_SAVEREPLICA and the field ITEM_DATA-MATERIAL is not supporting materials with more than 18 positions, so for this reason we are using the field ITEM_DATA-MATERIAL_EXTERNAL instead of field MATERIAL. So I have the following scenarios.
When the function module use:
1) The field MATERIAL_EXTERNAL has a material number with more than 18pos and the field MATERIAL is in blank==> Result: the Oubbound delivery Request (ODR) is created but  the fields in the document have
    a) PRODUCT = In blank
    b) PRODUCT EXTERNAL = "&IO        1"
2) The field MATERIAL_EXTERNAL has a material number with more than 18pos and the field MATERIAL has the material number with 18pos==> the Oubbound delivery Request (ODR) is created but  the fields in the document are filled but the field PRODUCT is trunked.
    a) PRODUCT = more than 18pos
    b) PRODUCT EXTERNAL = "&IO        just 18pos.
at the end the ODR is created but it has inactive status and I can not create the next document (ODO).
Please help me, any idea is welcome.
Best Regards.
Victor Calderón.

Hi Madhu.
if you work in ECC or ERP/3 you are correct there the lenght of the material has 18pos, but if you work on SCM (EWM or SPP) there the product has 40pos.
In this case the EWM is connected with a legacy system which support 40pos.
Best Regards.
Victor Calderón.

Similar Messages

  • Difference between material(/SAPAPO/MAT1) & material(/SCWM/MAT1)

    Hi Experts,
    I am new to EWM  & I am confuse between Product(/SAPAPO/MAT1)
    & Product(/SCWM/MAT1) ?.
    Please anyone outline me some brief about above to product in EWM.
    Regards,
    Rock

    Hi Rock,
    In order for the Product to be relevant for the EWM system you need to maintain only the /SCWM/MAT1 - Maintain Warehouse Product transaction. There you will find the screen tabs that are relevant only for EWM. All the tabs that have the little hat came automatically from the CIF from the ECC system and all those that do not have the hat are the ones strictly relevant for the EWM system so these are the only ones that you need to maintain.
    As I mentioned earlier, the /SAPAPO/MAT1 - Maintain Product transaction is for APO and does not make a product relevant for the EWM Warehouse.
    All the best,
    Claudiu Maxim

  • Calculating stock on hand per material at bin level from EWM

    Hi,
    I want to arrive at a report where i want to display the current stock(quantity) of a material at a particular bin.
    What are the EWM tables or Function modules or Methods that will give me that.
    EWM monitor (/scwm/r_wme_monitor) displays the same value, but i need to write a custom report.
    Thanks,
    Arka
    Edited by: arka roy chowdhury on Jul 8, 2011 12:32 PM

    No Solution

  • Mapping handling unit IDs to material numbers

    Dear Gurus,
    I want to map handling unit IDs to material numbers (MATNR from /SAPAPO/MATKEY). How can I do this? Which tables do I need to join with /SCWM/ORDIM_C?
    I found attribute MATID in table /SCWM/ORDIM_C which contains 32 digits and is a hex code. There's also an attribute MATID in /SAPAPO/MATKEY but this one has 22 digits and is a string.
    Regards,
    Mike

    Hi Mike,
    To be able to map matid from /scwm/ordim_c to /sapapo/matkey you need to convert it.
    Pls use the code below:
    data lv_matid like /sapapo/matkey-matid.
    CALL FUNCTION 'GUID_CONVERT'
      EXPORTING
    *   IV_GUID_X16                  =
    *    IV_GUID_C22                  =
       IV_GUID_C32                  = /scwm/ordim_c-matid
      IMPORTING
    *    EV_GUID_X16                  =
       EV_GUID_C22                  = lv_matid
    *   EV_GUID_C32                  =
    * EXCEPTIONS
    *   NO_UNICODE_SUPPORT_YET       = 1
    *   PARAMETERS_ERROR             = 2
    *   OTHERS                       = 3
    IF SY-SUBRC <> 0.
    * Implement suitable error handling here
    ENDIF.
    I hope this will be working for you.
    Petr

  • Add new custom file to EWM product master (/SCWM/MAT1 Tcode)

    Hi all
    I am using Extended Warehouse Management (EWM 7.0) system with  backend SAP ERP.
    Now I have a requirement where new fields (Validity period in Days ) needs to be added in product master(/SCWM/MAT1) under Storage or warehouse data tab. I would like to know Is there any BADI available to add custom field to product master ?
    It is manually maintenance in EWM, It is not coming through regular CIF.
    Looking fwd your comments

    Thanks for reply, ERP IMG configuration to Generate addional material master fields which is not going to solve my problem, becuase I want that field only at EWM, It is not going to come from ERP and more precise it is not going to come through CIF,
    If I use this then it need to maintain from ERP and standard/custom CIF will push that data from ERP to EWM. I am looking standard alone field addition to EWM product master and want to maintain only in EWM product master screen.
    Is there any options to add custom tab in product master  and add custom field and it can maintain only in EWM level.
    Thanks in Advance
    Edited by: bnsubn on Dec 21, 2011 5:20 PM

  • Material status field

    Xperts...
    i am searching for the field Material status...
    in which table can i get the same...
    Regards,
    Anoop.

    Hi Anoop,
    In APO, the material status field is stored under the field "LVORM".
    1) This field is being used in the following tables in APO.
    /SAPAPO/H_MATTXT
    /SAPAPO/VSNP4MLS
    /SAPAPO/V_MAT2
    /SAPAPO/V_MAT3
    /SAPAPO/V_MAT4
    /SAPAPO/V_MAT5
    /SAPAPO/MATKEY
    /SAPAPO/MATLOC
    /SAPAPO/V_MATMAP
    /SAPAPO/V_MATTXT
    /SAPAPO/V_SNP4TM
    /SCWM/H_MATBAT
    2) This field is also used in the below function module
    /SAPAPO/DM_MATERIAL_SET_LVORM
    3) This field is used under the following programs.
    /SAPAPO/LDM_MATERIALF0
    /SAPAPO/LDM_MATERIALU4
    /SAPAPO/LDM_PEGAREAU06
    /SAPAPO/LMAT_MASTERF01
    /SAPAPO/LMAT_MASTERF03
    /SAPAPO/LMAT_MASTERFD0
    /SAPAPO/LMAT_MASTERO01
    /SAPAPO/LMDRP_GETU01
    /SAPAPO/LSCC_DETAILSU3
    /SAPAPO/RMSDPDEP
    Hope this will resolve your query.  Please confirm.
    Regards
    R. Senthil Mareeswaran.

  • Tcode: /SCWM/VEH --Finding screen exits/enhancements in eWM

    Hello All,
    I need to add a dropdown or F4 help button on a custom screen in transactoin /SCWM/VEH related to SCM eWM. I did not finf any screen exits for this transactoins. Please suggest is there any way in acheiving this?
    Also can anybody explain how to achieve Batch to Batch transfer posting technically in eWM.
    Please suggest me where can i found good tech document related to eWM.
    Thanks In Advance.
    Anil
    Edited by: anil007 on Nov 11, 2009 10:13 AM

    Hi,
    Check these:
    MGA00001 - Material Master (Industry): Checks
    and Enhancements
    MGA00002 - Material Master (Industry): Number
    Assignment
    MGA00003 - Material Master (Industry and
    Retail): Number Display
    Check with 'BADI_MATERIAL_REF'
        Refer
    http://www.****************/Tutorials/ExitsBADIs/MM/MM01.htm
    https://forums.sdn.sap.com/click.jspa?searchID=7217830&messageID=3313524
    Regards

  • SCWM/MFS086

    Hallo,
    I have a problem with EWM-MFS. Every time when I start the communication channel in the warehouse management monitor, I get the following error message:
    Internal error occurred in communication layer of PLC SPS
    Message no. /SCWM/MFS086
    Does anybody have an idea?
    Thanks in advance!
    Regards,
    Bahit A.

    Hi Rajesh,
    thanks for the fast responce.
    Well I did some changes meanwhile:
    I made this range internal:
    And I also did assign number range to packaging material type:
    But nevertheless I get the same warning:
    With this result:
    But not with the number I've uploaded.
    BR
    Denis

  • EWM Screen Exit for /SCWM/MAT1

    Dear Experts,
    I need to add additional field to material master data on EWM/SCM box in transaction /SCWM/MAT1. Does anyone know what is the Enhancement for that or may be this is something new in SAP world?
    I've tried a program which finds enhancement for given transaction code and the ansver was "No Enhancement found", however when I've checked screen layout for screen 3000, function group /SAPAPO/MAT_MASTER, I found subscreen SA_MATLWH_CI where the frame was described as "Enhancement_Fields" which is not seen on the transaction now.
    Any Ideas ?
    Best Regards,
    Tomasz

    Did you find any solutions for adding fields to /SCWM/MAT1? I did't find any suitable screen exit or BADI to add fields to product master, 
    if you find any solution for adding fields to product master, Please post that information in that thread
    Thanks in advance

  • Planned Replenishment with Message no. /SCWM/REPL008

    Hi experts
    I can run Planned Replenishment with the old material and system can created the warehouse task. but for the new product created today, after excuted the REPL program and it shows the related replenishment quantities, but when click "perform replenishment"  system alway says "Replenishment run started in whse no. W202 with replenishment strategy Planned Replenishment. Message no. /SCWM/REPL008". I have compared the product parameters and they are same, some backgroud as below:
    1, I use the consign stock for vendor,
    2, have assigned the fix bins to the new material.
      please advise.
    Leo

    I have get the answer from SAP, notes 1784164 can solve this problem.
    the Symptom is "If stock determination is active for such a batch product and no batch is specified in the delivery, the system may not find any stocks even though stocks do exist"

  • What are the mandatory fields while creation of material master in differen

    what are the mandatory fields while creation of material master in different views?

    Hi Gopi,
      This is purely depends on the function configuration, which would be done MM consultants.  Kindly check with them.
    thanks & regards
    Kishore Kumar Maram

  • Refresh/Update data in a materialized view

    Hi,
    I have question about the data in a materialized view and how it is refreshed. My mat view has all my dimension-ids and my (for my specialize needs) aggregated measures from my fact table. I used the mat view wizard to create my view - which works perfectly. But now I wonder if I have to create some sort of mapping(?) or some sort of trigger to refresh the data in the mat view. Or is the data automatically refreshed when I start my fact table mappings. I use OWB 11gR2
    thx

    MVs have properties for refresh - you an refresh based on schedules or when dependent data is committed or manually.
    Cheers
    David

  • Material type not getting displayed in the cube........

    Hi,
    In my infocube material type for one of the material is not getting displayed.
    When I check in the content of the cube for this material all the fileds are getting displayed except material type.
    However it is present in the material master data from which it is put into the update rules to populate in the cube.
    Its getting displayed for some other materials , so we cant say that mapping is wrong or problem with update rules.
    Can some body let me know what could be the reason.
    Thanks,
    Jeetu

    Hi Jeetu,
    can you check in your cube if you have for one material, entries with AND entries without the MATL_TYPE? If this is the case then you were loading transactional data before having the corresponding material master data.
    You should adapt your scenario:
    - first do not use the standard attribute derivation during your URules: performance is very bad.
    - implement a start routine filling an internal table with your material and MATL_TYPE for all entries of material in your datapackage.
    - implement an update routine on the MATL_TYPE with a READ on this internal table an raise an ABORT = 4 if the MATL_TYPE is initial or the material in not found.
    Now to fix your situation you'll have to reload your cube or alternatively just reload your missing MATL_TYPE MATERIAL from your cube itself and selective delete those which are empty.
    hope this helps...
    Olivier.

  • Material Number is not in table PLPO

    Gurus,
    I need to pull Material Production standard Time (Setup, Labor and Machine time) data from table PLPO into BW, however i do not see the field MATNR(Material) in this table. There is material group and BOM though. In this scenario, what are my options to identify/map these fields to MATNR in the DSO or Cube. Btw, theDSO/Cube has MATNR infoobject ZMATERIAL. Thanks in advance.

    Hi,
    Check out the thread -
    Re: Activity Value in PLPO table
    Regards,
    Geeta

  • Report listing Material and Open PO Qty

    Hello,
    Is there a standard report that can give me the following?
    Material | Open PO Qty
    This would be specified for a particular purchasing organization, they are just looking for what is currently on order amongst all of their materials and they do not want to see the purchase order # in the report...just a total of what is on order.  Any help would be greatly appreciated.  I have tried looking into transaction ME2M but unfortunately WE101 scope of list isn't a selectable option for us.
    Thank you,
    Andy

    Thank you for the responses.  I solved this by going into transaction ME80FN, specifying a specific purchasing organization and all purchase orders over a fixed period for document date (I used the beginning of this year to today).  I then execute this, select the "Delivery Schedule" layout and export this into Excel.  Subtract Quantity Delivered from the Scheduled Quantity via a PivotTable, and this can give me a list of open PO's for a specific material.
    Not the easiest way to find the information, but it does work using a standard report.  For more consistent reporting ABAP development would probably be recommended.

Maybe you are looking for