Ordering items not set up in RMS

Hi,
I have encountered a problem with my client which I was wondering if anyone here could help me with.
I am working with a grocery client where the individual stores often buy items (fresh fish, fruits and so on...) directly from local suppliers instead of going through the suppliers that are set up in the system. The store manager often have a deal set up with the local fish market, suppling him with whatever the catch of the day is. This means, in turn, the the specfic supplier differs from day to day (since it could be fisherman #1 one day, and fisherman #2 the next). The product will also differ alot since different fish go for different price depending.
How am i to set this up in RMS? I am thinking of setting up a token supplier called "Fish_dealer" with one item "Random_Fish"? This is just my first ideas, and I would love input on this problem so i can stear my thought in any sort of direction :P.
Thanks!

hi ,
are they paying back like cash on receipt or kind of prepaid ?
either consignment or concession or supplier wise it all involves either a flat rate or margin as share in the sales ..in all kinds all retailers will like to work on minimum payment terms to work on -ve workign capital. i am sure you defenitely aware it .
just think whether this approach is feasible or not ...
create a dummy supplier or some one like external finisher option available in RMS for common payment execution with payment terms which can be done in system.
now from whom ever you buy the fish all the payments will go to common supplier / external finisher who pays in return to suppliers. so with this context the store manager can place the order directly to suppliers either by raising a store order or also its possible to receive it via DSD if everything happens over live market factors like availablity and etc ...
regards,
deepak
Edited by: Deepakkumar.g on Feb 17, 2012 6:24 PM

Similar Messages

  • Order item notes

    hi
    actually i tried to get the order item notes through READ_TEXT fm.
    in that if i give any text name directly it s working but if i give through any variable say for example variable name olino = sale order no + line item number , it s not working.
    have any one worked like the similar issue like passing the sale order no + line item number , if so pls tell me where shud i take the sale order from and line item number from
    pls help me out

    Hi,
    You can get its format by following the process.
    goto VA02 and enter any Order and hit Enter.
    click GOTo -> ITEM -> TEXTS.
    double click on the Editor there. then you will get the Command Editor.
    In command Editor, Click GOTO -> HEADER.
    You will get all the relevant Info required to retrieve the Text.
    regards,
    Mahesh

  • Purchase order Item note

    Hi,
    I am displaying a Purchase order report. I need to display the Purchase order Item Note.Using read text i am unable to find out can any one suggest me how to find out.
    Regards,
    Raghu

    Try below code
    data : it_address type table of tline with header line.
            call function 'READ_TEXT'
              exporting
                client                  = sy-mandt
                id                      = 'F01'
                language                = sy-langu
                name                    = <CONCATENATE PONUMBER &PO LINE ITEM>
                object                  = 'EKPO'
              tables
                lines                   = it_address
              exceptions
                id                      = 1
                language                = 2
                name                    = 3
                not_found               = 4
                object                  = 5
                reference_check         = 6
                wrong_access_to_archive = 7
                others                  = 8.
    Regards
    Vinod

  • Changes to sales order item not reflected if Call Transaction is used

    I m updating another Sales Order item quantity and reason for rejection programmatically from another sales order.
    The code is working fine and the quantity does get changed as well as the reason for rejection flag get set (if required). But if I go to the change log from the menu in VA02 for the order item which has been changed. It does not record the changes.
    I have tried using both BDC call transaction method as well as BAPI_SALESORDER_CHANGE in neither case the change log for the order which has been changed reflects the programmatically made changes?
    What m I doing wrong. Here is the code.
    IF v_update_order_flg = 'X'.
          REFRESH t_bdcdata.
          CLEAR s_bdcdata.
          REFRESH t_messtab.
          PERFORM bdc_dynpro USING 'SAPMV45A' '0102'.
          PERFORM bdc_field  USING 'VBAK-VBELN' <wa_r_rtb_posnrs>-zrtbvbeln.
          PERFORM bdc_field  USING 'BDC_OKCODE' '/00'.
          PERFORM bdc_dynpro USING 'SAPMV45A' '4001'.
       For Going to  specific Item Number
          LOOP AT t_schedule_lines.
            PERFORM bdc_field  USING 'BDC_OKCODE' '=POPO'.
            READ TABLE t_item_in WITH KEY itm_number = t_schedule_lines-itm_number.
            PERFORM bdc_dynpro USING 'SAPMV45A' '0251'.
            PERFORM bdc_field  USING 'RV45A-POSNR' t_schedule_lines-itm_number.
            PERFORM bdc_field  USING 'BDC_OKCODE' '=POSI'.
            PERFORM bdc_dynpro USING 'SAPMV45A' '4001'.
            v_ro_qty = t_schedule_lines-req_qty.
            CONDENSE v_ro_qty.
            PERFORM bdc_field  USING 'RV45A-KWMENG(01)' v_ro_qty.
            PERFORM bdc_field  USING 'VBAP-ABGRU(01)' t_item_in-reason_rej.
          ENDLOOP.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=SICH'.
          v_call_transaction_flg = 'X'.
          EXPORT v_call_transaction_flg TO MEMORY ID 'call_transaction'.
          CALL TRANSACTION 'VA02'
                       USING t_bdcdata
                       UPDATE 'S'
                       MODE   'N'
                       MESSAGES INTO t_messtab.
          v_call_transaction_flg = space.
          FREE MEMORY ID 'call_transaction'.

    Hi Srikrisna,
    This is a typical problem with BDC for updating QUANTITY and CURRENCY fields.
    You need to create a character variable of the same length as your quantity field. Move your quantity value to the newly created Character variable.
    Now use this new char variable in the BDC.
    This correction should solve your problem.
    NOTE: BDC RECOGNIZES CHARACTER FIELDS ONLY.
    Regards,
    Prakash Pandey

  • MR11- Purchase order items not balanced. Material price will be negative

    Hi all,
    Currently i have PO with stock items with document date on Aug with qty of 5 and good receipt  with qty of 5 on the same month as well. After that when it performs MR11- account maintenance i encounter the error above.
    It has performed good issue to production and now left 5 qty.
    Initially i thought because the stock value cannot absorb the material price, but i have done the same simulation on QAS. it seem to working fine.
    Can you assist me on this.

    Hi Jurgen,
    Actually i have found the Snote related to this issue. It has solved the issue for me.
    To clear the purchase order items, proceed as follows:
    1. Execute transaction MR11 "Maintain GR/IR Clearing Account" with the
    relevant selection parameters. Select all proposed account maintenance
    document items whose cumulated difference value of a material is less
    than the current stock value (SALK3) of the same material.
    Post this account maintenance document.
    2. Execute transaction MR11 "Maintain GR/IR Clearing Account" with the
    above selection parameters again. Select a proposed account
    maintenance document item whose difference value is greater than the
    current stock value (SALK3) of the same material. Post this
    account maintenance document. Post the portion of the current stock
    value to the stock account (BSX). The rest is distributed to the price
    difference account (PRD). Now the current stock value (SALK3) of the
    material is 0.
    3. Execute transaction MR11 "Maintain GR/IR Clearing Account" with the
    above selection parameters again. Now you can post all remaining
    proposed account maintenance document items for this material.
    Note 1305016 corrects the symptom described.
    SNote 1305016 - MR11_Negative stock value for value-only article II
    SNote 983769 - MR11_CKMLGRIR 023 for GR-based IV & matl moving avg. price
    Thank again for your assistant.

  • Pre-order items not automatically downloading on my ipad

    Pre-ordered book not downloading.

    I am having the same issue.  I pre-ordered a book (I can see the pre-order in my Purchased History) and I did not get an email and it did not auto download but when I go to the store, I can buy it.

  • CRM 5.0 Vendor Location determination in Order, Item not exist in Plant

    CRM 5.0 I have read and implemented oss note 493497.  We use ECC ATP not APO.
    If I create an order in CRM I find a vendor and the partner is added at the header and item.
    If plant A is found and the materials exist in plant A then all works well and replicates to ECC.
    But in cases where some line items do not exist in plant A, they exist only in plant B the order fails to replicate accross.  I have to manually change the item vendor to plant B then it passes to ECC.
    I have read this SAP help but I am a bit confused why my test fails.
    SAP Help > Location Determination in the Sales Order
    http://help.sap.com/saphelp_crm50/helpdata/en/5d/40053b1b3ecc35e10000000a114084/frameset.htm
    Since we are using ECC ATP what do I need to correct?
    OSS Note 513884 - CRM 3.0: Automatic Vendor determination in sales order looks like a good note but says it applies only for CRM 3.0.  Is it valid for 5.0?
    What access sequence do you use for Vendor in partner determination?
    Will give points, thanks.

    Hello Sharad,
            I gave you 6 pts, we have plants in the east, west, and central part of the country.
    The East & West carry most products but only specialty or low volume products are stocked in the central.   If I change the access sequence to the material (central) then customers on the east & west will get stocked from the wrong location as all lines will pull the central location.
    Is almost like the ECC scenario where you want to ship from closest location to customer but if product does not exist at that location then look at material master setting.  Yes, this scenario could cause an order to get shipped from 2 plants based on which products are ordered.

  • Sales order item not deleted

    Hi,
    I am trying to delete the item from sales order, but following message display- for the reason of cost management it is not possible to delete the item.
    Regards
    Deven

    HI,
    Check the requirement type in ur sales order.
    For requirement type check cost manage is possible or not
    KK

  • ATP check on Sales order items not due for delivery?

    All,
    In our Sales order, we have a number of dummy material lines. Now, when I use the normal sales order ATP check button, SAP does nothing. However, we have a custom program that does an ATP check, and it returns a zero qty.
    My question is, how do we know if a material is due for delivery, before an ATP check is done? The only suggestion I have is to look at the schedule line, and see if there is a material movement behind it.
    Any other ideas?

    Mark
    This is a classic SD Professional's dilemma, though it manifests differently at different clients. Mostly customers crib about future requirements stopping current sales orders from being delivered or Scheduling agreements with future delivery dates 'stealing' stock from Sales orders.  Another manifestation is production orders usurping components from sales orders for spares and so on. ATP functionality in SAP is pulled in various directions by conflicting demands and it is difficult to satisfy everyone. Companies with chronic probelms often end up with negative ATP which is perhaps the most serious stage of the prognosis.
    Your solution lies in:
    1) Availability check control settings : Sales documents vs. deliveries  : For the delivery, don't include 'Sales Requirements'  and for the sales orders, do include 'Delivery Requirements and so on.
    2) Performing nightly rescheduling (V_V2) with Delivery priority and delivery date as key sort criteria. If the volumes are not high, you can try using manual confirmation via CO06.
    Take a look at this OSS note and the ones mentioned within:
    36520 - Availability check for delivery

  • UI API issue, clicking base document on sales order does not set ActiveForm

    I have a sales order window open with a sales order loaded.  When I right click and click on base document, the sales quotation window shows up properly, however in code when I get the ActiveForm, it is the sales order form and not the sales quotation form!
    Private Sub SBO_Application_FormDataEvent(ByRef BusinessObjectInfo As SAPbouiCOM.BusinessObjectInfo, ByRef BubbleEvent As Boolean) Handles SBO_Application.FormDataEvent
        If BusinessObjectInfo.Type = bo_type.SALES_QUOTATION And BusinessObjectInfo.BeforeAction = False And    BusinessObjectInfo.EventType = BoEventTypes.et_FORM_DATA_LOAD
            SBO_Application.MessageBox(SBO_Application.Forms.ActiveForm.Type) 'shows 139 instead of 149?
        End If
    End Sub
    If quotation data is loaded using the next/prev/first/last buttons on the menu bar, the activeform .Type is 149.
    If quotation data is laoded using the Base Document shortcut on the sales order, the activeform.Type is 139.
    Is that suppose to be correct?  If so, how do I get the new sales quotation form that is created by using the base document shortcut?
    Edited by: Dung Nguyen on Aug 24, 2011 2:12 AM

    János Nagy wrote:
    Hi Dung,
    >
    > Formdataevent is handling trhe data events, not GUI events. In form data load means that the form is data is loaded, not that the form is activated.
    >
    > You must handle menuevent, and in menuevent before_action = false case the active form will be the sales quotation (or child/parent in the document flow).
    >
    > You may use an SDN tool to determine the events. You can download it from:
    > http://www.sdn.sap.com/irj/scn/businessone-tools
    >
    >
    > Regards
    >
    > János
    The problem with form activated is that it is triggered everytime the window is "activated'.  Meaning that if a user clicks out of the form and clicks back in, the form activated event is triggered.
    I need to perform an operation only on the first time the form and data is loaded and/or activated.

  • IPOD not playing songs in order when not set on shuffle

    During play of music.  My IPOD will make a noise and then change songs.  There is no other problem with the unit.  Does anyone have a suggestions as to what the problem could be?

    I have used these two programs to get the data out of the ipod, Xplay and Floola. The former is commercial, the latter is free but xplay has a few more options.
    http://www.floola.com/modules/wiwimod/index.php?page=WiwiHome
    http://www.mediafour.com/products/xplay/
    I understand Winamp (it has a free version) does sort of the same but I have never had the chance to use it.
    http://www.winamp.com/

  • Bill Plan with Sales Order item rejected

    Milestone Billing Plan created.
    IMG Config Sales Order Item Reason for Rejection = BIC checked (Not Relevant for Billing)
    Add material on the (Billing Plan) Sales Order Item.
    Set the Item Reason For rejection (same reason as set in IMG config for BIC above)
    Create some Billing Plan dates (at the sales order header).
    [F3] back. You get an info message "Value-based differences in the billing plan cannot be allocated"
    Save the Order.. All is fine.
    If I do not set a reason for rejection on the item all is fine.
    Can anyone explain this ?

    Hi Friends
    I have resolved the problem myself. I have used sap note : 97272 and downloaded the utility/ correction program ZZUNREJE and ran it for rejected sales line item.
    The reason for rejection was successfully reversed without touching any of the associated POs.
    Regards

  • Set  item categaries of sales order  is  not  relevant for picking

    dear friends:
       when i created the outbound delivery and must maintain the picking quantity of materails.i change the configration of system so that not nessesary maintain the picking quantity. set  item categaries of sales order  is  not  relevant for picking via t_code:vlop,what it effect .help me analyze it .
    best regards.

    Hello,
    In TA :OVLP   set/reset the indicator according to your requirement.
    In the case of outbound deliveries, only the delivery items that are relevant for picking are transferred to the Warehouse Management (WM) component. Certain items such as text items or service items (consulting activities) are not relevant for picking.(in those cases uncheck the box)
    In the case of inbound deliveries, this indicator controls whether the item is relevant for putaway.
    This indicator must be set in order for the item to be included in a Warehouse Management transfer order and then put away.
    Regards,
    Nisha
    @award pts if helpful.

  • EK01 and EK02 not copied to sales order item

    Dear colleagues,
    Is it possible to have EK01/EK02 transferred to the sales order item for assembly type = "0 no assembly order processing"
    (specified in requirement class definition)? I would like to have planned production costs in EK02/EK01.
    I don't specify costing method, variant and sheet in requirement class definition (transaction ovzg)
    The steps are following:
    1. create sales order
    2. set manually proper item category (which refers to assembly type = "0 no assembly order processing")
    3. MD04 - convert generated planned order (lower-level for HALB) into production order
    4. MD04 - release HALB production order
    5. MD04 - convert generated planned order (higher-level for FERT) into production order
    6. MD04 - release FERT production order
    7. ????? we could expect EK02/EK01 in sales order item coming from production orders ?????
    I have found SAP note 857299 nevertheless it is not stated precisely there.
    Please let me know your observations in this area.
    Regards,
    Wojtek

    Hi..
    Hi
    Small change in the program will copy the PO number from Contract to sales order.In case need take help of ABAPer
    Data which is not copied
    LOCAL: VBKD-FKDAT.
    LOCAL: VBKD-FPLNR.
    LOCAL: VBKD-WKWAE.
    LOCAL: VBKD-WKKUR.
    LOCAL: VBKD-DELCO.
    LOCAL: VBKD-BSTKD.
    LOCAL: VBKD-ABSSC.
    LOCAL: VBKD-BSTDK.
    In your data declaration, you have
    LOCAL: VBKD-BSTDK
    Regds
    MM

  • Sales Order and Sales Item not copy over to table AFPO-KDAUF and AFPO-KDPOS

    Hi Expert,
    May I know why I run MRP and convert planned order to production order based on Sales Order, why the sales order and sales item is not copied and save in table AFPO-KDAUF and AFPO-KDPOS?
    I can see the sales order and sales item is appearing in MD04, but how is the linkage between production order and sales order/item?
    Thanks.

    Sales order No. and sales line item will only be transfer to production order in MTO ( Make to Order) scenario.
    If your scenario is MTO and the sales order reference is not getting  transfer, then check your requirement type and  requirement class setting in T.Code OVZH and OVZG.
    In standard SAP 'KE' requirement type  40 requirement class is used  for MTO scenario.

Maybe you are looking for

  • How can I correct time zone information

    Yesterday  Europe/Moscow zone was changet from  GMT+4 to GMT+3 I've managed to adjust ical4j.jar library replacing Moscow.ics by this very simple zone file BEGIN:VCALENDAR PRODID:-//Oracle//Calendar Server//EN VERSION:2.0 BEGIN:VTIMEZONE TZID:Europe/

  • Chronic Download and Software Update Problems

    For over a month now, my success rate at downloading Podcasts or using the "Software Update" has been around 5%. Software update attempts often end with the error message: +*"Connection reset by peer. The installer package has been moved to the Trash

  • Why does Mac Mini Server refuse to accept my Airport WPA password?

    I've several Macs all able to access my ADSL net connection with no problems. However I am trying to configure a Mac Mini Server to do so but it keeps asking for the WPA password which I've correctly entered. Any clues for a solution please? Thanks P

  • Why do pdfs print faded?

    I can print Word Documents that come out "normal" in terms of their clarity of ink, but when I print pdfs/Excel sheets, they print "faded"? What printer setting would make the ink darker for these documents? (I've tried several different printer opti

  • Saving tags back to file.

    I'm using v1.0 Trial here. Is there any way to save tags edited in Lightroom back to the actual file? because it seems that the tags only get stored in the DB only, which is quite inconvenient. Thanks.