Assortment Module Creation

Hi Anybody can tell the Function module to create Assortment module .
Thanks,
Maheedhar.T

Bapi <b>BAPI_ASSORTMENT_MAINTAINDATA</b> is used to create new assortment and change or delete
existing material master data.
Regards,
Prakash.

Similar Messages

  • Exclusion assortment module creation

    if i dont have any articles to be excluded is it necessary to create exclusion module or i can directly create assorment and assortment grade without creation of assortment module.

    Hi,
    Pls remember that this  is for MM  related . so you have to post your thread in concern area.
    regards

  • BAPI or FM to change Assortment module WSO2& WSO5

    Hi Experts,
    I need a BAPI or FM to change Assortment Modules in WSO2 & WSO5 transactions..
    Please update me if you find any.
    Thanks & Regards,
    Jayapal.

    Hi,
    To find bapis for any transactions --->
    Goto SE37 transaction code and put
    BAPI* AND PRESS F4 KEY.   U will get the list of BAPI names.
    thanks
    Sankar M

  • Listing Of Articles In Assortment Module transaction  WSO2

    Hi All,
    Can you please provide a BAPI which used to list articles in an Assortment Module using WSO2 transaction.
    I have written BDC for this but its not functioning for huge no of articles.
    Thanks,

    Hi Eric,
    I am using Listing procedure B1.[ Basic procedure : mat grp / assortment ]
    Regards,
    Kumar

  • Application module creation failed

    Can someone please help me? My data form (which runs fine
    through jdeveloper) is failing when I try to run it with an
    applet. This is what I get:
    DAC-405: SessionInfo: Application module creation failed;
    className: productionApp
    java.rmi.Remote
    I've been looking everywhere for help. No luck.
    Thank you.
    null

    Have you included, in the applet tag, all of the archives
    specified in the JDev console output when it runs correctly in
    JDev?
    - PSW
    Michele (guest) wrote:
    : A couple peculiar things are showing up in the java console:
    : com.ms.security.SecurityExceptionEx
    : [oracle/jbo/common/util/JboEnvUtil.getDefaultHost]: cannot
    : connect to "mcrow.syntax.com"
    : com.ms.security.SecurityExceptionEx
    : [javax/swing/SystemEventQueueUtilities$RunnableCanvas.lookup]:
    : Illegal ThreadGroup access.
    : What's going on?
    : Michele (guest) wrote:
    : : Can someone please help me? My data form (which runs fine
    : : through jdeveloper) is failing when I try to run it with an
    : : applet. This is what I get:
    : : DAC-405: SessionInfo: Application module creation failed;
    : : className: productionApp
    : : java.rmi.Remote
    : : I've been looking everywhere for help. No luck.
    : : Thank you.
    null

  • 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

  • SessionVideo.publishSession() == DAC-405: Application module creation failed

    The project contains a dbInfo class that was designed as perscribed in the Data form tutorial. Also a frame class which has its textFields bound to the rowSetInfo dataItem that are described in the dbInfo class. The following error/exception occurs when i try to publish the sessionInfo:
    ERROR...
    PANIC
    DAC-405: SessionInfo: Application module creation failed; className: VideoDBModule
    DETAILS
    DAC-405: SessionInfo: Application module creation failed; className: VideoDBModule
    null
    Associated CODE...
    public dbInfo() {
    try {
    jbInit();
    sessionVideo.publishSession(); <<<<<<<ERROR OCCURS HERE
    catch (Exception e) {
    e.printStackTrace();
    I checked my business components by creating a default data form using the data form WIZARD. This worked fine and i found that by removing(commenting out) the code associated with the loginDialogueBox(added by wizard) caused the same error to occur with this data form.
    PLEASE HELP, after all this work i would really like to see this working
    Adam

    William...thanks for the reply....
    Below are details on where the section of the Data form tutorial that i followed, is in help.
    help
    help topics
    Tutorials and sample applications
    tutorials
    Developing the online orders data form client
    creating the data form client
    creating the customer view data form(TASK 3)
    or alternatively the code from my dbInfo class:
    The class has one sessionInfo component: sesionVideoDB
    a rowSetInfo item: rowSetHousehold
    and a find function which is called from a data aware frame which has its textfields bound to the attributes of the rowSetHousehold
    =======================================================================
    package DACVideo;
    import oracle.dacf.dataset.*;
    import oracle.dacf.dataset.connections.*;
    * A Class class.
    * <P>
    * @author Adam Maddox
    public class dbInfo extends Object {
    SessionInfo sessionVideoDB = new SessionInfo();
    static RowSetInfo rowSetHousehold = new RowSetInfo();
    static AttributeInfo IdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo ChainIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo HomeStoreIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo HomeHouseholdCategoryIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo ChainHouseholdCategoryIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo PrimaryPersonrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo CreateDaterowSetHousehold = new AttributeInfo(java.sql.Types.DATE);
    AttributeInfo DeleteDaterowSetHousehold = new AttributeInfo(java.sql.Types.DATE);
    AttributeInfo HomePhone1rowSetHousehold = new AttributeInfo();
    AttributeInfo HomePhone2rowSetHousehold = new AttributeInfo();
    AttributeInfo AddressrowSetHousehold = new AttributeInfo();
    * Constructor
    public dbInfo() {
    try {
    jbInit();
    sessionVideoDB.publishSession(); <<<<<<ERROR OCCURS HERE
    catch (Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    AddressrowSetHousehold.setName("Address");
    HomePhone2rowSetHousehold.setName("HomePhone2");
    HomePhone1rowSetHousehold.setName("HomePhone1");
    DeleteDaterowSetHousehold.setName("DeleteDate");
    CreateDaterowSetHousehold.setName("CreateDate");
    PrimaryPersonrowSetHousehold.setName("PrimaryPerson");
    ChainHouseholdCategoryIdrowSetHousehold.setName("ChainHouseholdCategoryId");
    HomeHouseholdCategoryIdrowSetHousehold.setName("HomeHouseholdCategoryId");
    HomeStoreIdrowSetHousehold.setName("HomeStoreId");
    ChainIdrowSetHousehold.setName("ChainId");
    IdrowSetHousehold.setName("Id");
    rowSetHousehold.setAttributeInfo( new AttributeInfo[] {
    IdrowSetHousehold,
    ChainIdrowSetHousehold,
    HomeStoreIdrowSetHousehold,
    HomeHouseholdCategoryIdrowSetHousehold,
    ChainHouseholdCategoryIdrowSetHousehold,
    PrimaryPersonrowSetHousehold,
    CreateDaterowSetHousehold,
    DeleteDaterowSetHousehold,
    HomePhone1rowSetHousehold,
    HomePhone2rowSetHousehold,
    AddressrowSetHousehold} );
    sessionVideoDB.setAppModuleInfo(new ModuleInfo("VideoDB", "VideoDBModule"));
    sessionVideoDB.setConnectionInfo(new LocalConnection("VIDEO_SYSOP"));
    sessionVideoDB.setName("sessionVideoDB");
    rowSetHousehold.setQueryInfo(new QueryViewInfo(
    "HouseholdView5",
    rowSetHousehold.setSession(sessionVideoDB);
    rowSetHousehold.setName("rowSetHousehold");
    public static int find(String id)
    show("====================value recieved===================");
    show(id);
    show("===================================================");
    String idColumnName = IdrowSetHousehold.getColumnName();
    StringBuffer query = new StringBuffer();
    if(id.length() > 0)
    query.append(idColumnName + " = " + id);
    show("id found");
    rowSetHousehold.setQueryCondition(query.toString());
    rowSetHousehold.executeQuery();
    int rowQty = rowSetHousehold.getRowsetAccess().getRowCount();
    show("ROW QUANTITY =" + String.valueOf(rowQty));
    return rowQty;
    }//end find
    public static void show(String s)
    System.out.println(s);
    null

  • Product Hierarchy and Assortment Module?

    Hi,
    Can anyone throw some light on  Product Hierarchy and Assortment Module?
    Regrds,
    Binayak

    Hi,
    <i><b>Product Hierarchy:</b></i>
    Product Hierarchy is used to group the materails by combining features. It is used for analyses and pricicng. A produch hierarchy can consist of upto 18 characters. Its features can be combined in various ways, the following figure gives an example of how materials can be grouped using product hierarchy.
    Product Hierarchy: Electrical Appliances(00001): 1. Dry Appliances(00001), 1.1 Electri Stoves(00000001), 1.2 Food Processors(00000002); 2. Wet Appliances(00002), 2.1 Washing Machine(00000001), 2.2 Dish washer(00000002).
    In  this case, a dish washer can be describered by product hierarchy 000010000200000002.
    This is called as Product Hierarchy.
    <i><b>Assortment Module:</b></i>
    This is one type of Value contract using assortment module (Contract Type: WK1). Firstly we have to create Assortment Module using T.code: WSO1, and enter the group of material in the assortment module and save. and then create contract and assign the Assortment module number in the contract and enter the value and save the document. after that is same like other contract.
    Hope i have answer your question
    Reward if it helps
    Regards
    Prasanna R

  • Pricing for assortment modules

    hi gurus
    i want to link each Assortment Module in value contract to specific Price and accordingly each item within the assortment module will use the specified price when creating sales order with reference to the contract

    Check this -
    Pricing in sales order
    Regards.

  • Help needed in downloading assortment module

    Hi,
    Can anybody tell me how to download assortment module from R/3 to CRM ?
    Thanks & Regards,
    Anirban Ghosh

    Hi,
    Can anyone help me on the following mail?

  • Assortment Module and Layout Module

    Hi Champs,
    I would like to know the process of listing the articles "assortment layout" through one common step. I tried thru "assortment module"  and was able to do it successfully.
    Please help me with process of layout functionality in SAP.
    Assigning the new article to the layout module in transaction WLWBN (Assortment layout workbench)
    I saw in some other SDN that,  Running transaction WSM4L (mass relisting by changing layout data) for the layout module
    But i could not do so it is giving me a error message...Start conversion report for layout listi
    conditions (note 659692)
    Would appreciate if i can get the steps for listing thru Layout module....
    thanks in advance.
    Regards,
    SD

    Run program RWLAYLIST_CONVERT to convert your assortments. Then you should be able to list via the layout workbench.

  • 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.

  • Assortment modules: Sorting by article

    Dear colleagues,
    for the effective articles search in Assortment module (WSV2) we need
    to sort it by product hierarchy (PRDHA), but now we have sorting only
    by article number.
    This changes we need to have in the table RV45A, program SAPMV45A,
    screen 0470, transaction VA01, reference to Contract.
    Could we have sorting Assortment module by product hierarchy in the determination of sales order position with referens to the contract position with Assortment Module?
    Best regards,
    Konstantin

    See Snow Leopard Snubs Document Creator Codes: http://db.tidbits.com/article/10537
    That's because [they have a better way|http://rixstep.com/2/20090909,00.shtml]. After four years, you'd think developers would update their software/data files instead of whining.
    My Kind listing shows what created the file, Microsoft Word document, Adobe Photoshop Elements file, MacDraft document, etc. I even see Textwrangler text document--they apparently figured it out. It comes from the kMDItemKind metadata.
    Message was edited by: Barney-15E

  • Assortment Module and Assortment Layout

    Hi folks,
    I wish to list (add) an article to an existing "assortment module" AND "assortment layout" through one common step. Now I am using two steps ....
    1 - Assigning the new article to the layout module in transaction WLWBN (Assortment layout workbench)
    2 - Running transaction WSM4L (mass relisting by changing layout data) for the layout module
    Any help is appreciated
    thanks in advance
    Aj

    Hi TK,
    Thankyou so much for your reply. I have used WLWBN and the Edit-Create functionality but this only works for creating a new assortment. It is not working for adding a new article to an "existing" assortment. Is there anything missing on config or am I doing something wrong?
    Thanks also for your tip on the daily report.
    Any help is welcome because it is very important for us to find a way to do this in one step.
    thanks again,
    Aj
    Edited by: Ajay Shirke on Mar 8, 2010 3:43 PM

  • Assortment module - contract - how to check material belongs to ***.module?

    Hi Sap experts,
    Is there a possibility in transaction VA41 (Contract) to check which materials belogs to Assortment module. I don't want to open new session each time (WSO3)..
    Best regards,
    /MK
    Edited by: Maciej Kromolicki on Feb 5, 2009 10:57 AM

    Hi,
    Highligtht the line item and go to details (in VA42/VA43).
    There is a tab called assorment module, where in the system can display the materials assigned to the assortment module.
    Regards

Maybe you are looking for

  • All my browsers keep freezing

    I have a macbook pro 15 early 2011 model 2ghz i7 and i have upgraded to 8gb ram...my macbook is always connected wirelessly to the internet and i have tried ALL browsers. Safari 6.0.2, Google Chrome and Firefox and all suffer the same problem.. They

  • Purches could not be made. Help please.

    Hey, when I want to buy something to a game it says "Your purchase could not be carried out if you want help, contact support for itunes on http://www.apple.com/support/itunes/ww/." The problem is that the site isn't helping. I can't find the solutio

  • Problem updating podcasts

    Hello, My podcasts aren't updating. I checked the settings under "preferences" and it read that next check would be 12/28/06, and well today is 1/6/06. What is going on? I've got it set to check for updates everyday, yet it's not doing it. Please adv

  • Problems saving out a pdf from cs5

    my files are coming up as read only and i cannot save out a pdf. anyone have this problem?

  • How to organize assets in Adobe Audition

    I've been exporting my Premiere Pro sessions to Audition for mixing and have liked the flexibility of what Audition can do.  But I've also been completely baffled by how one organizes assets in an efficient way (such as using folders or bins like in