Transfer posting warining message

Hi All
In Make to Order scenario, i am doing posting for converting production order stock (Unrestricted stock) to Sales order stock by using MB1B transaction with movement type 412 E system is througing a warning message as
"Sales order (SOBKZ = ) is not provided for this goods movement"
kindly suggest me a solution to move further
Thanks
Madhu

Hi Ravi
What u said is already done, any ways thanks for your suggestion and i would like give a detailing of wat exactly is the problem.
We are doing Make to Order Scenarion naturally the cycle start with SO and ends with Delivery, All the Sales orders(what ever might be the no of sales orders) get clubbed and we get one Planned Order and One Production Order ( as per our requriement) the Confimation, GR and then the Transpfer Posting so as make the Unristricted stock to Sales order (MB1B 412 E)
Here is the exact prob is while doing Transfer posting system is throwing the warning message as "Sales order (SOBKZ = ) is not provided for this goods movement" as it is warning message we are proceeding. once it is completed the stock is as sales order stock but in it is picking automatically.
our requirement type is KSV and strategy is 40
kindly help me to get the delivery quantity automatically
Thanks
Madhu

Similar Messages

  • MB1B transfer posting Idoc/Message type for outbound and inbound

    Hello All
    Can anyone tell me the idoc/message type for movement type 313 outbound and 315 inbound to SAP. This is for MB1B Enter Transfer Positing.
    Thanks
    Ricky

    Its WMMBXY

  • Transfer Posting for Line Items between Reconciliation Account

    HI,
    My customer want to transfer costing the line items between a old Reconciliation Account and a New Reconciliaton Account.
    For example, i have a Account Group Vendor with a old Reconciliation Account " Vendor CEE".
    This reconciliation account has the line items concern differents Vendors.
    Edit a new Account Group calling ( CEE) to replace a Old Account Group.
    After changing in Vendor Master data the Reconciliation account, we need to transfer posting the line items in the new account reconciliation
    In Sap system is there a report can do it? Can you help me?
    Regards

    Hi,
    Thank you for the answer.
    I did that, and exactly:
    - In Trx Obbw insert the reconciliation account and Adjustement account.
    - and execute the trx FAGLF101 in test but the sap system give me the following error:
      " Account determination for transaction A00 is missing for account 0205016001 ZM P001 "
       Message no. FR005
    Can you help me?
    Regards
    Edited by: Marika De Cesare on Oct 18, 2011 1:06 PM

  • Transfer posting from one GL account to another

    Hi,
    For a GL account which is not open item managed, now have to check the "open item management".
    since it has the amount, so i can not do it.
    But i read the following help message.
    If you want to switch this function on retroactively for a certain account, you should create a new account with the correct setting and use this to make a transfer posting of existing items.
    so, after creating a new GL account with correct settings. How to Transfer the posting of the Existing items?
    Thanks in advance,
    Swetha

    Hi all,
    i posted a document in F-02 by debiting the new GL account and crediting the old account.
    now, the balance of the old account is Zero.
    but still can not save it by checking the " open item management" because it says as below.
    "Account balance = 0 but open items exist in the account
    The data contains error, you cannot save"
    so, by making zero also we can not change the that Chcek box.
    and another option you all suggested is transfer of the posting to new Gl account.
    since the old account is not open item managed, so i can not follow this option also.
    and one more, have to come across this kind of issue?
    then how did you solve it.
    Please share your finding.
    Regards,
    Swetha

  • Asset Transfer posting ABT1N

    hI,
    while working with transaction ABT1N Asset transfer posting from existing (comp code) asset to new (comp code) asset with
    Document, posting, asset value date -> this will be the same date 1.1.2011,
    system gives error message" You cannot post to asset in company code 'abcd' fiscal year 2011.
    After that
    I changed the Document, posting, asset value date -> this will be the same date 20.11.2011, system gives error message "
    Account 20900000 does not exist in company code 'abcd'.
    Please resolve the issue both the scenarios.
    Thanks,
    Sahara.

    please search.  the "account does not exist" error has been dealt with previously.

  • Transfer posting Quality to Quality within plant ..mov type 323...

    Hi All,
               I am not able to process Transfer posting Quality to Quality within plant with mov type 323 through MIGO transaction.
    Error : Change the inspection stock of material 936317 in QM only.(Change the inspection stock of material 936317 in QM only
    Message no. QA495
    Diagnosis
    You want to make a stock posting to/from the inspection stock. This is not allowed for material 936317 because the quality inspection control has been activated by QM.
    The following cases can occur:
    The inspection stock should be increased, although an inspection is not foreseen for the current goods movement
    The inspection stock should be released, although  you can only do this using the QM transactions.
    System response
    You cannot carry out the stock posting.
    Procedure
    Check both the QM inspection setup data and the movement type for material 936317 in the quality management view of the material master.
    Exception:
    If you post a return delivery to a vendor with reference to a purchase order, or cancel a goods receipt, the stock indicator from the order is proposed.
    Check and modify this proposal as required.
    The stock may have been transferred already and is therefore no longer in inspection stock.
    Kindly help me to resolve the issue.

    Hi,
    Please check the stock of  material 936317  in MMBE , One lot will be in Quality Inspection.
    Clear the lot to unrestricted lot
    try now you will be able to do  Transfer posting Quality to Quality within plant ..mov type 323
    G.Ganesh Kumar

  • BAPI_GOODSMVT_CREATE error - Duplicate Transfer Posting

    Hello,
    I'm using BAPI_GOODSMVT_CREATE for transfer posting with GM Code 04 and Movement Type 311.
    But the posted material document is incorrect. Instead of 2 lines only, the line items becomes 4.
    Could anyone please help me?
    Thanks in advance!

    Hi Gold Yap,
          I have done the Transfer posting by using BAPI_GOODSMVT_CREATE.
         Below i added my sample code. Please go through.
    Report XYZ.
    TABLES : mslb , mchb .
    DATA : BEGIN OF i_stock OCCURS 0 ,
           matnr LIKE mslb-matnr ,
           werks LIKE mslb-werks ,
           charg LIKE mslb-charg ,
           sobkz LIKE mslb-sobkz,
           lifnr LIKE mslb-lifnr ,
           lblab LIKE mslb-lblab ,
           END OF i_stock .
    DATA : BEGIN OF i_batch OCCURS 0 ,
           matnr LIKE mchb-matnr ,
           werks LIKE mchb-werks ,
           lgort LIKE mchb-lgort ,
           charg LIKE mchb-charg ,
           clabs LIKE mchb-clabs ,
           END OF i_batch .
    DATA: BEGIN OF it_mess OCCURS 10,
          charg LIKE mslb-charg ,
          lgort LIKE mchb-lgort,
          lifnr LIKE mslb-lifnr,
          err LIKE bapiret2-message,
          flag,
          END OF it_mess.
    DATA match.
    DATA :  header LIKE bapi2017_gm_head_01 . "OCCURS 0 WITH HEADER LINE .
    DATA :  code LIKE bapi2017_gm_code .  " OCCURS 0 WITH HEADER LINE .
    DATA :  item LIKE bapi2017_gm_item_create OCCURS 0 WITH HEADER LINE.
    DATA : i_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE .
    DATA : matdoc LIKE bapi2017_gm_head_ret .
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME .
    SELECT-OPTIONS : s_matnr FOR mslb-matnr .
    PARAMETERS : p_werks LIKE mslb-werks DEFAULT 'TPFB' .
    SELECTION-SCREEN END OF BLOCK b1 .
    AT SELECTION-SCREEN OUTPUT .
      LOOP AT SCREEN .
        IF screen-name = 'P_WERKS' .
          screen-input = '0' .
          MODIFY SCREEN .
          CLEAR screen .
        ENDIF.
      ENDLOOP .
    START-OF-SELECTION .
      CLEAR: i_stock[],i_stock.
      CLEAR: it_mess[],it_mess.
      CLEAR: i_batch[],i_batch.
      SELECT matnr werks charg sobkz lifnr  lblab
      FROM mslb INTO TABLE i_stock
      WHERE matnr IN s_matnr
        AND werks = p_werks.
      DELETE i_stock WHERE sobkz <> 'O'.
      DELETE i_stock WHERE lblab <= '0.000'.
      IF i_stock[] IS INITIAL .
        MESSAGE 'NO Data Available In MSLB Table' TYPE 'S' .
      ELSE.
        DELETE i_stock WHERE charg = 'COMMON' .
        IF i_stock[] IS INITIAL .
          MESSAGE 'Already Transfer Posting to Common Batch' TYPE 'S' .
        ENDIF.
      ENDIF .
      SELECT matnr werks lgort charg clabs
      FROM mchb
      INTO TABLE i_batch
      WHERE matnr IN s_matnr
        AND werks = p_werks .
      DELETE i_batch WHERE clabs <= '0.000'.
      IF i_batch[] IS INITIAL .
        MESSAGE 'NO Data Available In MCHB Table' TYPE 'S' .
      ELSE .
        DELETE i_batch WHERE charg = 'COMMON' .
        IF i_batch[] IS INITIAL .
          MESSAGE 'Already Transfer Posting to Common Batch' TYPE 'S' .
        ENDIF.
      ENDIF .
      CLEAR : header,code,matdoc  .
      header-pstng_date  = sy-datum.
      header-doc_date    = sy-datum.
      header-pr_uname    = sy-uname.
      header-header_txt  = 'Transfer Posting'.
      code-gm_code       = '04'.
      SORT i_batch BY matnr werks charg.
      LOOP AT i_batch.
        CLEAR: item[],item.
        item-material        = i_batch-matnr.
        item-plant           =  i_batch-werks.
        item-batch           = i_batch-charg.
        item-entry_qnt       =  i_batch-clabs .
        item-stge_loc        = i_batch-lgort .
        item-move_type       = '309'.
        item-move_batch = 'COMMON'.
        APPEND item .
        CLEAR item .
        match = 'X'.
        PERFORM bapi_run USING match.
      ENDLOOP.
      LOOP AT i_stock .
        CLEAR: item[],item.
        item-material        = i_stock-matnr.
        item-plant           =  i_stock-werks.
        item-batch           = i_stock-charg.
        item-vendor          =  i_stock-lifnr .
        item-entry_qnt       =  i_stock-lblab .
        item-move_type       = '309'.
        item-spec_stock      =  'O'.
        item-move_batch = 'COMMON'.
        APPEND item .
        CLEAR item .
        match = 'Y'.
        PERFORM bapi_run USING match.
      ENDLOOP.
      IF i_stock[] IS NOT INITIAL OR i_batch[] IS NOT INITIAL .
        IF it_mess[] IS INITIAL.
          MESSAGE 'Transfer Posted Successfully' TYPE 'S' .
        ELSE.
          SORT it_mess BY charg err.
          WRITE:/2 'Batch',11'Location',20'Vendor'.
          LOOP AT it_mess.
            AT NEW charg.
              SKIP.
            ENDAT.
            IF it_mess-flag = 'X'.
              WRITE: /2 it_mess-charg COLOR 6, it_mess-lgort COLOR 3
                     INTENSIFIED OFF,it_mess-lifnr COLOR 2 INTENSIFIED OFF.
            ENDIF.
            WRITE: /10 it_mess-err.
          ENDLOOP.
        ENDIF.
      ENDIF .
    *&      Form  bapi_run
          text
    -->  p1        text
    <--  p2        text
    FORM bapi_run USING match .
      CLEAR: i_return[],i_return.
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header = header
          goodsmvt_code   = code
        TABLES
          goodsmvt_item   = item
          return          = i_return.
      IF i_return[] IS INITIAL.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = 'X'.
      ELSEIF i_return[] IS NOT INITIAL.
        CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
        LOOP AT i_return WHERE type = 'E'.
          it_mess-charg = i_stock-charg.
          IF match = 'X'.
            it_mess-lgort = i_batch-lgort.
          ELSEIF match = 'Y'.
            it_mess-lifnr = i_stock-lifnr.
          ENDIF.
          it_mess-err   = i_return-message.
          IF sy-tabix = 1.
            it_mess-flag = 'X'.
          ENDIF.
          APPEND it_mess.
          CLEAR  it_mess.
        ENDLOOP.
      ENDIF.
    ENDFORM.                    " bapi_run
    Regards,
    S.C.K

  • Transfer Posting upon UD of HU linked to inbound delivery

    I have configured the system to [create inspection lots upon packing inbound deliveries|http://help.sap.com/erp2005_ehp_04/helpdata/En/2d/584bcba70f11d2b44e006094b9b9dd/frameset.htm] and this is working well.  However, when making a usage decision on the inspection lots, the Inspection Lot Stock screen shows my HU with status "The handling unit <x> is assigned to delivery <y >and cannot be processed" (message qhu-006).  The UD can be saved but no material movement is carried out.
    This error is thrown by function module QHUG_GET_HU_QUANTITY, in which the HU status is checked and if status is not "In Transit", "Posted for GI", or "Deleted", then the packing object is checked.  If the packing object is an inbound delivery, the noted error message is thrown.
    Do I need to perform a subsequent function on the inbound delivery or associated HU before I can complete the UD / transfer posting?

    Hi Jurgen,
    I was not saving time. I thought if he had already solved the issue, then I may not need to open a duplicate thread. My mistake. I will open a new thred.
    Regards,
    Sunanth V.Narayan

  • Transfer posting issue

    while doing transfer posting from QI stock to unrestricted stock, following error message is occuring.
    plz suggest the solution.
    Change the inspection stock of material xxxx in QM only
    Message no. QA495
    Diagnosis
    You want to make a stock posting to/from the inspection stock. This is not allowed for material xxxxx because the quality inspection control has been activated by QM.
    The following cases can occur:
    The inspection stock should be increased, although an inspection is not foreseen for the current goods movement
    The inspection stock should be released, although  you can only do this using the QM transactions.
    System Response
    You cannot carry out the stock posting.
    Procedure
    Check both the QM inspection setup data and the movement type for material xxxx in the quality management view of the material master.
    Exception:
    If you post a return delivery to a vendor with reference to a purchase order, or cancel a goods receipt, the stock indicator from the order is proposed.
    Check and modify this proposal as required.
    The stock may have been transferred already and is therefore no longer in inspection stock.

    Hi,
    Please reffer the below link:
    Change the inspection stock of material xxxx in QM only
    Thanks and Regards
    Binoj M D

  • Dynamic Availability Check for Goods Issue,Transfer Posting

    Dear All,
    Can anyone explain the Dynamic Availability Check??
    I mean the relevance on setting this indicator for a mov.type?
    In OMCM & OMCP I have defined a Checking Rule & also assigned the same to a Mov.type as well the transaction code?
    whether the Dynamic Availability Check concept is same in case of sales ie Say I have a Stock of 100 qtys for a material in a plant & in the availability Scope of Check I have ticked the include safety stock.
    In my material master I have a safety stock of 500 qtys.
    So when I do a transfer posting for this material with Qty as 200, System should allow me do proceed as in my availability check I have enabled the safety stock option.
    But this is not happening & I am getting an error message as deficit of stock 100 nos. Also what is use of setting the dynamic availability check indicator for my mov.type as A - Warning message , B - Error Message etc..
    Kindly suggest valuable inputs.
    Thanks & Regards,

    For e.g. there is Available Stock = 1000 qty and safety stock in material master = 500 qty then system will allow you to use 1000 qty only not 1500 qty
    This is only used for availability check purpose whether system it should be considered or not?
    And following indicators means;
    A  W mess. only issued in the case of non-availability
    B  E mess. only issued in the case of non-availability
    E  Message in any case: W mess. for non-avail., otherw. S mess.
    F  Message in any case: E mess. for non-avail., otherw. S mess.
    S  Availability check only with simulation
    The above indicators indicate whether the system is to check for existing material requirements.
    Award appropriately once the thread is answered.

  • Auto print of Goods Issue/Transfer Posting Documents by Movement type

    Hi,
    We have created two different output types to print the layout's of Goods Issue/Transfer Posting Documents.
    The requirement is to default the message in the document by movement type (key combination)
    Meaning if it is 201 it should populate GI output type
    If it is 313 it should populate TP output type.
    we do not have any standard key combination  (NACR) by movement type wise.
    Any alternative way of meeting this requirement?
    Thanks
    Regards
    Ram

    Hello Kevin,
    I donu2019t think it is necessary to use a user exit to keep the Material B (that is transferred from Material A) in the same bin.
    This can be controlled in the customizing: indicator Post to same bin, that can be set in the WM Movement type (V_T333-KZUAP) and in the Storage type (V_T3010-KZUAP).
    Now I donu2019t know your business process but I am surprised that Material B requires more space than Material A since it is u2018bornu2019 by means of a transfer posting and not a production or packing step that makes it bigger in terms of capacity required.
    A workaround for this could be to transfer (LT10) Material A first to a separate Storage type (with the Post to same bin-flag set) that has no Capacity check and after the 309 posting transfer it back into the warehouse with LT10.
    Success and thanks beforehand for any credits!
    Kind regards,
    Bart

  • PROBLEM IN TRANSFER POSTING WITH REF. TO RESERVATION

    Dear cons
            I have been facing a problem in t- code- MB1B. I have configured for p.o field  in mb1b . in screen layout of transfer posting I have done.because we want a p.o no. field in MB1B.So we generally transfer the material with reference to reservation. so we created a reservation with t-code- mb21 with movement type-415. after that we want to transfer with reference to reservation. but the system gives an error message that
        CHECK TABLE XMRES : ENTRY 0000000000   0001DOESNOT EXIST.
    MESSAGE NO. M7001
    DIAGONISIS ; IN TABLE XMRES THE ENTRY 0000000000  0001 IS MISSING
    PL. LOOK INTO THIS MATTER.
    THANKS
    NRK

    Hi,
    How you are configured the new PO field.
    in OMJJ, the system given the what are the possible options, otherwise its very diffcult to configure.
    So check at :OMJJ
    regards

  • Transfer posting problem in  material

    Hi Experts,
    Whenever we receive any  material ( quality rejection from
    plant A) at location  X in film plant A, we can not do Transfer
    posting of this material to crushing area ( location Y in plant A).
    While doing Transfer posting we get an error " Pallet -
    not consumed
    entirely ".
    We can not transfer this material to any other location.
    What could be the problem?
    Lokesh

    Hi,
    From the message it seems like in your system some message is activated. this might be due to the requirement was given that entire batch is to be consumed and partial is not allowed. please check this it should have been done through user exit or by some enhancement.

  • Transfer posting to block stock through quality notification

    Dear QM Experts,
    I am trying to post the material from unrestricted use to block stock through quality notification type Q2. Following are the details.
    1.     Material is batch managed
    2.     Storage location is managed by warehouse management and has storage bin.
    3.     Material has split valuation
    When I click on link transfer post unrestrictedblock system asks to put storage type and storage bin. Here I enter the appropriate details. When I press enter system throws error message as Enter valuation type as the material has split valuation active. Surprisingly I do not find the option to put this valuation type in Q2 notification screen.
    On the contrary when I try to do 344 movment manually through MB1B system gives pop up to select appropriate valuation type.
    Requirement is movement 344 should happen through quality notification considering above constraints. How the valuation type to be entered in Q2 notification?
    I would be grateful, if someone can throw some light on this.
    Thanking you,
    Anand Rao

    Which valuation category do you use in material master accounting view?
    In my experience..
    Normally a company use the batch management for split valuation and a valuation type should be input automatically by transaction in batch master.
    Therefore when you input a material, plant, batch in notification screen, a valuation type would be selected in background by system.
    Anyway try below..
    At transaction MSC2N you input a valuation type into batch master then try to transafer posting through notification.
    I'm not sure why your batch master does not have a valuation type.
    Regards
    Luke

  • Transfer posting from plant to plant

    Hi Friends,
    I am doing 303 movement type via mb1b transaction. system is showing an error message "Use one step procedure for transfer posting to material subject to valuation".
    Earlier also i have done 303 mvt, but this time it is showing this message. When I go to error details, it is showing " receiving plant is subject to split valuation".
    Pl tell me what to do now?
    Regards,

    Hi,
    check the entries in the following transaction.
    Path: SPRO->materials mgmt.->purchasing->purchase order->setup stock transport order->assign document type,one-step procedure,underdelivery tolerance
    click on execute,
    check the entries.
    supplying plant ,   plant, doc.type,one-step procudure,tolerance
    check box.

Maybe you are looking for

  • Hdmi no picture on apple tv

    Has anyone had an issue with apple tvs producing sound but no picture over apple tv's? I have tried 10 other devices thru my reciever and all work just fine over hdmi. But both of my apple tv's do not. Any Ideas? I can give details but in a nutshell

  • HELP!!! How do I return my ibook?????

    So some people may have seen my other posts about my non-working AC Adapter (or the part where it plugs into the ibook). How do I contact Apple for tech support, to send in my ibook and get them to fix it/replace it/ or any parts on it... I JUST boug

  • So confusing - can anyone explain how to set this up

    I'm a long time Mac user, ical user, mac Mail user, Mobile Me user, iPhone and now iPad user. I have a Work and Personal Calendar in iCal. Whenever this new MobileMe and iCal came out, nothing works as I think it should. My calendars are on my mac an

  • Can't import Quick time  into FCE

    I converted some images from I photo into a QT movie but I'm unable to import into FCE. I'm using a G5 with OS 10.4.8, FCE 3.5.1, QT 7.1.3, and IPhoto 6.0.5. Everytime I attempt to import I get this message.... file error: 1file(s) recognized, 0 acce

  • Confirmation Control Process Flow

    My Dear Gurus, I want to know the actual confirmation control process in material manangement. Becoz of one of my client having the following scenerios. PO is created only by PR reference with confirmation tab enabling in po. Once he created the PO a