REG: Creation of Warehouse product using transaction /SCWM/MAT1

Hi,
My requirement is to create Warehouse Products using Transaction /SCWM/MAT1 , I am using BAPI_PRDSRVAPS_SAVEMULTI2 , but I cound't able to process this because I did find Warehouse number in this BAPI, Am I using correct BAPI, if that is the case let me know the BAPI for warehouse product data,
Thanks
RK

Hi,
There is no specific list, it depends completely on the condition types that have been configured in your system.
The answer you were given was a good one and gave you as much detail as you could expect.
If you are having a particular problem or issue then let us know and we will do all that we can to help.
The easiest way to find out the "list" is to simply click on the "possible entries" tab at the right of the field. !!!!!!!!!!!
Steve B

Similar Messages

  • Mass creation of warehouse products

    We are about to implement our first EWM storage warehouse.
    In classical WM we used to prepare the material master data in an Excel sheet and used the RMDATIND via LSMW for creation of the warehouse specific data.
    In EWM however, I found nothing similar for the creation of warehouse product data. Our release is 7.01. Did I miss something?
    Any help is greatley appreciated.

    Refer below link  this will help you
    https://websmp104.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000439550&_OBJECT=011000358700001249652011E&

  • Reg. creation of a package using SE80

    Hi Friends,
    Can u please tell me how to create a package inorder to save all the objects whenever it asks for transport request.
    I know we hav to use SE80 but donno the procedure to create a package...
    Plese help me out in this
    Points will be surely awarded

    Guys,
    In simple words, Package is just like a Folder in Windows...we create different folders for different files.
    In SAP, we create a package to store whatever custom development we do and save them under a Package.
    Use HOME as Software components which is for Custom developments
    Do not select Main package checkbox, and Package not extendable.
    In Transport Attributes section -
    Transport layer determines whether the object stored under this package can be trasnported to other systems or not.
    Usually this layer is created by basis system and has next system. e.g. QA/Test/Integration system.
    So, based on this you can select the Transport layer.
    Hope this helps...
    Reward points if helpful
    Thanks

  • Reg creation of rule while using ima 11

    Hi,
    I want to create a settlement rule on order creation after completing ima11.
    I want to pass a rule for a particular(ex tool order)
    after ima11.
    The rule is to pass the tool order to a particular GL code the screen in KA02 shows the rule ,
    1.Is there any enhancement ?
    2. What is the function module which can help to  pass the entry in the background .
    Regards
    Rohini
    Edited by: RohiniAda on Jan 10, 2011 9:32 AM

    Hi,
    please check SAP note 859500:
    - implement all relevant notes
    - send a message to SAP support for checking and solving the GUID inconsistencies.
    best regards
    Thomas

  • 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

  • Stored Procedure for Blocking from using a Specific Warehouse in any transaction

    Hi,
    Is it possible to write a SP from using a Specific Warehouse in any transaction ?

    Hi,
    Try this SP for sales order. Change 01 to your warehouse code
    IF @transaction_type in ('A','U') AND (@OBJECT_TYPE='17')
    BEGIN
    IF  exists (SELECT t1.docentry  FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry  WHERE T1.[WhsCode] = '01'  and
    t0.docentry =  @list_of_cols_val_tab_del )
    Begin
    SET @error = 123
    SET @error_message = 'Check warehouse code'
    End
    End
    Thanks & Regards,
    Nagarajan

  • Regarding scrap order creation using transaction co07

    Hi,
    I am creating scrap order (Production order without material)
    for production order  009100008331
    For Production plant :E170,
          Sales order :12
          SO Item     : 0020
            order Type : ZP03
    using transaction CO07.
    But it is giving error "‘Production scheduling profile does not exist for plant E170, order type ‘ZP03’'.
    Can anyone tell me the solution for this error.Do we have to give Production scheduling profile manually or will it be copied from production order 009100008331?
    Thanks in advance.

    Hi AMBI ,
    SAP will explode the Sales BOM while creating the Sales Order.
    useful Tcodes : CS03.
    Bom Usage : 5.(sales Bom)
    Regards
    prabhu

  • Creation of New T Code Using Transaction Variant

    Hi,
    I have created a new T code (YMM02) by using transaction variant. The new T code created is copy of MM02.
    I have changed the material by using new T code (YMM02) which is created using Transaction variant. Once I complete the Transaction (i.e. have done changes in material master and save) it is going to original T Code (MM02). Requirement is it should be in the same T Code (YMM02), so that I can edit the material again with the new T Code (YMM02)
    Regards,
    Hari.

    Hi Hariprasad,
    If restricting certain fields using field selection option is not suitable for you, you can go ahead with the option Screen Variend
    Also refer the link
    [https://wiki.sdn.sap.com/wiki/display/Snippets/Transaction%20Variant%20-%20A%20Step%20by%20Step%20Guide%20for%20Creation]

  • 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

  • EWM Mass Create Warehouse Products

    Hello
    I am prototyping an EWM system and have transferred master data over from the linked ERP system via the CIF. All is fine except that this only created products and I have to manually create warehouse products afterwards.
    Is there no standard method to automate or mass create these warehouse products? With 10 products it is fine but what about when thousands are needed for a live system?

    Hi have searched everywhere to see if any SAP notes/tips from the users to create this Warehouse product view automatically from the CIF.  I couldn't find anything yet.
    For EWM, we need the warehouse view for maintaining Removal/Putaway strategies.
    We are creating it manually with /SCWM/MAT1.  If nothing available, maybe we just write a program to check the /SAPAPO/MATKEY and the /SAPAPO/MATLWH and then call the transaction to create it?

  • Why multiple  log files are created while using transaction in berkeley db

    we are using berkeleydb java edition db base api, we have already read/write CDRFile of 9 lack rows with transaction and
    without transaction implementing secondary database concept the issues we are getting are as follows:-
    with transaction----------size of database environment 1.63gb which is due to no. of log files created each of 10 mb.
    without transaction-------size of database environment 588mb and here only one log file is created which is of 10mb. so we want to know how REASON CONCRETE CONCLUSION ..
    how log files are created and what is meant of using transaction and not using transaction in db environment and what are this db files db.001,db.002,_db.003,_db.004,__db.005 and log files like log.0000000001.....plz reply soon

    we are using berkeleydb java edition db base api, If you are seeing __db.NNN files in your environment root directory, these are environment's shared region files. And since you see these you are using Berkeley DB Core (with the Java/JNI Base API), not Berkeley DB Java Edition.
    with transaction ...
    without transaction ...First of all, do you need transactions or not? Review the documentation section called "Why transactions?" in the Berkeley DB Programmer's Reference Guide.
    without transaction-------size of database environment 588mb and here only one log file is created which is of 10mb.There should be no logs created when transactions are not used. That single log file has likely remained there from the previous transactional run.
    how log files are created and what is meant of using transaction and not using transaction in db environment and what are this db files db.001,db.002,_db.003,_db.004,__db.005 and log files like log.0000000001Have you reviewed the basic documentations references for Berkeley DB Core?
    - Berkeley DB Programmer's Reference Guide
    in particular sections: The Berkeley DB products, Shared memory regions, Chapter 11. Berkeley DB Transactional Data Store Applications, Chapter 17. The Logging Subsystem.
    - Getting Started with Berkeley DB (Java API Guide) and Getting Started with Berkeley DB Transaction Processing (Java API Guide).
    If so, you would have had the answers to these questions; the __db.NNN files are the environment shared region files needed by the environment's subsystems (transaction, locking, logging, memory pool buffer, mutexes), and the log.MMMMMMMMMM are the log files needed for recoverability and created when running with transactions.
    --Andrei                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • HP Laserjet Pro MFP M125A " A Fatal Error Occured Preventing Product Use" on Window XP SP3

    Dear Friends,
    I really need your help on this issues, recently company that i been working buy 19 Unit of HP Laserjet Pro MFP M125A printer to be install at our 19 branches. All of our branches is using Window XP SP3 and the spec is exceed the minimum requirement stated at the box of the HP Printers which means by rights, it should be no problems.
    However, I sent and setup the printer at 4 branches only 1 is a success. others 3 centre is showing the same errors which is A Fatal Error Occured Preventing Product Use. I been trying to install using original CD provided by HP and driver provided at HP Support also given the same errors. The 1 Centre that OK PC spec is almost the same as the others 3 and all using default programs and software. So i dont knows what really is the problem.
    This is the things i have done in hoping to successfully install the driver but WITH NO SUCCESS:
    Clear temp file, disk cleanup, defragment disk and restart PC.
    Reinstall Windows SP3 and restart PC.
    Install basic driver only and using control panel > device and printer > add printer (Select Driver Manually). (See Pic Below)
    Repair windows using original windows XP SP3 CD.
    Re-Check for USB.INF file.
    Repair Registry with reg cure.
    Uninstall USB support and etc (Google), then re-install the printers.
    Uninstall Antivirus, disable all startup and services.
    Install using FULL DRIVER, BASIC DRIVER AND DRIVER MANUAL.
    Sometime when running the installer, it will prompt the below error signature and HP installer will loading quite long and then crash, but others PC don't have this errors, it straight away to the installation menu until DETECTING PRINTER until 99% and shows errors "A Fatal Error Occured Preventing Product Use".
    It seems that almost everythings i try cannot make the printer driver to be install. However, the SCAN driver is install successfully. Currently the printer only can PHOTOCOPY AND SCAN, without being able to print.
    Please anyone which facing similiar issues to HELP ME. anythings i can do, to install the printer DRIVER.
    THANKS!

    Hi @gendit ,
    I see that you are having issues installing several Laserjet Pro MFP M125A printers on several Windows XP computers. You are getting "A Fatal Error Occured Preventing Product Use". I can help you with this.
    What version of .NetFrameworks do you have? Check Your DOTNET.
    You might have to run the Windows Updates. I would update the .Netframeworks to 4.0.
    I believe HP software piggy backs Internet Explorer. Should have at least Internet Explorer 6.0.
    Please try these steps, most likely the wrong driver is getting installed, giving you the Fatal error.
    Disconnect the USB cable.
    Uninstall the printer software from the CD.
    Run the software again, immediately after connecting the USB cable, follow this document to update the driver before it errors out again. A Fatal Error Displays During Software Installation.
    If the issue persists, here is a document with some different steps to try.
    A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows.
    Please provide in detail the results if you are still having issues.
    Have a wonderful day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Creation of Service Product with Set Type and Attribute

    Dear All,
    Please guide me with proper step by step process,
    How to create the product with the set type and attribute for service industry in sap crm 7.0
    Regards,

    Hi Nitin,
    Before creating the Service type of product, you have to define the Base category for Service type product. Generally the category for service will be created under the R3 hierarchy R3PRODSTYPE. You can create this category using the TCode:
    COMM_HIERARCHY. Here you have to select the product type as Service and have to assign the set types to the category.
    You can create a service product using the transaction : COMMPR01 -> Click on Service ICON -> Select the Category for Service Type. Then fill in the details for Service Product description, Service ID(Based on number range settings for products), Language.
    Also fill other details like Base Unit of measure, Pricing condition for different sales areas for the service product.
    Since you are using CRM7.0, you can do all these activities using a POWER USER role.
    For more information about Set types and hierarchies please refer the following help link:
    http://help.sap.com/saphelp_crm70/helpdata/EN/46/57672501a208e7e10000000a114a6b/frameset.htm
    Hope this helps!
    Regards,
    Chethan

  • Material creation for All VIEW using BAPI Function modules

    Dear All,
                 I want to create materials for all views using BAPI F.Ms. By using BAPI_MATERIAL_SAVEDATA i have extended materials for for only specified views. now my requirement is to create Material with All views including Classfication view also. For this i found BAPI_OBJCL_CREATEFM.
             Tell me that shall i use both Fm's at time to create material.Will it work? According to my knowledge we need to create Characters first ,then we should  assign this character to this class, then while creation of material we should select this class .
            so pls guide me the procedure to follow for both FM's .
    Note : Pls don't suggest me LSMW OR BDC procedure.
    regards,
    Prashanth Maturu.

    Hi prashanth,
    U can use both the FM. using BAPI_MATERIAL_SAVEDATA u can create all the views and for classification view use BAPI_OBJCL_CREATE. before assigning class to material u hve to make sure that the characteristics are uploaded and is attched to the class using transaction CL03.
    Regards,
    Anil N.

  • Orders stuck in "Released to Warehouse" in Shipping transaction screen

    Hi,
    we used the RO to transfer inventory between different org, 1 order was stucked in shipping transaction screen:
    Line status: Released to warehouse
    Next step: Transact Move Order
    But I can see move order number in shipping transaction screen, the item also reserved, the order line showing allocate.
    In Transact Move Order, I can not find any record.
    In pending transaction screen, I can find those records, but no error message, can not submit there.
    Can anyone please advice what is the next step i need to do to process to the Pick Released status.
    Thanks,

    If your shipping delivery details are at 'Released to Warehouse' then the pick release has already taken place. Depending on your setups, you may also find that you have generated pick slips for these orders.
    If it's correct that those 300 orders should have been released, then you need to take the following steps to pick confirm. You don't mention if you are using mobile apps so we'll assume you're using the forms in which case you'd go to the Transact Move Orders form in Inventory and using either the pick slip or the move order (printed on the pick slip and visible in the Shipping Txns Form) or the order number (Pick Wave tab), query back the pick release suggestions/allocations and either confirm or amend as appropriate. If you're using lot or serial control then you will need to supply this information also. This will change the status for the confirmed lines to 'Staged/Pick Confirmed' in the STF.
    If you didn't intend to release some or all of those orders then you will still need to query back the move orders in the Transact Move Orders form but you should then either backorder or cancel the allocation for each line as appropriate (Tools menu).
    If you expected your lines to be automatically pick confirmed on release, then your problem lies in not having used a pick release rule with Auto Pick Confirm = Yes.
    Regards,
    Jon

Maybe you are looking for

  • How can A new Logic Studio (9.1.1) not be compatible with Lion?!

    ***! first Lion makes my 11 Rack's software inopperable, and now I finally got Logic Studio and it says I can't use Logic Pro because it's version 9.1.1. I was already having trouble, and after an our with apple phone support and a few more installin

  • Problems running PSE 8 in Mac

    Greetings: I am running into problems trying to successfully run PSE 8 on an iMac.  I have tried installing from the CD, a trial version download and have repeated uninstall and re-install thrice atleast with the same issues.  When I organize my pict

  • Accessing SLD through web services

    is it possible to call the SLD via web services to pull out system element data (i.e. different data types like SAP system, application system, database, so forth)?  if not are there other APIs to the SLD (like a Java API or C/C++) which could be use

  • Julian date generation

    I'd like to be able to use an IF statement in my TDF that will make a comparison of two dates and if the one date is equal to or earlier than the second it runs a specific job. Since the comparison needs to be arithmetic, I'm thinking I'll need to co

  • Safari web attack help me delete safari n re-download or delete the hack

    my safari when opening doesnt allow me to do anything just keeps launching websites, ive deleted best part of ten thousand files so scared to open it up again, so i was thinking to either delete the safari if can be done then re-install the latest on