In which Table we will see the Blocked sales order stock

I tried in MARD Storage Location Data for Material here i can able to see the unrestriced stock but i am not able to see the
blocked sales order stock.
Field : SPEME Blocked here blocked stock is not updating  though we can see in MMBE
Can any one help me to find out the sales order stock
Note: sales order stock is different this i am getting in MSKA: Sales order stock
Edited by: balashowry raju on Sep 3, 2010 10:12 AM

Hi,
Are you talking about qty reserved by system for sales order wich are blocked for some reason like credit check? In this case, system does not block any qty for blocked order.
If you are looking for confirmed qty for sales order then you can see in CO09 transaction, confirmed qty against sales order.
Regards,
Mukul

Similar Messages

  • In which table we can see consuption of sales order stock material ?

    Hi All,
    Can anyone tell guide me as to where (table/Transaction code) to see the consumption value of sales order stock material  ?
    I know one table MVER but this shows only total consumption, it doesn't show the sales order stock which is consumed.
    Regards,
    Sushanta

    Hi,
    You can see the consumption of sales order stock trough: MB51  & Movement type :601
    Balabce Sales order stock : MBBS
    SAM

  • Report to see the Blocked Sales orders

    Hi friends,
       Is there any standard report to view the Blocked Sales orders in SAP.
    Please help me out.
    Thanks in Advance,
    Regards,
    Anvita.

    Hi Anvitha,
    You can try one of the following transactions:
    VE31     Blocked SD Documents
    VKM1     Blocked SD Documents
    V.14     Sales Orders Blocked for Delivery
    V23     Sales Documents Blocked for Billing
    VA14L     Sales Documents Blocked for Delivery
    Cheers,
    Bhanu

  • Which table i will  get the  status of the User decision Result status

    Hi Experts
    Which table i will  get the  status of the User decision Result status
    (eg : Inspection completion forced )
    This i can see in QA33

    Hi jag
    Ok fine actually it is not storing in any table...these r all text symols...if u see this program MQEVAF22...U EILL GET SOME IDEA
    CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_PAKO
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_PAKO.
      ELSE.
        CLEAR L_STAT_PAKO.
      ENDIF.
    Prüfen, ob Los bestandsrelevant ist
      MOVE RQEVA-STAT_BERF TO L_STAT_BERF.
    Prüfen, ob Los auf SKIP sitzt
      CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_SKIP
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_SKIP.
      ELSE.
        CLEAR L_STAT_SKIP.
      ENDIF.
      IF QALS-STAT35 >< C_KREUZ.
    VE noch nicht getroffen !
        IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
               AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF G_ANZ_RUECK_MK > 0.
    Es wurden Merkmale rückgewiesen  !                  PRIORITÄT 2
          MOVE TEXT-I01 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I01'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 .
          IF QALS-OFFENNLZMK > CI_0.
    Es sind nicht alle Merkmale abgeschlossen !         PRIORITÄT 3
            MOVE TEXT-I02 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I02'.
          ELSEIF QALS-OFFEN_LZMK > CI_0.
            MOVE TEXT-I05 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I05'.
          ENDIF.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP    = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ELSE.
    VE getroffen bzw. eingetragen
       IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
              AND ( QALS-OFFENNLZMK > CI_0  OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF L_STAT_PAKO EQ SPACE
           AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ).
    Es sind noch Langzeitmerkmale zu bearbeiten !       PRIORITÄT 2
          MOVE TEXT-I05 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I05'.
        ELSEIF L_STAT_BERF = C_KREUZ AND QALS-STAT34 EQ SPACE.
    Los ist bestandsmäßig noch nicht entlastet !        PRIORITÄT 3
          MOVE TEXT-I06 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I06'.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ENDIF.

  • In which table i can see the status chnages

    hi,
    in which table i can see the status changes

    hi,
       it is not found there.
       i am talking about staus change through status profile which is assigned in VOV8 to the document type.
      any changes in ths status profile in sales order in which table i can find the same
    shahrukh

  • Which Table i will Get the Name of Receipt Recipient in FBCJ

    Hi Experts
    Which Table i will Get the Name of Receipt Recipient in FBCJ
    Transaction Code : FBCJ
    Technical name : Name of Receipt Recipient
    Field Name : BP_NAME
    But it is not stored in TCJ_POSITIONS table
    Regards
    Jagadish

    Hi,
    Please check in TCJ_DOCUMENTS table, field name BP_NAME.
    Regards
    Radhika

  • How to Release the blocked Sales orders?

    Hi Gurus,
      Requirement: To Release the Blocked Salesorders
      problem: find out  any Tables  and procedure  to release blocked SO(allow to creating delivery for SO).
    how to Customer CreditLimit  and  Tables  of Theses...............
    Thanks in Advance..
    sivakumar.kasa

    Hi..
    AS per i knew......
    how to know cutomer CreditLimit?
    FD32,FD33...tcodes
    how to release blocked Sales order?
    VKM3
    Wait for some other views

  • Block sales order stock

    Hi,
    I have an Issue.......
    We want sales order stock to be blocked immediately after creating a sales order..... and it should result in such a way that, in MMBE the ordered stock should be reduced from "unrestricted stock" and should be moved to "open sales order stock"... this all should be done immediately after saving sales order.......
    Do we have any settings in Availability check...
    For better understanding XYZ has placed a order 11245 (order No) with quantity 50 pcs.
    lets say we have a unrestricted stock of 250 pcs...
    Here what should happen is this "unrestricted use stock" of 250 should be reduced by 50 and moved on to "order stock".
    Once the stock is moved from Unrestricted to order stock then the stock will be 200 and 50 respectively....
    This all should happen immediately after saving a sales order...
    Please dont suggest MB1B with movement type 413 as I already know, this becomes a manual process....
    Please help... highly rewarded......
    Regards
    Bageerath

    Dear Bageerath
    Assuming that your issue is not yet solved, you can try with this suggestion.
    Go to material master, select MRP3 view and see what Strategy group is maintained there.  Now go to OPPS, select the strategy what you noticed in material master and against that maintain Requirement Class 40.  Assuming that your scenario is Make To stock, from SD point of view, your requirement would be fulfilled that is as and when sale order is created, stock will be allocated to that order and you can see in MMBE.
    But for Make To Stock, we should not use this Requirement Class.  So, please check with PP people, test this scenario and post the outcome.
    thanks
    G. Lakshmipathi

  • ON WHICH TABLE WE WILL GET THE DATA

    HI
    I WANT TO KNOW ON WHICH TABLE WE GET THE  INFORMATON OF LOANS AND ADVANCES
    AND WHAT INFORMATION I HAVE TO GIVE A ABAPER SO THAT HE WILL PREPARE A REPORT ON SUNDRY ADVANCES  AND DEPOSITS
    ITS URGENT
    THANHS IN ADVANCE

    Hi Santosh,
    I am not sure whether you want the tables for HR loans and Advances to Staff or Loans in the Treasury Module. However, i have included all the tables for both modules.
    DIV01 - Loans: External usage types of a rental unit
    PA0045 - HR Master Record: Infotype 0045 (Company Loans)
    T506D - Conditions for Employee Loans
    T506R - National Reports and Screens for HR Loans
    T506S - HR Loans: Value Date for Each Payroll Area
    T5G70 - Official Rates for Beneficial Loans
    T5M_LO_INTERFACE - Loans: Relationship: WT & Pseudo-Split and Generated WT
    T7INJ1 - HR-IN: Section 24 details for Housing Loans
    T7INJ3 - HR-IN: Loans Dusbursement Schedule
    T7INJ5 - HR-IN: Loans Dusbursement Schedule
    TDA12 - Loans master data field control
    TDLOANFUNC - Flow Types per Application Subfunction for Loans
    TDMAHNS_MAN - Loans: Manual Dunning Level
    TDMAHNS_MANT - Loans: Text for Manual Dunning Level
    TDPZB - IS-IS Loans installation parameters for company codes
    TDPZZ - IS-IS Loans: Installation parameters on client level
    TDUSEREXIT14T - Pushbutton Text for Loans Master Data Tabstrip(User Exit 14)
    TVZ05 - Inc. Pmnts: Editing per Activity Type (Loans, Real Estate)
    VDARL - Loans
    VDARL_EU - Loans: Currency Data Before EURO Conversion
    VDDAB - Data Transfer - Loans - Flows - Actual Records
    VDDAST - TR-EDT: Transfer Loans
    VDDUNNPARAMETER - Parameters of Dunning Run for Treasury Loans
    VDHINT - Loans interested parties
    VDKOKO_EU - Condition Header Data Before EURO Conversion (Loans)
    VDKOPO_EU - Condition Item Data Before EURO Conversion (Loans)
    VDORDER_EU - Order Data for Borrower's Note Loans Before EURO Conversion
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

  • In which table we will update the cost that  is calculated thru ck40n

    hi
    does anyone know where we will update the price or cost calculated when we perform the costing in ck40n....for standard cost

    it will updates Material masters ?
    Regards
    Peram

  • Table names for blocked sales order item in GTS system

    Hi all.
    I want to get the blocked sales order line item, reason for blocking, product number & product description from GTS system, based on the sales order number from ECC system.
    I am thinking to create and RFC FM in GTS system and call that in ECC.
    Could you please tell me the table name in GTS system where I can see above mentioned data?
    Regards,
    Prajwala K.

    Hi Manish,
    Thanks for the valuable reply
    I have checked the table which you have mentioned in your earlier replay, am not able to see product number, reason for blocking  etc.
    My requirement is to create a trade report in ECC. I will be fetching data like sales order, ship to party, sold to party from system ECC using VBAK, VBAP & related tables.
    Now I have to get that blocked sales order line item, reason for blocking, product number & product description from GTS system.  My idea is to pass the sales order number from ECC to GTS using RFC and get the data.
    Issue is am not sure about the tables, I want know which tables contains the data from blocked sales order in GTS system and how to connect those tables.
    Regards,
    Prajwala

  • Report : release blocked sales order

    hi ,
    Can nyone tell me.  how to see report  regarding ....who's( which user) released the blocked sales order?

    hello, friend.
    when you create a list using VKM4, you can click on a specific sales document number.  you will be brought to the document.  then you can click on Menu > Environment > Changes and see the person who released the order.
    you can also see the release date by doing SE16 and selecting table VBAK.  i'm not sure but i think its possible to see the person who released by going to another table.  maybe somebody else can clarify.
    thanks and regards.

  • Work- flow blocked sales order

    Good evening to u all.
    I wanna know whether there is any standard work flow in SD for the blocked sales orders (For any sort of reason) ? So that the authorised users will receive an email once the sales order is blocked due to certain reasons.
    <removed by moderator>
    regards,
    satish
    Edited by: Mike Pokraka on Aug 4, 2008 10:45 AM

    Hi,
    I dont think that there would be any Standard workflow
    available that matches your requirement but surely you can
    create one workflow according to your requirement
    check the object 'SalesOrder' otherwise you could take a copy
    of that and create a method which fetches all the blocked
    sales order from the table and triggers a mail according to your
    requirement.
    Kind Regards
    Hari Sankar M

  • Standard report for BLOCKED SALES ORDERS

    Hey friends,
              Do any one of you know whether there is any standard report that shows the Blocked sales orders..??
    thanks in advance,
    Regards,
    Anvita.

    anvitha,
    You have the following transaction available in SAP for showing the sales documents blocked due to different reasons.
    V.14  Sales Orders Blocked for Delivery  
    V23   Sales Documents Blocked for Billing
    VA14L Sales Documents Blocked for Delivery
    VE31  Blocked SD Documents (Export related)               
    VKM1  Blocked SD Documents (Credit Blocked)               
    Check which one will satisfy your requirement.
    Thanks
    Giridhar

  • Credit blocked sales order and shipping due list

    Hello all,
    We would like to see credit blocked sales order in the shipping due list (VL10C)
    First we have modified a user exit to have schedule lines quantity confirmed even when the sales order is credit blocked. It works fine but still the schedule lines do not appear in the shipping due list.
    Do you know some way to make this lines appear in the shipping due list ?
    Thank you in advance.

    hello, friend.
    i believe that you can configure the system in such a way that even if a sales order is blocked for credit, the requirements will still be passed on to PP/MM.  however, as long as the delivery block (for credit reasons) remain in the sales order, this order will not appear in delivery due list. 
    i have to ask you:  if you want the blocked order to appear in delivery due list, why block the order at all?  an alternative to listing orders still not delivered would be to use t-code VA05 or VA05N and specify 'open' orders.
    hope this helped.
    regards.

Maybe you are looking for

  • SELECT Question

    I have a table where I have 4 columns, and lets for example 3 of them have NULL values. How do I query the table where only ALL 3 columns are NULL, and not when only 1 are null. It seems simple

  • OEM GRID AGENT

    hi, I have already installed OEM 10g Grid Control OMS on my linux sever which also has EBS R12.1. I want to manage our EBS 11i which resides on another server I downloaded the Linux_Grid_Control_agent_download_10_2_0_2_0.zip file from OTN, and put it

  • Labels in script

    Hi experts,   I am facing  a problem in script Where labels in at line itmes not printed but the data correpondinmg to the line item gets printed . i have checked the print program and sub routine program  every thing seems to be fine . while debuggi

  • How to copy the bookmarks which are created in SAP BW 7.3 to New SAP BW on Hana System?

    Hi, We have requirement of moving the Bookmarks from SAP BW 7.3 system to New  SAP BW on Hana System. Please let me know if it is possible?  If possible  how to do it.? Thanks, tms

  • Need help with duplicating Movieclips!!!

    Hi! I have a movie where I want to call in a movieclip from the library (circleMC) and duplicate it 20 times horizontally and 15 times vertically and offsetting the new duplicates by 20 pixels in both directions to fill the stage. Also it would be ne