Stock levels onesaas api

hello Guys,
we have been working with onesaas using their api to integrate our BC site to our distributor.  stock levels are maintained at the distributor level.
using the onesaas api we are unable to pull the stock levels back into our business catalyst for products that are grouped.  so to explain further, if we set up a product with 1 variation we can pull the stock levels.  but if we have size attributes (small, med large ect..) the stock quantity will not work.
has anyone else experienced this?
does anyone know how to get around this?
any help would be much appreciated.
thanks.

Thanks for the help with this.
We have fixed the issue.
We were creating individual products for each size variation and then grouping them.  The stock levels were not updating.
So we have changed to 1 product with multiple attributes and assign a unique code to each product variation. 
Its all working now.
Thanks.

Similar Messages

  • Access Right for Minimum stock level

    Hi all,
    I would like to know if there is a way to set access right to enalbe or disable user from modify the minimum stock level in the item master data.
    Thank you.
    Regards

    I would like to know if there is a way to set access right to enalbe or disable user from modify the minimum stock level in the item master data.
    as I have said, you can use SP_TN to disable some certain users to modify the minimum inventory level value. here is an example:
    IF @transaction_type IN ('A', 'U') AND
    @Object_type = '4'
    begin
    if exists (SELECT distinct t0.docentry FROM oitm T0 INNER JOIN oUSR T1 ON T1.internal_k
    = t0.usersign
    WHERE isnull(t0.minlevel,'') <> '0' and t1.user_code = 'manager')
    begin
    select @Error = 10, @error_message = 'Min level can not be updated by user manager'
    end
    end
    but I also said that you can use SDK code i.e. SAP B1 addon to disable the users to modify the minimum inventory level field. It is more complicated because you need to use programming language e.g. VB.Net to do that. The programming language will use the B1 DI API as project reference.
    You must have SDK development license to develop such addon.
    JimM

  • Inventory Report for current stock and Safety, Minimum etc stock levels

    Hi,
    Is there any report available to view the current stock against the minimum, safety stock levels so that the user can plan further actions accordingly.  Can anyone please guide me on this.
    Thanks in Advance.
    Regards,
    Laxmi

    Hi Shailesh,
    Is there any way we can include some extra fields into this MC.9 report - i tried but could not find anything.  Can you please help.
    Regards,
    Laxmi

  • Report  from system on different stock levels-min, max stock levels

    hI gURUS,
    Is there any Standard Report  from  SAP system to see on different stock levels-minIMUM stock, maximum stock levels

    Hi,
    MMBE will not give stock level min and max  that is maintained in material master MRP view. I think you need to make a z report for th same or may be through query.
    Regards
    Sangeta

  • Restrict PO  based on the maximum stock level qty in MMR

    Hi
    We have maintained Maximum Stock level in MRP1 in Material Master. Is there any facility which can restrict the Purchaser, not to raise any PO more than maximum stock level qty which is maintained in Material Master ??? how to do ?
    Is there any user exit or warning mesge settings?
    Edited by: Jayakumar Raju A.S on Jan 13, 2010 8:55 AM

    If you want do such check then you have to do that in a userexit.
    I am personally the opinion that a purchaser does not extend the PO quantity just for fun. Maybe he gets a better price if he procures a little more. It is probably a lack of training and knowledge about each others work, that a buyer does not understand what the maximum stock level is , and the planner may not understand the particular issues a buyer deals with daily.
    Bring those two together an let they explain each other the reason for the maximum stock level and the reason why the  order quantities are changed.  Maybe they will finally change the maximum stock level, maybe the buyer will not change the quantities anmore without discussing it first with the planner......

  • Customer consignment stock- REPORTING stock level & goods depatched

    Hi all
    I'm looking for a report (or reports) which shows the following (bare in mind that this will all be customer consignment stock):
    - the delivery numbers
    - the previous month's stock level
    - the quantity of goods despatched the following month with a rolling calculation
    - monthly invoice values
    - remaining stock levels (after current months goods have been issued and invoiced)
    I'm aware that MMBE/ MB58 shows the current stock levels, however I'm hoping there is a report in SE16 which shows it as a report structure.
    I understand that this is a lot of info requested by myself however any information would be appreciated.
    Thanks
    / Vicky

    Dear tortyv,
    As per my understanding of the requirement,
    You please check the "VL06" report if it satisfies your requirement you enter the execution parameters and execute.
    System will give the list of out bound deliveries. Select one of those and click the details icon (ctrlshiftf3) according to the item view or headder view.
    If it does't suit you have to go for z report.
    I f you want that please provide the input fields in order to fetch the required data for the report.
    Thanks&Regards
    Raghu.k

  • Maximum Lot Size & Maximum Stock Level

    Hi All,
    In MRP 1 view we have Max Lot Size & Max Stock level, how the system give me requirement if i'm maintaining these fields.
    Regards
    Ashok

    Hi Ashok,
    If you mainatain Max lot size system will check for this qty & it will not allow to generate PR or planned order more than this qty in MRP run & Max stock level is the stock for replinshment where lot size if replinishing.
    Regards
    Rang

  • Goods Issue to increase the stock levels in a plant

    Folks,
    I am not a MM guy and I am trying to increase the stock levels in a plant using a Goods issue.
    1.     Can I do the Goods Issues without reference to a Purchase Order? If so, how can I do this
    2.     What are the relevant movement types when GI is made w/o reference to a Purchase Order?
    3.     Can GI be made with reference to any other entity/object other than PO?
    Thanks

    1. Can I do the Goods Issues without reference to a Purchase Order? If so, how can I do this
    No u can't ..u have to do Goods receipt for a PO
    Raise a PO for the same material and do GR
    2. What are the relevant movement types when GI is made w/o reference to a Purchase Order?
    u cant do GI for PO
    3. Can GI be made with reference to any other entity/object other than PO?
    GI aganist cost centre, production order, reservations ....
    the easier way to bring in stock of a material is to do intial entry thru MB1C with mvt type 561.

  • Use of max stock level w/o lot size HB

    hello champs..
    need  a help on below functionality
    Can I have the functionlity of max stock level without using "lot size - HB" in material master.
    my requirement..tht system should not create any procurement proposal if stock reachs at max level..
    but with this i am using min lot size also..and this functionality got vanish if I use "lot size=HB" ..system dont see min or max lot size..it just create the proc proposal for the qty upto max stock level..
    my requirement
    for a material max stock level -100
    min lot size - 50  , max lot size 80
    and if my stock is 30 ,and my reuirement is for 80..system should not cross the max stock level and should create the prc proposal for 70 only..
    pl share your thoughts on this..I'll appriciate wih necessary reward points..
    Br
    Sumit

    Hi
    thanks for reply..but i am not sure whther w/o using HB max stock level will be considered or not..
    i yet have to test the same but as per SAP , if you want t maintain themax stock level in the plant , lot size should be EX
    is this undertsnding is okie..
    thx in advance
    BR
    Sumit

  • Max stock level and reorder point for all the materials

    Dear experts,
    Is there any standard mm report that will give the details of max stock level and reorder point details for all the materials?
    Thanks in advance,
    Regards,
    Krish

    Your requirement can be pulled from table MARC. I dont think there is a standard report to meet your requirement. You can meet your requirement through SAP Query though.

  • MB51 - column for including stock level

    Hi,
    does anyone know if there is a standard report in R/3 which can display MB51 information and also include the stock level after each docuent/movement.
    I guess this can be quickly done using ABAP, but I just wanted to check first if any standard reports exists for this.
    Thanks in advance:-)
    Br,
    Lars H

    as I said, this is not an easy task, and your performance will become worse.
    MB51 is already a transaction with a poor performance if you have some million records in MKPF and MSEG.
    for your goal you would need to calculate the stock level yourself for each movement.
    If you want see how such is done, then debug MB5B transaction.
    you only ) need to enhance this then to calculate only the unrestricted use stock.
    this means you start at a month end quantity and then you need to read each movement and add or subtract or ignore the quantity to finally know what the stock at a certain day was.
    Further you would need to read several MARD or MARDH records  (starting points for calculation)  to get the total unrestricted use stock.
    good luck.

  • Minimum stock level

    Hi all,
            My scenario comes like this ...i have two service center"A" and "B"where i ll maintain some minimum stock level of spare parts.
           each service center will get service arder individually for spare parts.service center's issue spare parts against order from minimum stock level.  so i maintained make to stock scenario where order is full filled with minimum stock level.so planning has to cover minimum stock level.so i mapped in safety stock.
          But the safety stock level varies with some period.so i need an upload program of safety stock in period oriented manner.
          then fullfillment of service order also based on priority wise  .becas spar parts for that sevice center are obtained from some other plant ...which should maintain a plan which determaine priority to give spare parts to "A" and "B" in percentage of priority
    so i require  1.how to go for upload of safety stock with periodically?
                      2.How the priority can be given for allocation to verious service center.?\
    Regards
    suresh

    Hi,
    For upload the safety stock you can use BDC or LSMW.
    for periodic upload try through background program with the help of ABAPer.
    Regards,
    Nilesh

  • Update Current Stock levels

    Hi i am currenlty having a problem with some pl/sql and wondere if somebody could help me. Im trying to write a trigger so that when a client chooses their product it deducts the amount the client has chosen from the products stock list. Here is what i have so far:
    CREATE OR REPLACE TRIGGER "STOCK"
    AFTER
    insert or update on "ORDERLINE"
    begin
    update products p set product_stock =
    (select sum(p.product_stock - ol.quantity) from products p, orderline ol
    where p.product_id = ol.product_id);
    end;
    currently this seems to be adding high numbers to the stock level for all products and setting them the same i need to have it do the calculation on seperate products
    Thanx in advanced Chris

    user11967314 wrote:
    Ok the trigger works wondefullyNo it does not. It only works "wonderfully" in a single session mode. In multi-session mode it is a recipie for a deadlock. Assume user1 orders product1 and then product2 while user2 orders product2 and then product1. Both users order first item at the same time. So trigger in user1 session updates and therefore locks product1 row in table products while user2 session updates and therefore locks product2 row in table products. Now user1 orders product2 and since user2 has product2 row in table products locked, user1 session waits for that lock to be relased. Meawhile user2 orders product1 and since user1 has product1 row in table products locked he waits for that lock to be relased. Voila, we have a deadlock.
    SY.

  • No Purchase Order OR MIGO beyond Maximum Stock Level

    Hi Experts,
    We want one facility in SAP where no body will be able to make PO or Post Migo if plant stock of any material is beyond maximum stock level. I suppose there is no standard feature in SAP which can restrict user to make PO or Post MIGO. Is there any user exit or badi, which can help us in achiving this. or any other solution.
    Full points to helping answers.
    Regards
    GR.

    Dear Rajeev,
    Since you have maintained MRP view for the material , this indicate MRP process is active in your company.You plan requirement generation of this item through MRP  ( Automatic procurement) so that unless your stock level doesnt fall below safety stock, New Requirement will not be generated, so schedule lines for supplier will not be generated.If there are no schedule lines / delivery schedule Store person cannot make Good Receipt.This will solve your problem.
    If found useful please reward point.
    Vivek Maitra

  • High-level GUI api

    hi all,
    I am developing a game in which i was supposed have the Canvas class in which after the game waas over the Usr was supposed to enter the name and some details about him.
    I tried by using the same Canvas class for that,it has given the OutofMemory Exception
    I rethought about the implementation and i am in total confusion what to do for the next step.
    I tried to avoid the outof memory Exception,like by increasing the heap size even then the problem continues...
    Like a oasis i found an document about the custom item,the concept is good like in that they have given that with the help of high-level GUI api we can have the application control(we can use Canvas in from)
    is that is possible to implement,if so, can anybody show me the way for that
    thanks for reading such a big query,Thanks in advance
    lakhsman

    hi ,
    the document name is "Games on the Java Platform for Mobile Information" it was an pdf file in that they have given about the High-level GUI API.
    i got that file from the www.sun.com/software site
    thanks in advance
    lakshman

Maybe you are looking for

  • Comparing data in different resultsets

    Hi everybody! I am working on an web application involving some EAI, as a requirement i need to compare data from two different sources (databases to be precise) and fill a XML based on certain rules. I wish to know if there is a way to compare two R

  • SOST and SOSC items link to crmd_orderadm_h/ crmd_orderadm_h

    Hi I need to check if my items (Shopping Cart, PO, PR) are already queued for sending in SOST. I need to know where to find the Object ID of the item to match with the Object No. in SOST or SOSC. I can use GUID as well. Does anyone know?

  • Create a report in a popup (validation needed in back bean before popup)

    Hi all, I am very new to JDev and ADF, I am struggling to generate a report in a popup through the back bean, some validation is needed in the back bean before the popup. When creating the popup window, the url of the popup will be the URL of a servl

  • Kindle for Mac and Rapport

    Found that Lion OS not supported by Rapport, security software, yet!! Old Kindle app doesnt work in Lion, nor the Kindle for Mac downloaded from Amazon. Delete the Kindle App from your Mac then download it from the App store, then it works!! All thes

  • Phone cut off

    here a good on i just got the triple play on 8/21/14 and on 9/5/14 the cut off my phone service said someone at fios doubled my order. So i called at 12:30am this morning to see how to fix this problem and they told me in billing they had to add the