Internal order derivation from SO to PR

Hello all,
I have created a sales order, by giving CO object as Internal order. When I am creating purchase requisition with reference to sales order, it is not picking internal order, it is picking only profit center. How to customize in order to derive internal order in Purchase Requisition. In the account assignment category, the field "CO/PP order" is in display staus.
Thank you for your help.
Thanks
Ram

Hello friends,
It is not yet resolved. Can you provide suggestions?
Thanks
Ram

Similar Messages

  • Segregate internal ordered items from purch. order items for the i-pro user

    We want to know if there are any Oracle i-Procurement implementations that have segregated the internally ordered items via an Order Management sales order from items ordered on a PO (purchase order). We have considered three possible paths to purse. 1) Table of Contents: this seems to not work because you can only connect a Group at the Category level not item level, 2) Multiple responsibilities one for Inventory and one for drop ship: This is not acceptable to the user. 3) Requisition Template.
    We attempted to implement this by creating two i-Pro stores named Main and Inventory Only. Our design defined that these stores be associated with a catalog for each group of item. We interpreted that the "Include items without suppliers in this catalog" flag in the Catalog definition would select those items that are stockable. However, the logic behind this flag does not consider the item attributes/Sourcing Rules set at the ORG level. Our company has two Orgs named INV for inventory and DEV for our service organization. For stockable items the items are coded Inventory Sourced in the DEV item master and the sourcing assigment is linked to a sourcing rule which is internal (that is, get from INV org). The items are coded Supplier Sourced in the INV item master and the sourcing rule is a Blanket. Thus, our inventory items were not included in the the catalog even though they were sourced internally at the DEV org because of the blanket sourcing rule in the INV org.
    Thank you, Ned

    Meera,
    Which version of SBO are you using 2005 or 2007?
    I don't think Serial numbers can help in this scenario.  There is no hard allocation or blocking possible using Serial numbers.
    This is the Work around I am thinking about.
    Set the items to be Batch Managed - On Every Transaction
    When performing Goods Receipt, enter the Sales Order Number as the Batch Number
    When creating the delivery, using SBO_SP_TransactionNotification we can easily check the Batch of the Item being selected and verify it with the BaseRef of Delivery lines to match with Sales Order number.
    If the numbers don't match we can warn user with message, "The items batch reserved for Sales Order xyz"
    Even if you make a mistake when entering the batch number same as Sales Order number when doing a goods receipt. It can still be traced and blocked during delivery.
    Hint: The Batch table records the Goods Receipt transaction along with the BaseDocument number, Base Ref, etc
    If you decide to go this route, I could help you further.
    Let me know
    Suda

  • Internal Order Number from Asset Number

    from function module 'CHANGEDOCUMENT_READ' I am getting an object id. from this object id I have to get the Internal Order,
    This object id format contains three fields, first four character is company code, next 12 is Asset number and last four is Subset number.
    could you please help me out, to get internal order from these three fields.
    Thanks,
    Debdutta Dey.

    Hi Debdutta,
    If w_objectid is the variable which contains your Object ID.
    DATA: w_compcode(4) type c,
                w_assetnumber(12) type c,
                w_subset(4) type c.
    w_assetnumber = w_objectid+4(12).
    Please let me know if this helps..
    Regards,
    Amit.

  • Internal order shifting from one company code to another

    Hi All,
    I have an query regarding internal order.
    We have come up with a new company code B001
    Intially SAP was not functional over there.
    We have made purchases for this new company code in some another company codeA001.
    For this made one internal order in A001 and posted all POs for purchases for B001 against these internal orders.
    Now SAP is implemented in B001, and we need to carry costs from A001 (booked against internal orders) to new company code B001.
    Please guide me the procedure to perform this activity.
    I have made a new internal order in B001.
    What would be the next activity...??

    Hi,
    You should simply make inter-company financial posting crediting your I/O in A001 and debiting the new I/O in B001.
    Regards,
    Eli

  • Settlement receiver in production order derived from sales order data?

    Hi friends,
    I have material X and Y. Both in the same sales order.
    I create 2 production orders. Product X has settlement receiver MAT, product Y has settlement receiver SDI.
    How can this happen? Where can I look to change it always to MAT?
    Thank you in advance,
    Eric van Zundert

    Hi,
    I understood that---
    If u r creating Sales order directly without Quotation u r  not able to do the GR.
    If u create from Quotation, u r able to do GR. right?
    I think, Problem with Settlement. Please Look into that.
    Kiran.

  • Internal Order is not reading from Asset master through derivation Rule

    Hi,
    I entered Functional Module to read Asset Master data in derivation Rule. While procuring an Asset after selecting an asset the fund center, fund are coming automatically but Internal Order and Cost center is not picking automatically.
    It has to pick Internal Order automatically from Asset master data.
    Please guide me.
    Regards,
    Sree

    Hi,
    Internal order should come from the asset master data, with no connection to derivation strategy in FM. Regarding the cost centre, it's irrelevant when you purchase to an asset.
    Regards,
    Eli

  • IW32 - restriction or validation to accept only internal order from a plant

    HI team!!
    I´m needing your help
    Im working with Tcode IW32 when creating a maintenance order and we got through Goto / Settlement rule we can assign any internal order number.
    there is no restriction or validation to accept only internal order numbers from the corresponding plant, this condition may affect other entities
    How can I limit it?
    Thks & regards "

    In configuration, in settlement rule, restrict receiver other than internal order. In case if you want to have internal order as a receiver but restrict only some orders, you can do that using a user exit/badi at save.
    example user exit -IWO10009

  • Table or Function module to get Internal order planning and Cost element pl

    Dear All,
    Table or Function module to get Internal order planning and Cost element planning.
    Internal order planning from T-code KO13.
    Thanks in advance.
    Regards,
    Ravi
    Edited by: Ravi Chandra on Sep 13, 2011 8:08 AM

    BPEJ, BPEG, BPEP

  • Copy Internal Order between Investment Programs

    We have a investment program in approval year 2014  which has 1 Internal Order assigned to it and the budget has been fully allocated.  We want to budget against this internal
    Now we have created a new investment program in approval year 2015 and want to the use the internal order(measure from the invesment program in 2014. We have tried the following:
    IM22 Change program - assignments add internal order get error message "There is already an existing assignment to program position 2014"
    IMCAOV Budget Carryfoward - No impact on the measure as there is no budge to carry forward.
    Can anyone advise how we can budget on the same Internal Order in the new fiscal year ?
    thanks
    Joe

    Hello,
    the little late answer to your question is the table IMZO. It links the investment program / positions to internal orders. I found this thread while searching for my own problem which is quite the same:
    In my WebDynpro for ABAP investment planning tool I'm using the FM BAPI_INTERNALORDER_CREATE to create internal orders as a result of the planning process. This BAPI is similiar to the transaction ko01 except that I can't assign an investment program / position to my internal order (this is also pointed out in the help to the BAPI/FM).
    But how can I assign an investment program / position to my internal order NOT using an ABAP insert/update statement on the table IMZO (which links the internal orders and investment programs/positions).
    Does anybody know a FM or BAPI I could use? I really don't like the idea of a self made insert/update into a sap table...
    Thank you in advance,
    Christian Bracht

  • Internal Order Budget Exceeded when creating a PO

    Dear all,
    When we create a PO against an Internal Order, the system displays the message "Item 001 - order X budget exceeded". But checking that order we can see budget available.
    Do you guys have idea the reason of it?
    Many thanks,
    Amanda

    Hi Sreenivas,
    As we are planning to send budget exceed message to responsible person in the internal order, however, from the configuration, it is find that the warning message of budget exceed will send to the budget manager only, and the definition of budget manager is by internal order type and not by individual internal order.
    Please advise how can I send the warning message to the person responsible for the internal order instead of send to the budget manager for the internal order type.
    Thanks,
    Nina

  • Issue regarding Internal Order Number

    Hi
    When i am creating internal order in KO01 transaction, it is getting reflected in object class ANLA but when i am changing internal order in KO02 transaction ,it is getting reflected in objec class RKAUFTRAG. I am getting object id based on object  class from CDHDR tablee. My requirement is to pick the internal order data from COAS table corresponding to internal order number.
    In case of object class RKAUFTRAG, we are getting internal order number from last 10 character of object id. But for object class ANLA, object id doesnt have internal order number instead it has company code,asset number and sub number.
    Please help me out to find internal order number in case of object class ANLA.
    Thanks,
    Debdutta Dey,

    Hi,
    I do not think I got your question... ANLA is a table for master data of the assets. Are you looking for internal order link to an asset? It's not in ANLA table, but in ANLZ (field CAUFN).
    Regards,
    Eli

  • Migration internal order group

    Hi all,
    I am doing the migration program for internal order group creation.(KOH1)
    I have used the FM for BAPI_INTERNALORDRGRP_CREATE and BAPI_INTERNALORDRGRP_ADDNODE                     
    for creating internal order group. using those FM in my program , the internal order group created successfully,
    But, i check these data's in transaction code KOH3.
    the internal order description is not come, that means internal order group has more internal orders, that internal orders already created one. so when displaying that internal order in my internal order group, the description is not display.
    Expected: already created internla order it displayed, but the internal order description from table it doesn't show.
    Anyone clear my doubts.
    Thanks,
    Amudha.

    Hi,
      You can get the ordergroup as SETNAME in SETHEADER table for the SETCLASS '0103', the order details are found in SETLEAF for the setname obtained from SETHEADER,
    Hope this helps,
    Rgds,

  • Release budget for internal order

    Dear SAP experts,
    In our scenario (classic scenario) from an approved SC a PO is created in the backend, with reference to a specific internal order, inserted from the requestor in the SC.
    Suppose 10 items are ordered each of value 10 (so PO total value is 100), but only 9 items are delivered. When we create confirmation in SRM, the order will always remain partially confirmed.
    My question is: how can we “release” that delta budget (100-90) from the internal order?
    Thanks,
    Ci

    Hi Ajay,
    thanks for you answer.
    I already checked that if the PO refers to a contract, the value of the PO against a specific position of the contract is correctly updated (in the example above, is set to 90 and not 100, after final invoice is checked), so I think that the behavior is similar for internal order budget.
    However, how can I check if the internal order budget has been released? Is there a list of committments related to a specific order? (I'm sorry if these are basic questions, but I am new to FI-CO issues).
    Thanks a lot,
    Ci

  • Internal Order Number For DBM order

    Hi All,
    How to get the internal order no for the SAP DBM order number,?
    from which table can we fetch ?
    Regards,
    Rangakarthick

    Hi,
    In DBM order an internal order can be created on header level and on split level.
    On split level internal order is created within event BILLING_CREATE.
    The internal order (like other documents related to the DBM order like e.g. reservation as well) are displayed in the order document flow.
    In table /DBM/ORD_DOCFLOW you can fetch internal order number from DBM order.
    But its a little bit tricky:
    In field INSTID_A you have to select business object BUS2400 representing the DBM order.
    Field INSTID_B is populated with business object BUS2075 and the internal order number.
    e.g. if you want to select all internal orders for DBM order 29926 you have to select in initial screen
    field INSTID_A:
    "BUS2400   0000029926*" (consider: there are 3 spaces after BUS2400)
    and field INSTID_B:
    "BUS2075*"
    Example from image: DBM order: 299826
    Internal order header: (no split) 121526
    Internal order split: 235320 (same for both splits 0001 and 0002)
    Regards
    Joachim

  • Segment derivation when posting invoice on internal order

    Dear colleagues,
    I have configured the New General Ledger in SAP ECC 5.0, with profit center and segment as splitting characteristics. Document splitting and segment derivation are working fine for almost all scenarios, but not for all scenarios.
    When a post a vendor invoice with FB60 to only a cost center document splitting and segment derivation are working correctly: the segment is derived from the profit center (which is assigned to the cost center in the master data of the cost center) and I can post the invoice.
    However, when I post the vendor invoice to both a cost center and an internal order segment derivation does not work: I get the error message GLT2201 "The field Segment marked as balancing is not filled with any value in line item 001, even after document splitting."                         
    The reason for this is that the posting on the cost center becomes statistical and the posting on the internal order is the actual posting. In the master data of the internal order I have not defined a profit center. Because of this the DUMMY profit center is assigned to the line item.
    I have assigned all profit centers to a segment (in the profit center master data), except for the DUMMY profit center. I guess this is correct?? I can easily solve this issue by assigning the dummy profit center to some kind of dummy segment, but I don't think this is the correct solution.
    A solution might be to enter a profit center in the master data of the internal order (segment can then be derived from this profit center). However, I prefer not to put a profit center in the master data of the internal order.
    Does any of you have experience the same kind of problem? Can anybody give me some advice how to derive the segment correctly in the aboven mentioned posting? Did I do something wrong in the customizing?
    Thanks for your help in advance!
    Regards,
    Koert

    I have already found the solution myself. In the customizing you can define a default segment that will be used in case no segment can be derived in the posting.
    IMG: Financial Accounting (New) --> General Ledger Accounting (New) --> Business Transactions --> Document Splitting --> Edit constants for nonassigned processes
    Regards,
    Koert

Maybe you are looking for

  • Character set migration error to UTF8 urgent

    Hi when we migrated from ar8iso889p6 to utf8 characterset we are facing one error when i try to compile one package through forms i am getting error program unit pu not found. When i running the source code of that procedure direct from database usin

  • Apple Mobile Device Service fails to start

    The last update failed on my window 7 pc, resulting in me having to try it manually download and install, this also failed eventually it told me to delete and reinstall, this fails due to the apple mobile device service failing to start, and asking m

  • Sound Drivers

    Hello, I have an Hp pavilion dv7-4060us, and my sound drivers haven't been updated since 2010.  They are IDT HD audio Codecs, and I went to the IDT site, and couldn't find them.  I also emailed the IDT support team, and they said they couldn't help m

  • Writing complex variables in a file

    Hi Dhaval, could you explain me why i cannot write in a file my complex variable? Could i send again my files? I can't solve my problem with Bo. Thanks, Ema

  • I can't copy and paste nor can I print

    I cant