Change of Destination Type in PO Receipt

Hi All
Can we change the Destination Type at the time of PO Receipt for multiple lines? Users would not like to change the Destination Type one by one for every line which is present on the Purchase Order. Can we change the Receipt Routing on the approved PO before PO Receipt so that we can have all the lines of PO as same Destination Type in PO Receipt.
We are on 11.5.10.2.
Thanks
Rajeev

You can override the Receiving Routing on the Receipts screen only if the Profile RCV: Allow Routing Override is set to 'Yes'.
The Receiving Routing on the receipts screen is defaulted as follows:
1. Purchase Order shipment
2. if 1 is null, then Item Attribute
3. if 2 is null, then Vendor Attribute
4. if 3 is null, then Receiving Option

Similar Messages

  • Change default Movement types at COR6N

    Dear All
    Can we change movement type(s) at goods movement of confirmation?? there is 101 for GR and 261 for GI, I have to change 101 to 103..  if yes please let me know how??
    Thanks
    Navaid

    Use t-code OPKA.  Package for Production order and process order is CO.  However, it will apply to all order types at all plant.  This is not recommended.
    If you want to post GR to block stock for some cases, change the stock type in Goods receipt tab to block stock in process order manually.  Give it a try.

  • Destination type code in po receipts

    HI All,
    Iam doing a report on po receipts in which there is a column destination_type_code to be displayed, when we looked at the view in the form that is bringing the column value it was from rcv_supply, but when we checked in that table we could not get the value from the above table for some of the receipts.
    We are not able to get the exact table from which the destination_type_code is getting populated from, sometimes it is coming from rcv_transactions, sometimes from rcv_shipment_lines and sometimes from rcv_supply. Can anyone tell on what basis does this value is getting stored in the above mentioned tables.
    Thanks in Advance.
    Regards,
    Sandeep V

    Sandeep,
    Destination type is originally stored in PO Distributions (PO_DISTRIBUTIONS_ALL) and used by all elsewhere.
    Thanks
    Nagamohan

  • Can user change charge account on a PR/PO if the destination type is 'Inventory'?

    Hi all,
    Can user change the charge account on a PR or PO if the destination type is 'Inventory'? Thanks a lot.
    Regards
    Leo

    Hi Leo,
    Creating Expense Items as Inventory Items should not be ideally recommended to the Customer. If you want to establish tracking of material following process does well
    a) Create an Expense Sub Inventory with Tracking Enabled for Storage of Expense Items
    b) Define all Item Codes for Expense Items
    c) Receive these items in the Expense Tracked Sub Inventory
    d) Use Misc. Issue / Account Alias issue to map material consumption.
    If you follow above steps, you would be able to utilize flexibility of Expense A/C rules for creating a Charge A/C based on Item Category which suits your need.
    To answer your question, you can't update the material a/c both in PR and PO for an Inventory Item, as its defaulted from Org Definition.

  • No valuation type at Goods Receipt Purchase Order

    Hi,
    No valuation type at Goods Receipt Purchase Order and have to manually input the valuation type. How to default it so that the valuation type is populated automatically and gray out without any changes to the valuation type ?
    Thanks.

    hi Pankaj,
    The valuation tyoe is appearing for the hearder material only & not for the child material.
    is there any way possible to get the valuation type of child material.
    & moreover I have tried with Purchase  info record ,But not helpful
    Please aadvice
    Regards,
    Vivek
    Edited by: vivek sharma on Aug 1, 2008 3:35 AM

  • BI 7.0 infospoke - how to change standard destination path on appl. server

    Hello,
    I have the following problem:
    I need to extract large amounts of data from infocubes to flatfiles. I have created an infospoke to do this. However, in this infospoke, the destination path, when I choose application server, is fixed.
    In BW 3.x, there is a document "BW 3.1 Open Hub Extraction Enhancement Using Literal Filename and Path.pdf" that describes how to change the destination path for the application server.
    This solution does not work for BI 7.0, I get short dumps, probably due to ABAP OO.
    I need to extract the data to flat files on the application server, not on my local machine, nor into a table in SAP itself, so I need to change the destination path, because the amount of free storage is limited in the standard destination path.
    Has anyone encountered this problem in BI 7.0 and solved it?
    best regards
    Ting
    Edited by: Ting Kung on Jun 30, 2008 9:19 AM
    Edited by: Ting Kung on Jun 30, 2008 9:19 AM
    Sorry, wrong subforum, will close this

    Hi Ting.
      I never had a simmilar problem but, if you go to your InfoSpoke, right click --> "Change" you can see (and change... ) the following values:
    Destination Type: FILE  (the one you have choosen)
    Application Server: Check Box (I think this is your setting)
    Server name: (BW server)      
    Type of File Name: (Here you can choose Between "File Name" or "Logical File Name")
    Appl.Server File N: "MY_FILE.CSV" (for example)
    Directory: (The directory you want - take a look at the end of this post )         
    Separator: (The field separator)
    Note : If you are working with Linux or Unix you have to look if the BW system user has the corresponding rigths to write in the FileSystem.
    .          In the beginning I advice you to use something like this /usr/sap/<SID>/DVEBMGS<XX>/work
    Hope it helps.
    Regards.

  • How to change archive destination folder on oralce 11g

    Hi
    Im using oralce 11g, linux, 64 bit.
    I created new database and imported data.
    Im getting this error
    ORA-00257: archiver error. Connect internal only, until freed.
    I've to change the archive destination to a folder having relatively morespace .
    Please let me know how to do.
    Thanks
    Edited by: praveenb on Oct 17, 2011 9:56 AM

    ORA-10997: another startup/shutdown operation of this instance inprogress
    ORA-09968: unable to lock file Linux-x86_64 Error: 11: Resource temporarily unavailableIt looks like you have trying to start instance when it is already running. check for running instances on server.
    $ps -ef|grep pmonIf any prorcess related to your instance running, kill or clean them and then start again.
    ORA-09817: Write to audit file failed.
    Linux-x86_64 Error: 28: No space left on device
    ORA-09945: Unable to initialize the audit trail file
    Linux-x86_64 Error: 28: No space left on deviceCheck the audit file destination and cleanup all audit files from
    SQL> show parameter audit_file_destand use similar commands to change archive destination, to change archive destination no need to bounce .
    SQL> show parameter log_archive_dest_1
    NAME                                 TYPE        VALUE
    log_archive_dest_1                   string      Location=/u01/archvie VALID_FO
                                                     R=(ALL_LOGFILES,ALL_ROLES) DB_
                                                     UNIQUE_NAME=adg
    SQL> alter system set log_archive_dest_1='location=/u01' scope=both;
    System altered.
    SQL>  show parameter log_archive_dest_1
    NAME                                 TYPE        VALUE
    log_archive_dest_1                   string      location=/u01

  • How to change archive destination folder

    Hi,
    Im using oracle 11g,
    when i run this cmnd, im seeing the following
    sql> archive log list
    archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /home/oracle/archivelog
    Oldest online log sequence 2277
    Next log sequence to archive 2279
    Current log sequence 2279
    the disk space is low on this destination folder
    So I need to change the archive destination new folder /u03/arch
    Please let me know how to change the destination
    Thank you
    Edited by: praveenb on Nov 3, 2011 6:22 AM
    Edited by: praveenb on Nov 3, 2011 6:24 AM

    Hi TYL,
    I run the command
    SQL> show parameter log_archive_dest
    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string location=/home/oracle/archivel
    og
    log_archive_dest_10 string
    log_archive_dest_2 string
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    NAME TYPE VALUE
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string enable
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    SQL>
    Im seeing      ORA-00257: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin)
    Please let me know how to solve this issue
    Thanks
    Edited by: praveenb on Nov 3, 2011 7:31 PM

  • How to Change Exchange Rate while Preparing Goods Receipt

    Hai all,
    Help in find any user exits or BADI for changing Exchange rate while preparing Goods Receipt for Import Schedule Agreement. Or help me for re-directing system to take exchange rate from different effective date. we will be provided by us.
    Thanks & Regards
    Nagarajan M

    You need to assign KOMK-KURST = 'E', for those two condition types. If it had been item number specific, you could have used USEREXIT_PRICING_PREPARE_TKOMK(RV60AFZZ).
    Do one thing, put a breakpoint on FM 'PRICING' and then do selective runtime analysis.
    Check whether any user exit/BADI/ explicit enhancement are available when condition types are processed in a loop. If nothing is available, try implicit enhancement.
    Link to refer for selective runtime analysis - Runtime Analysis for VOFM
    Also try with VOFM requirements ( not sure whether changing KOMK-KURST is permissable in requirement as normally  we only set sy-subrc values to suppress/allow condition types ). Don't forget to assign requirements against condition types in pricing procedure.

  • Change field Stock Type in transaction MIGO

    HI Gurus
    My user wants to change the field Stock Type in good receipt after that good receipt has been created .
    Is there a way to change this field ? Using transaction  MIGO  can only display the good receipt .
    Thanks in advance

    Once GR has been done you can not change the stock type in display.
    Using MIGO at the time of goods receipt you can change the stock Type. Once you have posted to a wrong stock type then you need to do the transfer posting from stock type to stock type.
    Explain your requirment?
    Check [Stock types|http://help.sap.com/saphelp_46c/helpdata/en/a5/63393f43a211d189410000e829fbbd/content.htm]

  • APO-DP - Change in Calculation Type of Key Figure in Production Environment

    Hi Team,
    I wish to know how to make a change in Calculation Type of Key Figure in Production Environment. I wish to change calculation type from "P" to "S" and also wish to enter Disaggregated Key Figure.
    Regards,
    Tarun Jha

    HI,
    The TR will not move the changes as you are expecting here.
    Any changes to planning area, below 5.0 need to de-intialize the planning area.
    just like
    1. hold the latest back up
    2. de-intialize planning area
    3. make the required changes to planning area
    4. initialize planning area and do conisistency checks
    5. load back the data to planning area at all CVC level
    all the steps need to perfom, in Dev and Quality and Production servers,
    Plan the activity for a weekend so that users will not get disturb*
    All the best
    ARUN R Y

  • My iCloud storage payment is going to be going through is 7 days but the card on file needs to be changed. How do I change he payment type?

    My iCloud storage payment is going to be going through is 7 days but the card on file needs to be changed. How do I change he payment type?

    Welcome to Apple Support Communities
    To change your payment, read > http://support.apple.com/kb/ht1918

  • How do i change the media type on a digital booklet when they option bar is greyed out?

    I downloaded an album a couple days ago which came with a digital booklet. I am trying to put it on my phone but need to change the media type to book to be able to do this. whenever I go to the get info tab, the options tab is completely greyed out and wont let me do anything to it. I have tried selecting read only on the file and it did not work. I have windows 8. If there's is any different way of getting this on my phone, anything would be great!

    The item must not be read only if you want to change it.
    In the new Get Info dialog the Media Kind is in a light grey. Next to that will be the word Music. Hover over it and you should see that it is part of a drop down list control, click and select Book.
    tt2

  • I tried to change the file type of the movie, but now I am unable to open/edit it in iMovie, HELP !

    I tried to change the file type of the movie, but now I am unable to open/edit it in iMovie, HELP !

    Thank you very much! This is exactly what I was looking for.
    I appreciate your time and effort in solving my question : )

  • How do I change the destination of a the submit button on a form in Form Central?

    How do I change the destination of a the submit button on a form in Form Central?

    Sure. Because it is a scheduling form and I want the filled out form to be forwarded to our scheduling department email.
    Sincerely,
    John Biester
    Operations Manager

Maybe you are looking for