MB1C-531 getting Posted without order reference

Dear Gurus,
I have a by-product defined in the production order with negative sign.
When i receive the by-product in MB1C with mov 531 System is not asking the order reference.
Is there any setting required to solve this issue.
System should not allow the 531 posting without the order reference.

Dear sapuser,
Dont do manuall GR for Byproduct, when u do the MB1A to order, with 531 mov type GR happens automaticaly for order. to do this follow the below method.
1. go to MB1A, give mov type 261, plant and st. location click on order.
2. when u click on order one small pop up window opens" Reference order"
Here give ur order no. after this st. Loc filed , after this there are two small boxes one for special stock second box is for Biproduct in this put 1 and at the bottom click on adopt details.
It proposes all 261 and 531 mov type materials then save it.
Test it and come back
sree

Similar Messages

  • Error simulating Part 1 in (j1iex) without order reference.

    Dear All
                 Error while simulating part 1 for sto in j1iex without order reference. "PLA -AT2 amount (30.09.08)is greater than available amount" please resolve this pblm..
    Regards
    Senthil

    Can you please ensure that you enter the posting date before you save
    the transaction. Also please ensure that the excise invoice date is not
    later than the GR date
    Kindly refer to the revised note 926707.
    Please maintain the text for Message class 8I, message number 659 as
      "Excise Invoice Date Greater than GR Posting Date."

  • Create outbound delivery without order reference but with order data

    I am interested in creating an outbound delivery without order reference...but include data from a sales order that has already been PGI'd. Has anyone come up against this and found a solution?

    There is a button on VL01N transaction saying W/o Order Reference...
    Click on that and then enter the shipping type, delivery type... and in the main screen enter the data that u have in ur order...
    try that.... all the best
    reward points if helpful...

  • BAPI to Create Outbound Delivery Without Order Reference

    Hi everyone
    I need to create <b>outbound delivery without order reference</b> ( like i create manual in VL01NO) . Can anyone help me to find this bapi or function?
    Thanks & regards
       David

    Hi,
    Please check this BAPI.
    BAPI_DELIVERYFREE_PROXY_CREATE
    BAPI_DELIVERYPROCESSING_EXEC
    Regards,
    Ferry Lianto

  • BAPI for outbound delivery without order reference - VL01NO

    Hi ,
    I need a BAPI to create a outbound delivery without a Order reference ( transaction VL01NO ). Please provide the BAPI. Sample code will be helpful.
    Thanks,
    R~

    Hi,
    Following is the sample code for creation of outbound delivery Using BAPI 'BAPI_DELIVERYPROCESSING_EXEC'
    Which may be helpful.
    PARAMETERS: p_vbeln LIKE vbak-vbeln.
    DATA: BEGIN OF t_vbap OCCURS 0,
    vbeln LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    matnr LIKE vbap-matnr,
    werks LIKE vbap-werks,
    END OF t_vbap.
    DATA: t_request TYPE STANDARD TABLE OF bapideliciousrequest
    WITH HEADER LINE.
    DATA: t_created TYPE STANDARD TABLE OF bapideliciouscreateditems
    WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE.
    SELECT vbeln posnr kwmeng matnr werks
    INTO TABLE t_vbap
    FROM vbap
    WHERE vbeln = p_vbeln.
    LOOP AT t_vbap.
    t_request-document_numb = t_vbap-vbeln.
    t_request-document_item = t_vbap-posnr.
    t_request-quantity_sales_uom = t_vbap-kwmeng.
    t_request-id = 1.
    t_request-document_type = 'A'.
    t_request-delivery_date = sy-datum.
    t_request-material = t_vbap-matnr.
    t_request-plant = t_vbap-werks.
    t_request-date = sy-datum.
    t_request-goods_issue_date = sy-datum.
    t_request-goods_issue_time = sy-uzeit.
    APPEND t_request.
    ENDLOOP.
    CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'
    TABLES
    request = t_request
    createditems = t_created
    return = t_return
    READ TABLE t_return WITH KEY type = 'E'.
    IF sy-subrc = 0.
    MESSAGE e208(00) WITH 'Delivery creation error'.
    ENDIF.
    COMMIT WORK.
    READ TABLE t_created INDEX 1.
    WRITE: / 'Delivery ', t_created-document_numb, ' created'.
    Let me know if any issues.
    Thanks & Regards,
    Naveen

  • Inbound Delivery without order reference

    Hello,
    Does anyone know if there is a way for creating an inbound delivery without PO as a reference?
    I need to create an inbound delivery with no reference, and I know that for the outbound process it is possible.
    Thanks in advance,
    Dikla

    Hi,
    Inbound delivery can be created with order reference not any other way.Even if you try to create Inbound delivery automatically through Idoc ,system in backgorund calls the Vl31N transaction so there is no other way .
    AMIT

  • SRM Invoice posting without PO reference - Contract Management

    Dear experts,
    We are on SRM 701 with ECC 6.0, in ECS.
    Our requirement is to allow invoice posting in SRM, without PO reference. The invoice will only refer to an existing SRM central contract.
    We did all the relevant customizing and we were able to:
    Replicate SRM central contract to ERP, through PI;
    Invoice creation in SRM and posting in the backend (FI), through IDOCs.
    As far as I understood in this scenario, the invoice posting is made only through FI (not using MIRO).
    My expectation was to have the contract number in some field at the invoice document level, in the FI.  However there is absolutely no reference to the contract in the invoice document. Does anyone know if this is a standard behavior and/or any idea of how to achieve my requirement to have the contract number in the invoice posting?
    Thanks in advance.
    Regards,
    Andreia

    Hi guys,
    Any thoughts on this?
    Thanks!
    Andreia

  • BAPI for outbound delivery without order reference???????????????????

    hello folks
    i want to a bapi for transaction <b>VL01NO</b>. this transaction is used for creating outbound delivery <b>wihtout a order reference</b>. I did a search but was not able to find a bapi pls help.

    Hi,
    Could you please send me the sample code for BAPI_DELIVERYFREE_PROXY_CREATE? I am using the IDOC for outbound delivery w/o order reference. I didnt find any standard process code for this..
    Any suggestions on the same??
    Thanks,
    Prasad

  • Delivery without order reference

    Hi,
       What r the configuration settings to be made for automatic propsal of site and storage location while processing delivery by using T.code VL01NO.
    What might b d impacts if i deactivate picking in this delivery type(we don't have WM module)

    Hi,
    Plant or Site is determined from the following
    a) From Customer Master Info record (TCode VD51)
    b) Customer Master                          (TCode VD01)
    c) Article Master in Sales View Other
        Sales Data                                  (TCode MM41)
    Storage Location is determined from the following:
    SPRO-Logistics Execution-Shipping-Picking-Determine Picking Location Assign Picking Location
    If picking is not relevant the material/article can be issued thru PGI in VL01n without doing the picking
    activties in delivery.
    Hope this helps you.
    Regards,
    S.V.ManiKumaar

  • Bapi for vl01no create outbound delivery without order reference

    Hi Guru's, i need help, I'm looking for BAPI VL01NO
    Any suggestions?
    Thanks for everything
    Edited by: GaBo_s Gabo on Sep 22, 2009 8:48 PM

    Hi,
    Following is the sample code for creation of outbound delivery Using BAPI 'BAPI_DELIVERYPROCESSING_EXEC'
    Which may be helpful.
    PARAMETERS: p_vbeln LIKE vbak-vbeln.
    DATA: BEGIN OF t_vbap OCCURS 0,
    vbeln LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    matnr LIKE vbap-matnr,
    werks LIKE vbap-werks,
    END OF t_vbap.
    DATA: t_request TYPE STANDARD TABLE OF bapideliciousrequest
    WITH HEADER LINE.
    DATA: t_created TYPE STANDARD TABLE OF bapideliciouscreateditems
    WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE.
    SELECT vbeln posnr kwmeng matnr werks
    INTO TABLE t_vbap
    FROM vbap
    WHERE vbeln = p_vbeln.
    LOOP AT t_vbap.
    t_request-document_numb = t_vbap-vbeln.
    t_request-document_item = t_vbap-posnr.
    t_request-quantity_sales_uom = t_vbap-kwmeng.
    t_request-id = 1.
    t_request-document_type = 'A'.
    t_request-delivery_date = sy-datum.
    t_request-material = t_vbap-matnr.
    t_request-plant = t_vbap-werks.
    t_request-date = sy-datum.
    t_request-goods_issue_date = sy-datum.
    t_request-goods_issue_time = sy-uzeit.
    APPEND t_request.
    ENDLOOP.
    CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'
    TABLES
    request = t_request
    createditems = t_created
    return = t_return
    READ TABLE t_return WITH KEY type = 'E'.
    IF sy-subrc = 0.
    MESSAGE e208(00) WITH 'Delivery creation error'.
    ENDIF.
    COMMIT WORK.
    READ TABLE t_created INDEX 1.
    WRITE: / 'Delivery ', t_created-document_numb, ' created'.
    Let me know if any issues.
    Thanks & Regards,
    Naveen

  • Issue in Outbound Delivery Creation w/o order reference & w/o sale order

    Hi ,
    I have an issue in outbound delivery creation without order reference and without sale order through
    BAPI_OUTB_DELIVERY_CREATENOREF . I am getting an error like
    1. Copying is not poss.because an entry is missing in Table TVCPL:  ZLR (Checked entries are there in the Table TVCPL)
    2. No instance of object type OutboundDelivery has been created. External reference.
    But I can able to create an outbound delivery through VL01NO txn.
    Pls help me where I am gng wrong.
    Regards
    Rupachandran

    hi,
    this is to inform you that,
    1. Copying is not poss.because an entry is missing in Table TVCPL: ZLR (Checked entries are there in the Table TVCPL)
    1.a. sorry for sending the link
    Re: can't create DN for sales return order
    balajia
    Edited by: balaji timmampalli achari on Dec 9, 2010 3:15 PM

  • Idoc successfully posted without deleting service line

    Dear Team,
    I am trying to delete the service line item for multiple service lines throguh Idoc (FM : BAPI_PO_CHANGE) its bit of surprising thata my IDOC is getting posted without any errors but nothing is changing ,however the value is getting changed for single line but not able to delete the service line .
    I can able to delete the main line item but not the service line item .Anyone can quickly help on this i am trying since last two days but nothing worked for me .
    Also kindly confirm me if is there any SAP note i need to check
    Thanks for your support ..
    Regards
    Kiran Kumar
    Please find Below Idoc passing values :
    Header -
    PO_NUMBER      C00014
    DOC_TYPE      CCTC
    VENDOR      0000010001
    PURCH_ORG      D001
    PUR_GROUP      018
    CURRENCY      EUR
    Header X
    PO_NUMBER      X
    DOC_TYPE      X
    PURCH_ORG      X
    PUR_GROUP      X
    CURRENCY      X
    Item
    PO_ITEM      00010
    SHORT_TEXT      ITEM 10 CHANGE
    PLANT      D001
    MATL_GROUP      10341
    ITEM_CAT      9
    ACCTASSCAT      T
    PCKG_NO      0000000035
    SRV_BASED_IV      X
    Item X
    PO_ITEM 00010
    PO_ITEMX      X
    SHORT_TEXT      X
    PLANT      X
    MATL_GROUP      X
    ITEM_CAT      X
    ACCTASSCAT      X
    PCKG_NO      X
    SRV_BASED_IV      X
    PO Account :
    PO_ITEM      00010
    SERIAL_NO      01
    WBS_ELEMENT      D-000015-01-001
    RES_DOC      0050000014
    RES_ITEM      001
    Po Account X :
    PO_ITEM      00010
    SERIAL_NO      01
    PO_ITEMX      X
    SERIAL_NOX      X
    WBS_ELEMENT      X
    RES_DOC      X
    RES_ITEM      X
    Service line :
    PCKG_NO      0000000035
    LINE_NO      0000000001
    EXT_LINE      0000000010
    OUTL_IND      X
    SUBPCKG_NO      0000000050
    linkage Service line1 :
    PCKG_NO      0000000050
    LINE_NO      0000000002
    EXT_LINE      0000000010
    QUANTITY      5.00
    BASE_UOM      D
    PRICE_UNIT      1
    GR_PRICE      5.00
    SHORT_TEXT      TEST CHANGE
    MATL_GROUP      10341
    NET_VALUE      25.00
    linkage Service line 2:
    PCKG_NO      0000000050
    LINE_NO      0000000003
    EXT_LINE      0000000020
    QUANTITY      5.00
    BASE_UOM      D
    PRICE_UNIT      1
    GR_PRICE      6.00
    SHORT_TEXT      TEST CHANGE
    MATL_GROUP      10341
    NET_VALUE      30.00
    Account assignment dist. service line1 :
    PCKG_NO      0000000050
    LINE_NO      0000000002
    SERNO_LINE      01
    PERCENTAGE      100.00
    SERIAL_NO      01
    QUANTITY      5
    NET_VALUE      25.00
    Account assignment dist. service line2 :
    PCKG_NO      0000000050
    LINE_NO      0000000003
    SERNO_LINE      01
    PERCENTAGE      100.00
    SERIAL_NO      01
    QUANTITY      5
    NET_VALUE      30.00
    PO results after IDoc posted : Purchase order Item changes screen below
    Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 01.05.2015 11:20:40 3168 WE19
    Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 01.05.2015 11:23:12 3169 WE19
    Item Purchasing Document Item Change Date Changed 01.05.2015 30.04.2015 BONGAK 01.05.2015 11:20:40 3168 WE19
    Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 16:41:02 3154 WE19
    Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 30.04.2015 16:43:09 3156 WE19
    Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 16:49:50 3157 WE19
    Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 30.04.2015 17:00:19 3159 WE19
    Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 17:02:33 3160 WE19
    Item Indicator for Service-Based Invoice Verification Changed X  BONGAK 30.04.2015 17:37:31 3165 WE19
    Item Indicator for Service-Based Invoice Verification Changed  X BONGAK 30.04.2015 17:40:29 3166 WE19
    Item Purchasing Document Item Change Date Changed 30.04.2015 13.04.2015 BONGAK 30.04.2015 16:41:02 3154 WE19
    Item Short Text Changed ITEM 10 CHANGE FS-FND-223 - Fees BONGAK 30.04.2015 16:41:02 3154 WE19

    Hi Kiran,
    If you are using message type ORDERS then check the qualifier and action which you have used in segments E1EDK01 E1EDK14 also check all your service segments also.
    Rgds,
    Nayeem.

  • Out Delivery with out Order Reference

    Hi guys
    I have a requirement that with out order reference I want to get the goods to be delivered. In standard SAP it is possible but in what process it will help full
    Please provide me right process relating to this process

    Hi creating Delivery without order process will come to picture
    as below:
    1)Order is created in external system and delivery is creating in SAP.
    2)Order is created in R/2 and delivery created in R/3, check more details in SAP help or see below:
    Creating Outbound Deliveries Without Preceding Document
    Use
    You can create outbound deliveries without referring to an order. This function is designed for activities such as the R/2-R/3 Link or for when order processing is carried out on another system. When you create a delivery without reference to an order, you must enter the ship-to party and the materials manually. Data is copied into the document from the appropriate master records. The system does not check whether the data is complete. Therefore, you can create a delivery without specifying a delivering plant or a storage location, for example.
    Procedure
    To create an outbound delivery without referring to an order, proceed as follows:
    From shipping, choose Outbound Delivery ® Create ® Single Document ® Without Order Reference.
    The initial screen for creating outbound deliveries appears.
    Enter the shipping point and choose Delivery w/o ref. for the delivery type. Then enter the sales organization, distribution channel and division in the Sales area data section of the screen.
    Choose Enter .
    The outbound delivery overview screen appears.
    Enter the ship-to party and all outbound delivery items and their delivery quantities. Enter further header and item data, if necessary.
    Save the outbound delivery by choosing Outbound delivery ® Save.
    As soon as the outbound delivery is saved, you receive a message that contains the outbound delivery number.
    Link - http://help.sap.com/search/search_overview.jsp
    thanks
    Satish

  • No pre-order reference number

    How can I get my pre-order reference number if I didnt recieve the email with it.

        Gprix81, we're excited to hear that you're upgrading to a new device! You can check the status of your order right here: http://vz.to/RWWFB
    LasinaH_VZW
    VZW Support
    Follow us on Twitter @VZWSupport

  • Post GM with reference to Production Order using BAPI_GOODSMVT_CREATE

    Hi Experts,
    We need to post Goods Movement with reference to Production order. In brief, we have to get the functionality of MB1A done. I'm trying to use BAPI_GOODSMVT_CREATE, but its not reflecting the Documented Goods Movements in the Production Order.
    Here is the data i'm using:
    goodsmvt_header : posting date, document date
    goodsmvt_code : 03
    goodsmvt_item:
    material
    plant
    storage loc
    batch
    mov typ : 261
    ENTRY_QNT
    ENTRY_UOM
    ENTRY_UOM_ISO
    order id
    Sometimes it generates material doc and year in exporting parameter, and sometimes it gives message "Content of order zzzzzzz : yyyyyyy transferred to interface (IMSEG): xxxxxxx".
    But despite of this I cannot see the Documented Goods Movements reflecting in the Production Order.
    Can anyone help on this. Is there anything else to be passed or I'm missing any process ?

    Experts,
    I could get the postings done with BAPI_GOODSMVT_CREATE. I was executing BAPI_GOODSMVT_CREATE and then BAPI_TRANSACTION_COMMIT separately, thus the generated Material doc number was not getting posted. When I used the Test Sequence option from SE37 menu, it worked.

Maybe you are looking for

  • Crash when using pdo_oci

    Hi there, First my problem is, that when I try to start a db connection over pdo_oci, php will crash. More information later in the post. My system: Red Hat Enterprise Linux ES release 4 (Nahant Update 3) Apache/2.2.6 (Unix) PHP Version 5.2.5 Oracle

  • LabVIEW Simple operator interface deployment

    Hi All, I try to deploy a TS 3.1 application with a LV 7.1 Simple OI. I successfully (no errors) built the OI executable and created an installer with default options. I also built the Deploy TestStand System and created an installer with default opt

  • Folders Suddenly Become Aliases

    We have six mac computers in our office and we keep our files on a network drive that is accessed wirelessly.  One of our folders has 40 or so client project folders inside it.  I've discovered that on my iMac, about ten of these folders have lost th

  • How can I see the contents of a package?

    Hi All, Which table stores the code of a package? Thanks in anticipation

  • Ringtones load to music file how can i send them to the right place?

    When I use a ringtone app on my ipad it sends the ringtone to my music lib. I cant drag drop it to ringtone file- WHATS THE PROBLEM?