Updating Sales document with new sub sequent sales document

Hello All,
I am creating one sales contract from one sales document through some user exits and batch jobs.
After creating this new sales contract i want to update this doc number in Old Referenced sales document flow.
Is there any standard function module for this.. i tried some function modules containing FLOW..But no use..
Thanks&Regards,
Krishna.

It is resolved..
as I am using FM SD_SALESDOCUMENT_CREATE to create this contract i just updated the Reference document number in header structure...

Similar Messages

  • I want to update iCloud account with new apple id but don't know password for old apple id.  Plus can no longer receive email at old apple id.  How can I delete the current iCloud account on my iPhone if the previously stated conditions exist?

    I want to update iCloud account with new apple id but don't know password for old apple id.  Plus can no longer receive email at old apple id.  How can I delete the current iCloud account on my iPhone if the previously stated conditions exist?

    If the old ID is yours, and if it is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • I have updated my Iphone5 with new IOS6 - now the screen/display does not react to my taps on screen as in i cant tap in my pin to start???

    I have updated my Iphone5 with new IOS6 - now the screen/display does not react to my taps on screen as in i cant tap in my pin to startup???

    I have updated my Iphone5 with new IOS6 - now the screen/display does not react to my taps on screen as in i cant tap in my pin to startup???

  • [svn:osmf:] 13083: Updated MASTAdapter class with new trait names and events.

    Revision: 13083
    Revision: 13083
    Author:   [email protected]
    Date:     2009-12-17 16:10:05 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Updated MASTAdapter class with new trait names and events.
    Modified Paths:
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/TestMASTPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/adapter/TestMASTAdapt er.as

    Silviu!
    I'm really sorry, but as all the office is trying to fix the problem, someone replaced the url content with the stuff that was pointing to the local machine.
    I've fix it, and the video player is available here again: http://pp.player.webtv.flumotion.com/params/apiKey/5PzLR2ULL3z2rumJ/videoId/60
    If there are other references to the localhost, please do not bother with them, as they do not affect player functionality.
    The stream that it uses is an RTMPE, so i'm afraid it will only works with this player. Anyway, the stream url is as follows: rtmpe://87.248.205.81/a4349/e2/veo7/ondemandrtmpe/mp4/med/first-person-mario-4d8741aa.mp4
    I really appreciate your help!
    Thank you!

  • HT1311 How can I get updates for apps with new Apple ID

    How can I get updates for apps with new Apple ID. I have apps that I got for free, and some that I have purchased. I had to create a new Apple ID because I don't have a credit card now.

    Apps will always be tied to the ID in which they were purchased or downloaded under. You can not change this unless you buy or download the free  app using the new ID.

  • HT1414 When updating my iphone with new software it came up on screen with the cable and itunes sign (which is what I should get when restoration has been completed) yet it is still saying restore. I have tried 3 times and the screen won't change. HELP!

    When updating my iphone with new software it came up on screen with the cable and itunes sign (which is what I should get when restoration has been completed) yet it is still saying restore. I have tried 3 times and the screen won't change. HELP!

    If the sign does not go away it has not completed the restore. So you are incorrect when you say it "keeps completing the restore" if that message is still displayed.
    Do you get an error message? If so, what is the error number?

  • Update book inventory with NEW company code assignment for the same site

    Hi gurus ,
    Our company have this business scenario:
    the site has run in Company Code A for several month with business of Material Management  function, then the site have to be changed to Company Code B for financial requirement .
    What we want is we change the CC assignment by OX18 for site master without changing the site number (creating a new site master ),except for the open purchasing or  sales document clearance , is there any way we can update the book inventory  with new profit center corresponding to the CC B ?
    Thanks in advance ,
    Ryan

    Actually we have made some discussion with SAP consultant about this requirement ,and they suggest the same thing ,but for many reasons ,we need to make it that way ,and we also made some test for this direct changing by OX18  for new CC assignment .
    All other questions are  under control now , for financial reason ,we need to update the book inventory to new CC assignment (new profit center after site-specific material master changed ) in some batch session or program ,any idea for this?

  • Trying to update my account with new email address.

    My original account details I put in the wrong (non existent) email address.
    Problem is appears I have since already setup a new account with new email address from my iphone. 
    Now verification emails are being sent to non existnet email address and I can't change itunes account on laptop.

    Did you update your old iTunes account or create a new one ? If you updated the old one then try logging out of your account by tapping on your id in Settings > Store and then log back in and see if that 'refreshes' the account on the iPad. If you created a new account then you will need to continue to use the old account to download updates to its apps (or to redownload its content) - content is tied to the account that bought/downloaded it and it can't be transferred to a different account.

  • Update Measurement Point with new Position

    Hi,
    I need to update existing measuring points with new measurement positions. I was looking at FM "MEASUREM_POINT_RFC_SINGLE_002", but don't know how to pass the new Measurement Position to that.
    Can anybody please let me know how has already implemented this?
    Thanks.

    I was looking at FM 'MEASUREM_POINT_DIALOG_SINGLE' to update Masurement Point.
    I wrote the code like this. But it's not updating the Measurement Point with the new position.
    Not sure if I missed anything.
    Pelase help.
    Thanks.
    PARAMETERS: p_point type imrc_point,
                             p_psort type imrc_psort.
    DATA: l_rimr03 type rimr03,
           l_ind(1) type c.
      l_rimr03-mandt = sy-mandt.
    l_rimr03-point = p_point.
    l_rimr03-psort = p_psort.
    BREAK-POINT.
    CALL FUNCTION 'MEASUREM_POINT_DIALOG_SINGLE'
    EXPORTING
       ACTIVITY_TYPE                  = '2'
       MEASUREMENT_POINT              = p_point
       NO_DIALOG                      = 'X'
       IS_RIMR03                      = l_rimr03
    IMPORTING
       INDICATOR_UPDATE               = l_ind
    EXCEPTIONS
       IMPTT_NOT_FOUND                = 1
       TYPE_NOT_FOUND                 = 2
       OBJECT_NOT_FOUND               = 3
       NO_AUTHORITY                   = 4
       POINT_IS_REFMP                 = 5
       POINT_IS_NOT_REFMP             = 6
       OTHERS                         = 7

  • REUSE_ALV_GRID_DISPLAY - updating the database with new values

    Hi,
    I am using the function module 'REUSE_ALV_GRID_DISPLAY' to display records. I have managed to open a field for input/edit mode. Once this data has been changed , where will this data be? I have checked the internal table - no joy. I need to use this new/changed data to update the database with the new values.
    Thanks,
    Leanne

    Hi,
    The data is stored in table tab. After the changes the data does not reflect in table tab. Where can I get the data so that I can update my database?
    I have coded the process as follows:
        when '&SUSPEND'.
          loop at tab
            where box = 'X'.
              update zzzz
                set status       = 'SP'
          endloop.
    Regards,
    Leanne

  • Just updated my iPad with new ios7 and my airplay gone

    Can someone tell why with new update my airplay gone

    The youTube App is gone because Apple's license to use it has expired.
    YouTube is still accessible on the iPad via Safari (or any other browser) at http://m.youtube.com/
    Sign in at this site and your favorites, etc. will still be present. Save the site icon to the iPad Home screen and you will have a replacement for the youTube App.
    There is also an iPhone youTube App in the App Store which works on the iPad as well as the Jasmine App.

  • Problems with Boot Camp 2.1 update & Heat Generation with new MBP

    After spending a lot of time debating whether to go with a high-end mac or high end PC, I eventually went with a top spec MBP (17” 2.93 ghz). This was a difficult decision to make, not to mention expensive.
    I figured - the Mac was the winner although lower spec then a similar priced PC it had a major advantage – to run Windows XP (which I use for some creative and recreational purposes).
    I am now very frustrated and angry – the peace of mind, stability and straightforward Mac ideals that I admire have been non existent so far. It has been extremely stressful!
    Problem 1 – when setting up boot camp I wanted to go with the NTFS option, so I partioned 50 gig of space. But after choosing this, the only confirmation option that was displayed was for FAT so I was left wondering if that was correct? (I was very slow and methodically following instructions).
    *Problem 2* – After boot camp was set up, there was not Ethernet driver in the Boot Camp / OS Install Disk so I couldn’t connect to the net. It is just lucky one of my neighbours has an unsecured wireless network that I ‘hopped’ onto, to download the driver.
    *Problem 3* – HEAT!!! when running an old spec video game (Unreal Anthology) the MBP became incredibly HOT. So much so that I had to stop after a few minutes because it was clear that damage was being caused. I have since read on other discussions that this is a problem many other MBP users running boot camp are experiencing.
    *Problem 4* – I downloaded the Boot Camp 2.1 update hoping this would help, but all it did was cut all the sound and disable the keyboard apple keys. I had to uninstall boot camp then reinstall the older version to get the sound back (no ethernet connection again!)
    I am extremely upset – I feel I have been miss sold. I brought the Mac with Apples reassurances (and their sales patter of ‘oh yeah, your windows programs will work better on a mac’) only to find this is NOT THE CASE.
    I hope I have been doing something wrong, because then I can sleep better knowing I have just spent a lot of money on the right tool I need for my job. At the moment I have a nasty feeling of painful regret and stress – everything I hoped to avoided when buying a mac.
    If any apple support people or other users can help I would really appreciate any feedback you may have. Thanks in advance…

    Hi I too just bought a MacBook Pro 2 weeks ago. I settled on a Mac as I had so much problems running Mac OS on my Dell laptop.
    I had OS 10.5 running on my work Dell Latitude D520, it was not a hack but a genuine retail version of Leopard. But I had issues with the keyboard / track pad not working, so I had to use external keyboard / mouse. Not fun on a laptop.
    I’m now running OS 10.5.6 and XP 64 bit on my MacBook Pro. I chose XP 64 bit so I can take advantage of the 64bit CPU and the 4 Gig of RAM in my MacBook Pro.
    It took me 2 days to get all the drivers to work properly well I say all, the bluetooth does not work but I don’t use bluetooth so don’t really care.
    I chose XP 64 bit over Vista 64 bit as Visa is the worst OS Microsoft have come up with to date.
    *If any Apple guys is looking at this please let me know if Apple will ever produce XP 64 drivers, I think I’m not the only one interested in the drivers.*
    Nick9000 with regard to your problems.
    Problem 1
    The Mac will only format FAT32 as it cannot write NTFS only read it. You need to choose NTFS when you are installing from the Windows CD, you can still convert your FAT32 system to NTFS within Windows.
    Problem 2
    I had the same problem but then I was using a non-supported OS.
    Problem 3
    My laptop runs a bit hot at times but to me all laptops run hot maybe more so Mac laptops. You are running the 2.93 GHz so I guess it does run hotter than my 2.66 GHz.

  • Updating image collection with new images

    I have an image collection which works as a slideshow which can be paused/resumed. This works fine but my problem is that these images are going to change everyday but they will keep the same filename. Is there a way to get the collection to refresh itself
    automatically or perhaps if there is a different way to do this rather than a collection? Something that grabs the image from file at run time rather than storing a copy locally which the collection seems to do.

    Hi Daniel,
    If I understand you correctly, the app you're building will display images that are new everyday, but keep the same name. If this is correct, then to be able to do this you will need to work with a REST based source such as RSS or Facebook, for example.
    The reason is that since we always fetch from these sources, displaying the data returned, and therefore any changes you make such as a new image or name will be pulled into Siena when we go grab the data. This is different from a source
    like Excel where we take a snapshot and use with Siena. As you have observed, this snapshot will only get updated when you manually refresh from the backstage.
    To see an example of what it means to work with a REST source such as Facebook, please see our help topic, where we discuss
    how to display photos from a Facebook Album. If you would like this to this to be supported with Excel, please consider contributing to
    this thread where the community has been collecting such feedback.
    Hope this helps, get you going.

  • Updating a file with new input

    Hi. How would I be able to read in a file, and than update that same file with input from the user? Example: I have a file named 'Num' with the numbers '1','2', and '3' in it. How could I read those three numbers in, and than update it the file with something the user puts in, like '4'? Thanks.

    import java.io.*;
    public class ReadAndUpdateFile
      public static void main(String args())
        throws Exception
        new ReadAndUpdateFile(args(0));
      } // main
      public ReadAndUpdateFile(String file)
         throws FileNotFoundException, IOException
        String line = null;
        BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(file)));
        while ((line = br.readLine()) != null)
          System.out.println(line);  // dump each line
        br.close();
        System.out.println("Enter your number:");
        br = new BufferedReader(new InputStreamReader(System.in));
        line = br.readLine(); // Get User Input
        boolean append = true;  // True means that it will append to the file
                                // if it exists and create it if it doesn't
                                // set to false it will overwrite it with a new file
        FileOutputStream fos = new FileOutputStream(file, append);
        fos.write(line.getBytes());
        fos.flush();
        fos.close();
      } // ReadAndUpdateFile
    } // ReadAndUpdateFileOK... this gives you a VERY good idea... read the javadocs to understand it
    PS I didn't compile it... so it may not compile.. but it is VERY close...

  • New ipad just purchased.  Running on mac os 9, is this possible.  how do i update my computer with new mac os

    I just purchased a new iPad with 3G.  Connected to my mac which was purchased in 2006, all software updated but for some reason the ipad is not connecting to my computer.  Is there an issue?

    From the box the ipad came in and Apples website.
    System Requirements
    Apple ID (required for some features)
    Internet access5
    Syncing with iTunes on a Mac or PC requires:
    Mac: OS X v10.5.8 or later
    PC: Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later"iTunes 10.5 or later (free download from www.itunes.com/download)
    You will have to purchase the install disks from Apple or another retailer.

Maybe you are looking for

  • Can I have two itunes libraries on the same computer?

    Please see subject line, we now have two ipods in the house but only one computer, and one of the ipods is alot smaller than the other. I f you can help it would be good Thanks

  • Creation of Material's PLANT Configuration

    Hi Gurus! i'm trying to find a way to CREATE MATERIAL CONFIGURATION for PLANT level (MARC-STDPD field + configuration) i found MATERIAL_SAVE_CONFIGURATION and i can use it to UPDATE an existing configuration, but i cannot find how to CREATE a new one

  • SAP XI over Business connector

    Hi All, As everyone is aware that SAP Business connector is no longer supported by SAP and XI has replaced it in quite many places. I would like to know the advantages of XI replacing Business connector in a project scenario.Also any disadvantages th

  • Error: ATTRIBUTE_IDOC_RUNTIME FM NLS_GET_LANGU_CP_TAB: Could not determine

    Hi All Production issue Scenario is: File to IDOC From 2 days our R3 production server was down. Before R3 went down i didn't stop my Sender File Communication Channels and XI was continuously accepting files to process it and then trying to post it

  • Can't sync music to my iphone

    Hi, Since few weeks, I can't put music from my itunes to my iphone 3GS, iOS 5.0.1. When dragging songs to my iphone (manual sync), in the progress window of iTunes I can see that is preparing for updating, but then it stops at that point. The music s