SAP Retail Store - Store Order - Assortment List

G'day,
In the SAP Retail Store (SRS) when selecting the "Store Order" "Assortment List" option I've got a request to add columns to the assortment list ( I've done this via Badi IF_EX_WSAO_DISP_EXPAND ).
The challenge now is to make fields within the added columns available for user input. (Currently the fields is only displayed).
Example: I've added columns X, Y and Z in the assortment list.
There are twenty lines in the assortment list and for each line the field in column Y must except input from the user. When the Post Order button is pushed a ME22 transaction must be submitted for each item in the assortment list.
I've copied the internet service for WSTA to ZWSTA but don't have sufficient HTML knowledge to change the HTML page to achieve the above.
Can you please help with a solution.
Thanks, points will be awarded.

Hi Mohan,
Thanks for the useful link you shared.
But I am looking for specific configuration and master data set up required for store order creation scenario where " Warehouse stock is created if stock exists else third party order is created"
This option is activated in POS interface inbound profile for store order control by selecting document categorydefault as "A - Warehouse order if stock exists, otherwise third-party order"
Just wanted to understand how this option works by requiring what kind of configuration and master data settings.
Any further suggestions will be really helpful. 
Regards,
Debraj

Similar Messages

  • SAP Retail - Login - Store Matchcode

    Hello,
    I`m trying to make a matchcode on the field STORE in the first login dynpro in SAP RETAIL, anybody can help me?
    Thanks

    Sorry, at least, we couldn't do this because in this dynpro you aren't connected to SAP yet. We make a link to a program that shows you like a matchcode, but in another dynpro.
    Regards

  • SAP Retail Project - Assembly Order configuration

    Dear all,
    We are into SAP Retail Project, as per the process we have to generate an assembly order to our internal workshop to assemble the product.
    this assembly order has to generate from sales order. Articles required to assembly will be maintained in workshop only.
    we are not implementing Production module, we are trying to create a purchase requisition from sales order. but the BOM main items purchase requisition is not getting generated and there is no communication between sales order and workshop regarding Assembly process.
    I am expecting an expert advice, with config steps to map this process into sap. Your suggestions will be highly appreciated.
    Thank you
    Raghu ram.

    Hi Mohan,
    Thanks for the useful link you shared.
    But I am looking for specific configuration and master data set up required for store order creation scenario where " Warehouse stock is created if stock exists else third party order is created"
    This option is activated in POS interface inbound profile for store order control by selecting document categorydefault as "A - Warehouse order if stock exists, otherwise third-party order"
    Just wanted to understand how this option works by requiring what kind of configuration and master data settings.
    Any further suggestions will be really helpful. 
    Regards,
    Debraj

  • SAP retail service orders

    Can you please explain the process flow in SAP retail specific service orders? When do we close the service order? How do we receive the notification after the service is carried out?
    Franc

    Hi Tom Francis,
    You can create Service Purchase Order using with Article code or without Article code using transaction code ME21N.
    Your line item category should be "D" i.e. Service.
    Using ML81N transaction code, you can enter Service Entry Sheet.
    Bye,
    Muralidhara

  • Assortment list: Missing data values & structure modification

    Hello all,
    I have the following problem:
    1. I'm using the assortment list (not HPR version) with the structure WBBP_MAX to download data to the local system that is connected to a POS system. I know that this structure is a really massive one, but I'm planning to reduce it (see my number 2 question). The TC I'm using is WDBI\WDBM. Release version ECC6.
    When I'm executing the assortment list initialization\manual I have a missing values problem when displaying the AL for example: the purchasing prices (E1WBB08 - KWERT) appears in the generated Idoc (basic type WBBDLD04) but when I'm displaying the created assortment list, the values for the sales price do not appear . In additional, in the SAP Retail store, the sales price appear for the article overview option but in the store order\assortment list option the price do no appear.
    2. I want to create my own structure as a copy of structure WBBP_MAX. I've copied the structure and started mapping the fields I needed. My question is - is it enough to change the structure and assign the new structure to my AL profile or do I have to modify the RWDBBI_ALV program?
    Regards,
    Mikio

    This code works. How does your code differ in significant ways?
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.collections.ArrayCollection;
          [Bindable] private var ac:ArrayCollection = new ArrayCollection([
            {id: 1, label: "test1"},
            {id: 20, label: "test20"},
            {id: 3, label: "test3"},
            {id: 40, label: "test40"}
        ]]>
      </mx:Script>
      <mx:List dataProvider="{ac}">
        <mx:itemRenderer>
          <mx:Component>
            <mx:HBox>
              <mx:Label text="{data.id}"/>
              <mx:Label text="{data.label}"/>
            </mx:HBox>
          </mx:Component>
        </mx:itemRenderer>
      </mx:List>
    </mx:Application>
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • No change triggered for assortment list IDOC

    Dear all expert,
    I'm facing a problem and below is issue reproduction steps.
    1. Article 'A' listed to Assortment 'ASM01' which is assigned 3 sites as assortment users.
    2. I executed WDBI for assortment list initialization. 3 IDOC files are generated successfully.
    3. Now, I unassigned one of the site from the assortment ASM01.
    4. I execute WDBU for assortment list IDOC change message. No IDOC is generated for this site.
    Any idea?
    Thank you very much!
    Regards,
    Wso

    Hi Tobias,
    Thanks for your reply!
    Actually i'm newbie on SAP Retail and now looking at listing and assortment stuff. I've configured the Assortment List Profile with checkbox 'Deletions for Listing' selected. Below is the SAP help explanation:
    "Indicator: Generate Deletion Records for Listing
    When you set this indicator, special material header records, carrying the information from the store retail system about the deletion performed, can be sent during deletions of assortment assignments between plant and assortment or during physical deletions of listing conditions in the change version of the assortment list. In the IDoc, these materials are marked with the change indicator AENKZ = 'DELE' in segment E1WBB01."
    So i wonder a IDOC file will be generated for the unassigned site with change indicator DELE for all articles listed to that site.
    Thanks again!
    Regards,
    Wso

  • SAP retail store order configuration

    Hi,
    Could anyone please suggest SAP retail store configuration and master data setting in IS retail system for store order follow on documents creation scenario where "Ware house order is created only if stock exists in DC else third party order".
    Thanks in advance for your valuable inputs.
    Regards,
    Debraj

    Hi Mohan,
    Thanks for the useful link you shared.
    But I am looking for specific configuration and master data set up required for store order creation scenario where " Warehouse stock is created if stock exists else third party order is created"
    This option is activated in POS interface inbound profile for store order control by selecting document categorydefault as "A - Warehouse order if stock exists, otherwise third-party order"
    Just wanted to understand how this option works by requiring what kind of configuration and master data settings.
    Any further suggestions will be really helpful. 
    Regards,
    Debraj

  • Posting a Goods Movement in SAP Retail Store

    In SAP Retail Store, under Inventory Management>Goods Movement>Other Movement, when entering articles and quantities, if you want to use multiple Bus. trans. or Reason for Movmt. values, you have to post them separately.  This requires you to post, exit out and then go back in and post again, etc. 
    Is there a way to post multiple Bus. trans. or Reason for Movmt. values on the same screen?

    Hi,
    Is that stock is tagged with sales order ?
    How you have HU in non HU managed location ??
    If you want to move stock then use t code HU02 and create HU in non HU manged location mentioning destination location as HU managed .
    Regards,
    Vishal

  • Add a new field on SRS (SAP Retail Store)

    Hi Experts,
    We have a requirement to add a new field on the SRS(SAP Retail Store) screen for Purchase Order.
    We identified the template - zwspo_entry/90/saplwspo_docdlg_2000.
    We included a new field in the Internet Services => ZWSPO_DOCDLG under TOPIC_90.
    Now we can see the field on the web output.
    However the corresponding input value which is entered by user is not gettting updated in the structure WSPO_HEAD. So we are unable to save the value entered by user in the PO.
    The code is as below :-
    <tr>
      <TD class="formatlabel" width = 200>
           <label for="STG_LOC">`#_2100_sloc`</label>
        </TD>
        <TD nowrap colspan="5">
             <INPUT id="STG_LOC" TYPE="text" name="WSPO_HEAD-STG_LOC"  value="`WSPO_HEAD-STG_LOC`" maxlength="4" size="4" >
             `if (WSRS_RETURN-FIELD == "STG_LOC")`
                  <img src="`mimeURL(~service="WOSM", ~name="image/arrl.gif", ~language="")`">
              `end`
        </TD>
       </tr>
    STG_LOC is a new field which we have appended to WSPO_HEAD.
    We have created a enhancement in include LWSPO_BAPIF02 in subroutine  BAPI_CRT_POHEADER_MAP_TO where we get the values of WSPO_HEAD. However for STG_LOC its coming blank though we are entering a value on the web.
    Any pointers to resolve this would be extremely helpful.
    Thanks,
    Best regards,
    Prashant

    Hi:
    Check this link
    http://erpgenie.com/index.php?option=com_content&task=category&sectionid=6&id=55&Itemid=77
    Regards
    Roberto

  • SAP Retail Store

    Can you please confirm for me the following:
    In the Master Guide SAP for Retail Business Suite 2009 Document Version 1.2 u2013 October 2009, there are two scenarios for SAP Retail Store:
    Scenario1: In-Store Merchandise and Inventory Management (ITS) .................................................. 32
    Scenario2: In-Store Merchandise and Inventory Management (Web Dynpro)..................................... 36
    1) Is it true that the technical system landscape as depicted on page 32 requires an ITS 640 (i.e. the older version of NetWeaver04) to front end the Retail Server based on ERP6.0 EhP3 (i.e. NW7.0)? Or is this an error (may be a carryover from NW04 documentation) and that the Integrated ITS 7.0 which is part of the NW7.0 Web AS of the Retail Server ERP6.0 EhP3 can be used instead?
    2) While the two different scenarios are using two different technologies (i.e. ITS vs WebDynpro), they are also providing different functionallies as well, do you agree? If so, both can be used in parallel and scenario 2 doesn't replace scenario1. Is this a valid statement?
    e.g. Scenarion 1 (ITS) covers: procurement, goods movement, and sales postings, as well as processes for vendor, assortment, and price management. There are also processes for physical inventory, product
    lookup, promotions, and food services and catering.
    whereas Scenario 2 (WedDynpro) covers: sales, service, and operations business functions stores require to run effectively on a daily basis
    3) In Scenarion 2, it is mentioned that BI 7.0 and BI Content add-on 7.03 are mandatory component, is this true and if so why? Or can I use Scenario 2 without having to upgrade my BW3.5 to BI 7.0?
    Please respond as much as possible after each question while providing supporting notes or links to your answers.
    Thanks,
    Tobi

    Hi,
    Pl check the following link which will provide relevant details:
    http://help.sap.com/bp_bblibrary/500/html/R34_EN_UK.htm
    Regards,
    S.V.ManiKumaar

  • SAP Retail Store: Negative sign in Condition (sign inversion)

    Hello,
    For a customer I developed a function in SAP Retail Store Sales Order (WCSO) to receive a header condition. The header condition will be set by using the standard function module CSO_P_CONDS_SET. The condition type is set as positive (A) in the customizing. In some cases the header condition is changed to negative.
    After inserting the condition; we have the following result in the sales order:
    - On header level: ZAZ1 1.000 EUR the condition control is (C) Changed manually, the condition origin is (C) manually entered
    - On item level: ZAZ1 1.000 EUR the condition control is also (C) Changed manually, the condition origin is (D) header condition
    This result is correct; but in some cases we have the following result:
    - On header level: there are two entries, one entry comes from the sum of the item(s) with condition control (E) Condition value and basis fixe, condition origin (E) Item total
    - On item level: the condition value is negative -1.000 EUR, condition control is (C) Changed manually, condition origin is (C) manually entered
    In this case the prior set header condition will be changed to negative value, the value is changed implicitly without using function module CSO_P_CONDS_SET.
    Does someone have any ideas?
    Thank you for your support.
    Best regards,
    Kurt.

    Hi Kurt,
    Your query is probably best dealt with by the application colleagues. Function module CSO_P_CONDS_SET is responsibility of the SAP component "LO-SRS"
    There is no direct link for SAP Retail Store SDN Forum. But Queries for SAP Retail Store are logged under
    SAP Community Network Forums » Industries » Industry Solutions General
    Best regards,
    Oisin

  • SAP Retail Store/WCSO Sub Item

    Hello,
    I would like to update condition within IAC WCSO sales order; I have a main item and a sub item; the sub item is assigned by the field HG_LV_ITEM on WISO_ITEM This is working properly.
    But trying to insert a condition such as ZVKP to this sub item it is not working; at first, the condition seems to be assigned, but by second refresh the condition disappears.
    Do I have to consider something due to sub item?
    Thanks for your information in advance.
    Regards,
    Kurt.

    The problem has been solved. In SAP Retail store sales order it is possible to set up sub items.

  • SAP Retail Store - Enter store number again -

    Hello all,
    We are implementing mySAP 2005 ECC6.0, as part of the implementation SAP Consultants recommended us to implement IDES (Solaris/Oracle) as our first "Picture of the new SAP". We are planning to use SAP Retail Store, in the IDES we just activated all the components in tx SICF and created the external alias (#918018, 762872, 763210), since we are using the integrated ITS, but every time we call the alias or “wosm” from the web, we get the same msg, "Enter store number again" and nothing comes from there, any clue? Advise?..
    Thanks in advance,
    Gonzalo.

    Hi,
    Pl check the following link which will provide relevant details:
    http://help.sap.com/bp_bblibrary/500/html/R34_EN_UK.htm
    Regards,
    S.V.ManiKumaar

  • SAP Retail Store -  use of PDC

    Dear All,
    There is requirement for the use of PDC units in stores. The stores are equiped with SAP Retail Store for imventory operations. How do we integrate the PDC units with SRS for inventory operations.
    Regards
    Arun

    Hi Arun,
    There are 3 possible ways to integrate the PDC units with SRS for inventory operations.
    1. Export the data from the PDC and then using web brower to transfer it to SRS.
    2. Interface using IDOC
    3. Using online PDC connection
    For details, you can find it from here.
    <a href="http://help.sap.com/erp2005_ehp_02/helpdata/en/fd/538897771711d3ae6b080009d2232d/content.htm">PDC Connection in SAP Retail Store</a>
    Hope this helps.
    Regards,
    Tony

  • SAP Retail Store: Activation of program for Internet

    Hi,
    We are using SAP Retail store after a good movement we have the possibility to print the Good movement (button print)
    However this function does not work because the program RSTWBFMB is not 'free' for internet.
    The SAP help is advising me to contact the SAP administrator to do this but nobody seem to know how to... Can you help me ?
    Cheers

    use Program RSCSAUTH then in the selection put the report RSTWBFMB with the value SWANALYS in the field Client. Mark the entry and save.
    Then in transaction SWM0 choose in the menu Report (F6) and release the Report RSTWBFMB
    It will then work

Maybe you are looking for

  • My iphone 4s voice mail is not working. Can you help?

    I travel between CA and India. When I am in india, I put in GSM chip in India and it works. When i came back -- I removed the chip and sprint phone is working -- except that voice mail and visual voicemail are not working. in fact, when people call m

  • Error: while applying Maintenance Pack

    Hiii.., IM applying the Maintanence Pack Patch 7303030, im upgrading my Apps version from 12.0.4 to 12.1.1. Im following the MEtalink Document *Oracle E-Business Suite Release 12.1.1 Maintenance Pack Installation Instructions [ID 752619.1]* while app

  • Acrobat 8 Standard installation file?

    Hi, Not sure if it's the right place, but is there a downloadable file to install Acrobat 8 standard (full) somewhere?   we set up a new PC we have to connect to the net and run through the updates.  Problem is sometimes we don't have net access easi

  • IT0002 New Infotype Framework with Secondary Infotype Short Dump

    In our new ERP 6.0 system, we are seeing a short dump, ASSIGN_BASE_TOO_SHORT  in CL_HRPA_INFOTYPE_0002_BE when hiring a Belgium employee.  It appears in the new Framework, the SPECIFIC_INITIAL_COMPUTATIONS method of CL_HRPA_INFOTYPE_0002_BE is expect

  • How to use AME to define Compensation Workbench Manager Hierarchy?

    Hi, I have set up the CWB to allow HR managers to allocate all the compensation using AME Hierarchy in R12. However, after running the CWB Participant Process using the manager login, there is no employee attached to this manager. For e.g. a company