WSM4L - assignment assortments to assortment module of type 7 shelf module

Hi experts,
I have the problem once listing is done by transaction WSM4L (program RWSORT07L) many assortments are assigned too one assortment module (entries in WSOF). I expect that every layout module will get one assortment assigned.
Example:
An article is assigned to layout module Y100 (entry in MALG). Layout module is created from assortment Y100 (by using WSOA1) and both layout module and assortment are assigned to layout ALL (using WLAMN).  Many layout modules and assortments are assigned to layout ALL. Transaction WSM4L is listing the articles correctly based on change pointers (MALG changes). New created articles are assigned to the correct assortment module. Problem I have is that once the assortment module is created or changed all other assortments (Y200 / Y300 / Y400) are assigned to this assortment module (WSOF-FILIALE) --> transaction WSO7. I have 100 assortments and every article getu2019s listed in all assortments (100 WLK1 entries for one article). I expect that when we assign one article to one layout module (Y100) the article getu2019s listed only in the assortment module (Y100) thatu2019s used by just that assortment (Y100) and not all other assortments.
Any idea how to solve this? Thx!

Root cause is that assortment is also assigned to layout (WRS1 table). With transaction WLAMN only assign layout module to layout and don't assign assortment to layout. Disadvantage is only that transaction WSP4 gives an error when listing article / assortment with B3. SAP advised not to mix WSM4L and WSP4.

Similar Messages

  • IS-R WSM4L - assignment assortments to assortment module of type

    Hi experts,
    I have the problem once listing is done by transaction WSM4L (program RWSORT07L) many assortments are assigned too one assortment module (entries in WSOF). I expect that every layout module will get one assortment assigned.
    Example:
    An article is assigned to layout module Y100 (entry in MALG). Layout module is created from assortment Y100 (by using WSOA1) and both layout module and assortment are assigned to layout ALL (using WLAMN). Many layout modules and assortments are assigned to layout ALL. Transaction WSM4L is listing the articles correctly based on change pointers (MALG changes). New created articles are assigned to the correct assortment module. Problem I have is that once the assortment module is created or changed all other assortments (Y200 / Y300 / Y400) are assigned to this assortment module (WSOF-FILIALE) --> transaction WSO7. I have 100 assortments and every article getu2019s listed in all assortments (100 WLK1 entries for one article). I expect that when we assign one article to one layout module (Y100) the article getu2019s listed only in the assortment module (Y100) thatu2019s used by just that assortment (Y100) and not all other assortments.
    Any idea how to solve this? Thx!

    Root cause is that assortment is also assigned to layout (WRS1 table). With transaction WLAMN only assign layout module to layout and don't assign assortment to layout. Disadvantage is only that transaction WSP4 gives an error when listing article / assortment with B3. SAP advised not to mix WSM4L and WSP4.
    Edited by: M. Geraedts on Feb 29, 2012 12:46 PM

  • Receiver Type Function Module in SWE2 use of export parameter.

    i am trying to understand the underlying concept in following things:(neednot to say i have searched alot and read sap documentation already).
    In event type linkage table say i have an entry for BOR -> AFVC_PM.
    As per sap Documentation says all these FM will trigger in following way.
    1 Check Function Module (to place any validations/checks)
    2 Receiver Type Function Module ()
    3 Receiver Function Module.
    Thats fine.
    This is what documentation says about Receiver Type FM(2nd FM) not Receiver FM(3rd FM).
    This FM has 1 export paramter
    Export parameters
    RECTYPE type SWETYPECOU-RECTYPE Receiver type( Result of the evaluation by the receiver type function module.)
    if i am understanding this right, in this FM receiver type will be decided .
    i have placed BREAK-POINT in this FM  and passing value WS90000024 (Workflow with simple mail step) in export parameter RECTYPE.
    after everything executed successfully why i can't see that mail in my inbox.
    Please correct me if i had misunderstood the concept .

    ok,indeed i was missing this thing.
    i got the mails in inbox.
    but why i can't see this value WS90000024 of this workflow ()which is going to be triggered ) in parameter RECTYPE.(its empty).
    it is empty after the receiver type function module execution is complete.
    below is workflow template,

  • Help with x64: fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

    Hello, I am trying to complie some C code for some applications I am working on in labview (I am using Labview 2012 64bit).
    When I try to build my code in Visual C++ 2010 ( I have set it up to be able to use x64) I get the following fatal error:
    nivision.lib(StartupShutdown.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
    Which I understand that .lib does not have a 64bit compatability. However, if I were to use 32bit code, how can I link/emulate it to my 64bit labview? Is there a good tutorial on this application? The problem is the rest of my application uses and requires 64bit labview, so I am stuck in this enviroment.
    Thanks.

    dbrittain wrote:
    Thanks for the reply. The C code I have cross correlates images, and it does reference the image inputs and size variables from the nivision classes. I am thinking of using a side by side labview environment with shared variables. I have not done this before, do you have any good examples? Can you make the library function node a shared variable or only the elements within it? 
    I guess I could try to convert to labview, but the are a lot of lines of code that I would prefer not to try to wrap my head around in translation.
    The LabVIEW API in Vision Development Module has functions that let you get access to all those parameters as well as the raw image data pointer. A common design is to query those items on the LabVIEW diagram and then pass them to your DLL. This would mean you wouldn't need to make any calls into the Vision DLL from your C code.
    As for examples showing how to use shared variables, keep in mind that it isn't just like doing a function call. The more appropriate way to think of it would be communicating with another VI by getting and setting controls and indicators while it runs. You could put all your arguments into a shared variable and set a boolean indicating it is ready, then wait for another boolean to go high indicating the other code has finished and placed its results in another shared variable. Your application code interacts with the shared variables just like a control/indicator/local variable. This of course is a simple description and I would not be surprised if there are well-defined frameworks/examples searchable in the forums that use shared variables in this manner.
    Eric
    Eric

  • RE: Idoc types , Function modules

    HI All
    What are the generic <b>Idoc types</b> and <b>function modules</b> used for the following objects for SAP R/3 4.7
    Invoice Release (inbound)
    Payments (outbound)
    Purchase Orders (outbound)
    Goods Receipts (outbound)
    Cost Centers (outbound)
    GL Codes (outbound)
    Internal Orders (outbound)
    WBS (outbound)
    Materials (outbound)
    Invoices (inbound)
    Invoices Blocked (outbbound)
    Any help will be very much appreciated
    And How do i judge which IDOC types and function module fit my requirement( I mean what are the things i have to keep in mind while choosing idoc types and function modules)
    Thnk you
    Steve

    I have an idea.
    Build an idoc from scratch with all the fileds or use the idoc invoic01 and extend it. Comming to function module write a function module that will extract the data from the idoc and will pass the data to bapi BAPI_INCOMINGINVOICE_CREATE( MIRO SCREEN). Please comment on this!!!

  • Assignment of number range to order type

    Hi all,
    Please help me out of this. How can i assign number range to the order type?
    Regards
    Kaisar

    Co82 let us say order number range maintenance
    let us say you have created a new order type and you want to assign a new number range
    In CO82..
    Menu path  Group -->maintain
    In maintain number range group screen,
    Group --> insert
    Give text and from number and to number 
    say text = new order
    range - 100000000000 to 199999999999 (tick ext check box if the range is external number range-manual input)
    click on +
    You can see your group at the end of list
    In Not assigned group your new order type will be present
    Place the curser on that order type and fallow the menu path as below
    Edit -->select element
    Select NEW order number range group check box
    edit --> assign element group.
    Now the number range is assigned to the new order. Save it, You will get a pop up, just ignore it.
    I hope it will help you

  • Assign pricing procedure to billing  document type

    hi
    i want to have to assign a pricing procedure to my billing document type
    this secanario is for stock transfer where no sales order
    only purchase order
    kindly help me

    Dear Krishna,
        We don't assign Pricing Proceedure to Billing document Type. But we assign Document Proceedure to Billing Document type.
      So you need to have a combination of Pricing Proceedure (sales areadocument pricing proceedure Customer Pricing procedure = Pricing procedure) where the Document Pricing Proceedure should be picked from Billing Document Type. Thus System automatically Pick the Pricing Procedure when you are creating a billing document.
    Regards
    MBS

  • No external no.assignment possible for material for material type HALB??

    no external no.assignment possible for material for material type HALB??... message no:m3317
    i got this error msg while i try to create external material via mm01
    material: pump
    industry type: mechanical engineering
    material type: semi finished product
    after pressing enter error came...

    Hi
    If you created number range already, then you need to remove the number range and recreate the same with external number range w/o check
    Try it out.
    Thanks
    Raman

  • Assign the routine against ZY06 output type in output procedure

    Hi
    I am creating one routine for Tcode VOFM and requirements Output control and I have to assign this reoutin against ZY06 output type in output procedure.Now How can I assign this to output type in output procedure?
    Can anyone tell me all procedure.
    thanks

    hi patel,
    chck with this link
    VOFM Transaction
    Reward with points if it is helpful.
    Regards
    Alfred

  • BAPI only assign Document Data(Document Number/Document Type) to Material

    Hi,
           Can any one tell me A Standard BAPI which is only assign(Not Create New Document Number)
           Document Data to Material Number.
    Regards
    Smruti

    Hi Ganesh,
    i am writing a Custome BAPI for Material Create uisng "BAPI_MATERIAL_SAVEDATA " and also i assign an Existing Document Number ,Document Type to the Material Number which is Created using "BAPI_MATERIAL_SAVEDATA".
    so, i need a one SAP Standard BAPI which is assign an Existing Document Number ,Document Type to Material Number and the Document number and Document type is available  Input Parameter of my Z BAPI.
    Note: Don't Create New Document Number i have docuemnt number and just assign to Material Number
    Thanks and Regards.
    Smruti

  • Assigning ORDER AND DELIVERY TO BILLING TYPE

    Dear Gurus
    i have created an order and billing  type by copying it from a similar existing order and billing. i have assigned the new billing
    and order type. but afer POST GOODS ISSUE when i go to VF01 it is picking the older billing type but it shoud pick the new
    billing type.
    can you please suggest what to do?
    shabbir

    Pls check the billing type assigned in the new order type it might be old one.
    Regards
    Sashi

  • How to assign a one key macro to type email address?

    How can I assign a one key macro to type my email address?
    Many sites use ones email address as the required UserName. 24 characters is alot of typing.
    My OS is Windows 7 Home Premium.

    Try the Clippings extension:
    *Clippings: https://addons.mozilla.org/firefox/addon/clippings/

  • BDoc Error :  Assignment of usage AD_DEFAULT to communication type TEL not

    Hi ,
    I got the below BDoc error with BDoc type : VEND_MAIN
        Error : Assignment of usage AD_DEFAULT to communication type TEL not unique
    Thanks

    We had a similiar issue with pushing vendors from R/3 > SNC.  I took all the entries out of but020 then used those address numbers to get a list of all the values in ADRCOMC.  In ADRCOMC there was a single entry whose HIGH_VALUE was 999 and that was causing the issue.  I went into the BP and manually deleted the Telephone & Email address of the BP then saved it.  I then went back in and re-created the tele & email address for the BP and that fixed he sequence error.
    We have several other BP's that have an usually high consnumber and I'm not sure why.  Most of our BP have a connumber of 001, 002, 003,,, etc, howver there are some that have skipped a lot of numbers and gone straight from 12, 13, 991, 992.  This last example is what happened with our problem BP record.
    After I manually changed the data I was able to process the inbound CIF.
    I hope this helps.
    Will Foster

  • Recevier Type function module

    Hi workflow experts,
    i want to select one workflow out of three , based on the user who triggers the event using receiver type function module. can any one suggest me the steps to be followed to design the receiver function module.

    Hi James,
    to get back to what you've asked for in the first place: You'd like to start one workflow (out of three) to choose among those you basically have two choices, as Saujanya gave you the second one, i.e.
    Create an event linkage for each of the three workflow and suppress two of them by check function modules where the third one lets the event pass through. This is basically the same, as having one event linkage with a receiver type function.
    For a solution, having multiple event linkages here, it could turn out to be tricky to program these check functions in the way that they guarantee that only one workflow starts at the same time. This is going to be more difficult the more complex the expression is.
    For using a receiver type with one event linkage active, it is build-in that only one workflow may start with the event.
    Any check-function modules work in addition to what the receiver type returns.
    If using receiver types, do <i>not</i> enable event linkages for all three workflows, just customize the event-container binding in the event linkage section within the general workflow properties and do not activate it here. Instead create an event linkage manually within the transaction SWETYPV.
    If you need additionally an check, I'd propose to have a separate check function module there.
    Best regards,
    Florin

  • Module machine type 'x64' conflicts with target machine type 'X86' - opencv_highgui

    Hi , 
    Im trying to setup the opencv for c++ in visual studio i have completed setting it up. when i run the sample code i get the error as 
    error LNK1112: module machine type 'X86' conflicts with target machine type 'x64
    C++\FinalPro\FinalPro\opencv_highgui249d.lib(opencv_highgui249d.dll)
    I have set also x64 instead of win32 default but still its not working the lib of open cv are all 64bit
    Thank You , Shan Ali Khan

    Hello,
    Welcome to MSDN forum. But your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I found some thread with similar issues, maybe they can help you:
    http://social.msdn.microsoft.com/Forums/en-US/34cf5a42-16a7-4d77-b708-0830276bbab9/module-machine-type-x86-conflicts-with-target-machine-type-x64?forum=vcgeneral
    http://social.msdn.microsoft.com/Forums/en-US/d5bc5b38-6086-4f7c-a011-fc50901b9288/lnk1112-module-machine-type-x86-conflicts-with-target-machine-type-x64-error?forum=vcgeneral
    If no help, for Visual C++ development issues please post them in
    C++ forum, but those issues related to OpenCV which belongs to third-party are not supported in MSDN forums, you could consider consulting its publisher to get supports.
    Thank you for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for