Changing XREF1 & XREF2 for a Document No.

hi guys,
well i have come across this problem, what i need to do is...i have to change reference keys (XREF1 & Xref2) for a particular Document number, so any one can plz suggest me the best way to do it...well one way is by transaction FB02....can u suggest me any other idea??
Regards.
AMIT

Hi,
Try using FM FI_DOCUMENT_CHANGE..
Thanks,
Naren

Similar Messages

  • Change profit center for accounting document on item line

    HI
    I need to change profit center for accounting document on item line, for that purpose I have used user-exit EXIT_SAPLV60B_004, but my new profit center gets latly overwritten in FM CO_DOCUMENT_CHECK (which is called from FM AC_DOCUMENT_CREATE). It gets overwritten from COBL. Is there any way to solve this?

    HI,
    possible reasons are :
    In GR document profit center pulled from PO Material :
    If you have ordered with material code, must check profit center assigned into material by mm03/Plant Data2
    If you have ordered without material code, than check cost center assigned Profit center by 1KE4

  • Need help writing script to change version control for all document libraries in all sites

    Hello,
    I found this script, http://get-spscripts.com/2010/10/changing-sharepoint-list-settings-using.html that
    changes versions control for a document library.  However, many sites have many document libraries with different names.  The script below just changes a the settings to a document library that is named "Shared Documents", but does not
    change one if its named something else.  How can change the script to loop through all document libraries so their settings are changed?
    $site = Get-SPSite http://site
    $listName = "Shared Documents"
    #Walk through each site in the site collection
    $site | Get-SPWeb | 
    ForEach-Object {
    #Get the list in this site
    $list = $_.Lists[$listName]
    #Create a version each time you edit an item in this list (lists)
    #Create major versions (document libraries)
    $list.EnableVersioning = $true
    #Create major and minor (draft) versions (document libraries only)
    $list.EnableMinorVersions = $true
    #Keep the following number of versions (lists)
    #Keep the following number of major versions (document libraries)
    $list.MajorVersionLimit = 7
    #Keep drafts for the following number of approved versions (lists)
    #Keep drafts for the following number of major versions (document libraries)
    $list.MajorWithMinorVersionsLimit = 5
    #Update the list
    $list.Update()
    #Dispose of the site object
    $site.Dispose()
    Paul

    Sorry, I agree. It will update Style Library and other out of the box ones. Include the library titles in a collection and run the update against them provided these libraries are common across all sites. If not, you will have to first get an extract of
    all such libraries in all sites say in a CSV file and then update the script below to refer to the CSV records.
    Add-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction Stop;
    #List of Libraries to be updated.
    $Libraries = @("Shared Documents","My Document Library");
    $spAssgn = Start-SPAssignment;
    $site = Get-SPSite http://site -AssignmentCollection $spAssgn
    #Walk through each site in the site collection
    $site | Get-SPWeb -Limit ALL -AssignmentCollection $spAssgn |
    ForEach-Object {
    #Enumerate through all document libraries
    $_.Lists|Where{$_.BaseTemplate -eq "DocumentLibrary" -and $Libraries -contains $_.Title}|Foreach-Object{
    #Get the list in this site
    $list = $_;
    #Create a version each time you edit an item in this list (lists)
    #Create major versions (document libraries)
    $list.EnableVersioning = $true
    #Create major and minor (draft) versions (document libraries only)
    $list.EnableMinorVersions = $true
    #Keep the following number of versions (lists)
    #Keep the following number of major versions (document libraries)
    $list.MajorVersionLimit = 7
    #Keep drafts for the following number of approved versions (lists)
    #Keep drafts for the following number of major versions (document libraries)
    $list.MajorWithMinorVersionsLimit = 5
    #Update the list
    $list.Update()
    Stop-SPAssignment $spAssgn;
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Function Module/Document to change Reversal date for FI  document.

    Can anyone please provide me with the Function Module/Document to change Reversal date for FI  document.

    Hi Vikram,
    Normally, you post a reversing document in the same period you posted the original document.  The period of the original document must be open to post a reversing document. If the period is not open, you can overwrite the posting date field with a date in an open period, such as the current period.
    Regards,
    Manoj.

  • Change Condition Record for Billing Document

    Hi All,
    I want to change the condition value(0) for billing document, if condition record statisfy some checks.
    Which user exit I have to use to change the condition records while saving the billing document.
    Thnaks
    Mugunthan

    Hi,
    You have to create a new VOFM pricing routine to change the value
    Thanks,
    Naren

  • FCHN-how to change check number for payment document?

    Hi,
    In Check register FCHN, it show incorrect check number link to my payment document.
    How to correct this payment document to correct check number? I just want this check register reflect correct check number.
    Thanks

    Both,
    i will give you a scenario
    Payment document 12345   check is 3333
    Payment document 67891   check is 2222
    You can swap these to when you feel the check number 3333 has to go to the doc no 67891
    NOTE:- When you are swaping, please be aware that either you are swaping the check created wrongly for 2 documents as above stated.
    or
    You are going to assign a new Check number through FCH5.
    Please simulate a scenarion in QAS
    Thanks

  • Change payment terms for customer documents

    Hi Guys,
    Is it possible to change for several customer documents the payment terms?
    I tried to do using FBL5n but I couldn`t do it.
    Thanks
    Daniel Dorta

    Hi,
    You can do the mass change in FBL5N.
    Please select the line items you would like change (Open items). You will see a small check box against each document number.
    Then click on mass change button - Please see mass change button available.
    Give the payment terms that you want change.
    Say OK
    Regards,
    Ravi

  • How do you change default settings for Pdf document viewing?

    Somehow the default setting for all my PDF documents and photos is now ColorSync. How do I change the main default setting, which I think should be Safari?

    The default is Preview, and you change it thus:
    Select a pdf file, rightclick and select 'Get Info', in the pane that opens scroll down to the section marked 'Open With', select Preview and check the box to 'Change All'

  • Changing Save Path for Visi Documents

    Hi,
    Does anyone know how / if the file path for saving visulation documents can be modified?  It does not seem to allow you to change the path when saving a document.
    Thanks,
    Mel

    Hi Mel,
    You could now do that, but with a small work around. I have created a document that explains exactly how you do that. SAP Lumira – Geek Tweaks: Changing default save path location of SAP Lumira.
    Regards
    Shankar

  • Can we change the UserID for a document without logging off using DIAPI

    Is it possible to change userid in a document using DI API?
    The senario is that I have logged in with a user for which there is no authorization to add or update BP Master.
    But in a special case I want him to change a particular field.
    So how can i do this.
    If yes, can somebody help me on how we can do this...

    Sorry I don't really have time for a full sample so the basic idea is:
    DI_company1 -> This is your logon with the user who is not authorised. When they trigger the scenario where they need to update the field they are not authorised for (and I can't give you a sample for that, it is completely up to your scenario) do the following
    DI_Company2 = new SAPbobsCOM.Company
    //Here supply it with all the usual connection information to your DB but
    //with a user who *IS* authorised
    DI_Company2.Connect()
    SAPbobsCOM.Documents oDocument = DI_Company2.GetBusinessObject(oOrders);
    oDocument.GetByKey(keyOfDocumentToUpdate)
    oDocument.MyFieldToUpdate = "Value to Update with"
    oDocument.Update()
    DI_Company2.Disconnect()
    The basic idea is that you are connecting a second time with your addon, with a new company object, using a user who is authorised & then disconnecting when finished. Your original connection (DI_Company1) is still connected and valid.
    Code is a horrible mix between VB and C# syntax because I don't have an editor to hand
    Good luck!

  • Importing a document from Word.  How do I change the tabs for the whole document?

    I am new to pages.  In importing a document from Word, the tabs are all messed.  The help topics work fine for adding/changing tabs... only it applies to a single line.  I cannot locate info on how to change the settings for the document.  Any help?

    d,
    A set of Tab stops applies to a Paragraph (not a line). A change in stops will apply to all paragraphs selected. A good way to make all your paragraph styles the same is to set up one paragraph the way you want it, then Format > Copy Paragraph Style. Then Select the entire document (Command-A) and Format > Paste Paragraph Style.
    Shortcuts for Copy Paragraph Style and Paste Paragraph Style are Shift-Command-C and Shift-Command-V.
    Jerry

  • How to update XREF1, XREF2 fields

    Guyz,
    i've captured few custom values for specific G/L Documents during creation through BTE.... if i want to give user to change the values selected during creation, i'm looking for options to change xref1, xref2 fields in BSEG....
    no bapis found..... FI_DOCUMENT_CHANGE doesn't work for XREF1, XREF2 if my doc is G/L Account (BSEG-KOART = 'S') ....
    following are my thoughts, and want your suggestions on this or any advise pls...
    1>> BDC
    2>> direct update BSEG (i'm afraid of transaction integrity aswell, so require all tables to update , if required....
    OR
    any other miracle?
    thanks in advance

    HI,
    Can you please share your solution.
    Thanks,
    Themba

  • Default for PDF documents

    The default to open a pdf document always goes to "preview", which frequently marks the file as un readable. i have to save the pdf to a folder, then go in and "Open with" adobe. How do i change the default for any document with a .pdf subscript to automatically open with Adobe?

    Hello Again Kathy216!
    Also refer to My Reply, in your Duplicate Topic.
    ali b

  • Can't change "Open with" for multiple files

    For some reason, all swfs on my computer won't open in the Flash player that came with Flash 9. If I select 1 swf and set it to open with the player, it will work, however, if I select multiple ones, get info and try to set them all to open in the player (or "Change All") I get a dialogue saying I don't "have privileges to change the application for these documents only. Do you want to change all similar documents to open with the application Flash Player.app?" This is rediculous because I could so this in Tiger just fine. Also, I'm the admin and i'm in MY account, so I should be able to do anything I want, right?
    Any insights? I've repaired disk permissions by the way.
    Dan P.

    This is sometimes a problem with the launchservices database. You can try the following to fix it:
    Rebuild LaunchServices Database
    For Tiger users
    Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
    /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServic es.framework/Support/lsregister -kill -r -domain local -domain system -domain user
    Press RETURN.
    For Leopard users
    Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    Press RETURN.
    If this isn't successful then there may be other problems involved. You can try this:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    You can install the freeware preference pane, RCDefaultApp - VersionTracker or MacUpdate - which is useful for extensive control over various file associations.

  • Billing Type for Sales Document

    Hi,
    I am trying to create Sales Order from WEB UI(CRM 7.0). I need to enter billing type this sales document. But, I am not able to find this Field neither in CRM WEB UI nor VA02.
    Can you please tell me, how can I enter billing type for Sales document or change Billing type for sales document.
    Thanks,
    Sandeep

    Hi Sandeep,
    sounds like you refer to the ERP Sales Order in the CRM WebClient UI? Not sure whether the billing type is available in the standard, but are you aware of the enhancements concepts of the LORD (see SAP note 1224179)? In addition, you should use the AET as outlined in the FAQ note 1446253.
    Best Regards,
    Michael

Maybe you are looking for