Run the data copy and comments copy with the same key

I want to Run the data copy and comments copy with the same key.
I tried to challenge in the following way, but it is an error.
1. Add the process in the process chain [/ CPMB / COPY] process in the process chain that could be new to copy the chain [/ CPMB / COPY_COMMENTS] (see capture)
2. Select the newly can process chain to add a package, make a change to the script as follows:
PROMPT(RADIOBUTTON,%TARGETMODE%,"Handling of records",0,{"Copy records with match key","Copy by replacing data in same data region of Entity, Category, Time and Audit ID"},{"0","2"})
PROMPT(RADIOBUTTON,%RUNLOGIC%,"Select whether to run default logic for stored values after copying",0,{"Yes","No"},{"1","0"})
PROMPT(RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when importing data.",1,{"Yes, check for work status settings before importing","No, do not check work status settings"},{"1","0"})
PROMPT(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"Select the members to COPY and where to",%DIMS%,0)
INFO(%TEMPNO1%,%INCREASENO%)
INFO(%ACTNO%,%INCREASENO%)
INFO(%SELECTION_KEYDATE%,)
TASK(/CPMB/COPY_COMMENTS,SELECTION,%SELECTION%)
TASK(/CPMB/COPY_COMMENTS,TOSELECTION,%TOSELECTION%)
TASK(/CPMB/COPY_COMMENTS,CHECKLCK,%CHECKLCK%)
TASK(/CPMB/CM_CONVERT,OUTPUTNO,%TEMPNO1%)
TASK(/CPMB/CM_CONVERT,ACT_FILE_NO,%ACTNO%)
TASK(/CPMB/CM_CONVERT,SAPPSET,%APPSET%)
TASK(/CPMB/CM_CONVERT,SAPP,%APP%)
TASK(/CPMB/CM_CONVERT,SELECTION,%SELECTION%)
TASK(/CPMB/CM_CONVERT,TOSELECTION,%TOSELECTION%)
TASK(/CPMB/CM_CONVERT,KEYDATE,%SELECTION_KEYDATE%)
TASK(/CPMB/CLEAR_SOURCE_CUBE,CHECKLCK,1)
TASK(/CPMB/CLEAR_SOURCE_CUBE,SELECTION,%TOSELECTION%)
TASK(/CPMB/CLEAR_SOURCE_CUBE,KEYDATE,%SELECTION_KEYDATE%)
TASK(/CPMB/CLEAR_SOURCE_CUBE,DUMPLOADMODE,3)
TASK(/CPMB/APPEND_LOAD,PREPROCESSMODE,0)
TASK(/CPMB/APPEND_LOAD,TARGETMODE,0)
TASK(/CPMB/APPEND_LOAD,INPUTNO,%TEMPNO1%)
TASK(/CPMB/APPEND_LOAD,ACT_FILE_NO,%ACTNO%)
TASK(/CPMB/APPEND_LOAD,RUNLOGIC,1)
TASK(/CPMB/APPEND_LOAD,CHECKLCK,1)
TASK(/CPMB/APPEND_LOAD,KEYDATE,%SELECTION_KEYDATE%)

We performed similar transfer of data from one planning model to another using DM package linked to BADI. In your scenario there is additional complexity of doing lookup from DSO and should be possible.
Also check these references for performing lookup in DSO.
abap code to populate data from DSO
something about SAP: How to look for DSO’s tables?

Similar Messages

  • Hi,I have made a new Apple ID and logged in on my phone, on settings, but the app store is still using my old one. How do I get rid of the old ID and replace it with the new one?

    Hi, I have made a new Apple ID and logged in on my phone, settings > iTunes & app stores, but the app store is still using my old Apple ID. How do I get rid of the old ID and replace it with the new one?

    HAYDONISRAD wrote:
    ...  Maybe I'll stick with hers for now :-)
    OR...
    You could use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    From Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?

  • I have a 1TB WD external hard disk, which suddenly cannot be detected in my system. When i connect the hardisk to the macbook, the disk appears and immediately disconnects with the message "Disk not properly ejected". Any advice ?

    I have a 1TB WD external hard disk, which suddenly cannot be detected in my system. When i connect the hardisk to the macbook, the disk appears and immediately disconnects with the message "Disk not properly ejected". Any advice ?

    verify on another Mac if the same
    WD is having issues with mavericks as you can see on the WD forum, did you install any WD software (never do that) when you connected the drive for the first time?
    possible issue is a dead SATA bridge card or the new WD firmware w/ Mavericks.
    SATA card issue
    Your dead external hard drive is likely fine! Great hope for your 'faulty' external HD
    http://community.wd.com/t5/External-Drives-for-Mac/bd-p/passport_mac
    verify on another Mac if all possible

  • HT201210 Help, I just gave iTunes the assignment to update my iPhone5 to iOS7 and now it gives an unknown error (6). The iPhone is still hooked to my laptop, and shows the black screen and bright Apple with the horizontal bar, telling it's in the middle o

    Help, I just gave iTunes the assignment to update my iPhone5 to iOS7 and now it gives an unknown error (6). The iPhone is still hooked to my laptop, and shows the black screen and bright Apple with the horizontal bar, telling it's in the middle of something. What should I do?

    DFU mode? How do I do that? So far the only thing I can do is hold down both buttons to power it on and nothing is on the screen and it wont reconize on my computer....

  • Hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    The problem has been fixed with the most recent OS X software update.

  • How toStore the Date Variable and pass it when the program runs next time??

    HI All,
    My JDBC program basically needs two command line args. Rabge_Start_Dt and Range_End_Dt. for ex:
    2001-05-31 and 2001-06-01 . And my porgram should run every day. Next day the date range will be 2001-06-01 to some date. It means I have to store some how the range_end_dt and pass it as range_start_dt when my program runs the next day.
    Problem:
    How can I store the Data variable and pass it as an argument to my porgram when It runs next time. Every time my pogram runs It should pick the range start_dt (==range_end_dt of the previuos run) and end_dt I have to go and query some other data base and pass that value to it.
    Thanks in advance!!!!

    save the value in a file, then read it back in each day. Similar to when a process needs a PID.
    -blhqctz

  • Creating a time channel in the data portal and filling it with data - Is there a more efficient way than this?

    I currently have a requirement to create a time channel in the data portal and subsequently fill it with data. I've shown below how I am currently doing it:
    Time_Ch = ChnAlloc("Time channel", 271214           , 1      ,           , "Time"         ,1                  ,1)              'Allocate time channel
    For intLoop = 1 to 271214
      ChD(intLoop,Time_Ch(0)) = CurrDateTimeReal          'Create time value
    Next
    I understand that the function to create and allocate memory for the time channel is extremely quick. However the time to store data in the channel afterwards is going to be highly dependent on the length I have assigned to the Time_Ch. In my application the length of Time_Ch is variable but could easily be in the order of 271214 or higher. Under such circumstances the time taken to fill Time_Ch is quite considerable. I am wondering whether this is the most appropriate way of doing things or whether there is a more efficient way of creating a time channel and filling it.
    Thanks very much for any help.
    Regards
    Matthew

    Hi Matthew,
    You are correct that there is a more efficient way to do this.  I'm a little confused about your "CurrDateTimeReal" assignment-- is this a constant?  Most people want a Time channel that counts up linearly in seconds or fractions of a second over the duration of the measurement.  But that looks like you would assign the same time value to all the rows of the new Time channel.
    If you want to create a "normal" Time channel that increases at a constant rate, you can use the ChnGenTime() function:
    ReturnValue = ChnGenTime(TimeChannel, GenTimeUnit, GenTimeXBeg, GenTimeXEnd, GenTimeStep, GenTimeMode, GenTimeNo)
    If you really do want a Time channel filled with all the same values, you can use the ChnLinGen() function and simply set the GenXBegin and GenXEnd parameters to be the same value:
    ReturnValue = ChnLinGen(TimeChannel, GenXBegin, GenXEnd, XNo, [GenXUnitPreset])
     In both cases you can use the Time channel you've already created (which as you say executes quickly) and point the output of these functions to that Time channel by using the Group/Channel syntax of the Time channel you created for the first TimeChannel parameter in either of the above functions.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • I recently had my hard drive replaced and now iTunes won't allow me sync my iPhone without deleting all the media contents and replacing it with the existing library. Is there another way without erasing everything?

    I have already backed up my iPhone, yet it still will not allow me to move the contents of my phone onto my computer. Rather, it wants to delete everything off of my phone and replace it with the contents on my iTunes. Is there a way I can integrate both my iTunes and iPhone? There used to be autofill on iTunes, but I can no longer find it.

    Hello there, DollyVong.
    The following Knowledge Base article has great information and steps to follow on getting purchased content from your iOS device to your computer:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    http://support.apple.com/kb/HT1848
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Bridge copy and paste folders with the same name question

    I just copied and pasted a folder named, as an example, "concerts" with a bunch of pictures to another drive with a folder with the same name.
    I choosed "substitute" when prompted and all the pics existing in old "concerts" folder have been deleted and replaced with just the new ones.
    So pasting a folder can't add files to the folder with the same name, but it completely replaces it. The other prompted option creates a "concerts (1)" new folder.
    Luckyly before moving files I always do a backup, so it's not a big issue, but I'm amazed by such behaviour. Also deleted pictures don't appear in the recycle bin. They are completely lost!

    I choosed "substitute" when prompted and all the pics existing in old "concerts" folder have been deleted and replaced with just the new ones.
    Are you on Windows? don't know the options you tell, I have three options (Mac) called: 'cancel', 'replace' and 'auto resolve' when dealing with one file and for multiple files it adds 'skip' to the list and has the option for 'apply all'
    Replace does what it says, it replaces files and folders with the same name, auto resolve adds a (1) to the files or other number if more with same name are added.
    So pasting a folder can't add files to the folder with the same name, but it completely replaces it. The other prompted option creates a "concerts (1)" new folder.
    This is normal and wished behavior, you get a warning if names are the same and a choice to either overwrite them or add them with a new (different) filename.
    Luckyly before moving files I always do a backup, so it's not a big issue, but I'm amazed by such behaviour. Also deleted pictures don't appear in the recycle bin. Completely lost!
    Heard that before but can't replicate this, they always appear in the trash on my Mac.

  • Why does the date/time scale info vary with the timezone of the machine running the browser?

    I have a system monitoring application (Uptime) that displays graphs with time/date data. The times displayed on a given set of data vary depending on where the browser is located.
    For example the site is hosted on a server in the US running on EDT. I select data for a period say midnight to 6am EDT. If I display that on a Firefox client also running on EDT the timescale shows 00:00 to 06:00. If I display that same data on a browser on a desktop in London it shows a timescale of 05:00 to 11:00.

    There are two different issues going on for shaolex.
    1) Bug in iMovie 9.0.6+ which will add or substract your GMT time to the original time the video was shot.
    2) The way iPhones save the date and time to the file. iPhone video files have the date and time the video was FINISHED instead of when it STARTED. The right aproach to fix this is to import the video to iPhoto and then drag and drop the clip into a iMovie event, then right click the clip in the Event window, then click CHANGE DATE AND TIME, and substract the lenght of the video from the time shown.
    i.e.   The video is 00:45:00 long, iMovie shows it as taken at 10:45:00. Change it to 10:00:00
    Other phones do the same but most of them write the date and time correctly on the filename.
    Hope this helps

  • How can I transfer my photos and songs from my old computer to my ipad? (Old computer running on 10.4 and not compatible with the last itunes needed by ipad)

    Hi guys,
    I got an ipad 2 running on iOS6 and I'ld like to put my photos and songs from my old computer (mac Osx 10.4.11) to my ipad. The trouble is that Ipad needs itunes 10.6.3 at least and that my computer can't receive this version as it is running on 10.4.11.
    Would anyone have a solution to that problem?

    For photos: You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Limit the data on a particular column with the corresponding column

    Hi,
    I had a report.
    id   submitdate        informationdate                  information
    10    06/7/10           07/07/10    10.12             submitted
    10     06/07/10        07/11/10    12.12             delivered to highleevel
    10     06/07/10          07/13/10   15.13             Resolved
    I just want to limit the data on a information date with the latest entry and along with its corresponding information.I mean to say only 3rd row  I need.,
    I applied Max( <Inofrmationdate>). Then ok with this function.I am trying to put the information object.Then I am nt geting the relevant data.
    The report contains only one data provider.
    Please can you suggest me with possible solutions.
    Thanks,

    Hi,
    Here you are using max(<Inofrmationdate>) and you will not get relevant result because in the backend at database end the query will be generated with group by clause and the remaining objects as group. Please check the query that is generated at the database end.
    Go to edit query -
    > SQL -->> check SQL query and validate it by running at backend
    Or You can use different functions using Rank, place rank field in information date and make report to populate only with highest or lowest rank (based on the ranking you decide)
    Please let me know if you need more information.
    Regards,
    Chitha.

  • How to setup the article master and link up with the image file of that art

    I nteed help to setup the article master to display article image.
    Can someone guide me with the details?
    Thanks

    Hi Colin,
    In MM41/42/43 from the Main menu select System->Services for Object. Now select Create to Attach any file (the article Photo).
    You can view the Photo by going to same transactions and select System->Services for Object. Now select Attachmetn List.
    This is one of the method to attach document to an object in SAP.
    Another standard way is to do it using DMS module. I have done it before but do not remember the exact process. Will let you know if and when I get details.
    Regards,
    Arun Devidas

  • I just loaded the 8.1 operating system on my iPad.  It has been sitting for about 4 hours with the black screen and white apple with the bar underneath.  What should I do?

    I am having trouble after loading the 8.1 operating system on my ipad.
    My iPad is model A1397 EMC 2424
    MEID ********
    Serial DL******JHH
    64GB
    I started loading 8.1 about 5 hours ago and it is still sitting with the black screen with the progress bar underneath.  It shows that it is almost done loading - just has a tiny bit of the progress bar left.
    <Edited by Host>

    I Don't know if this will work for anyone else but just FYI - after loading 8.1 on my iPad it froze for several hours on the black screen with white Apple and progress bar underneath. It would not do anything.  I thought I was doomed.  I accidentay left it sitting overnight without plugging it Back into the charger. I meant to but got sidetracked and thought it was plugged in. During the night the battery was totally drained so this morning my iPad was dead. I plugged it into the charger and after a few minutes the battery icon came up showing it was charging. I gave it about 30 minutes and then turned it on and the new operating system came up. It looks like it might be ok now.  I can't say I recommend this, but it worked for me.

  • When I attempt to download apps, a message pops up staing that I cannot download the app from the UK store and should register with the Barbadian store instead. I am in Barbados and thought that my downloads would be from the US store.

    When I attempt to download apps, a message pops up saying that I cannot download from the UK store but must do so from the Batbadian store. I am in Barbados and thought that my downloads would be from the US. Cannot find anything in settings to resolve this issue. Any help? Thanks.

    Change your country on iPhone, iPad, or iPod touch
    Tap iTunes Store, App Store, or iBooks Store.
    At the bottom of the Featured page, tap Sign In.
    If you're already signed in, skip to step 5.
    Tap Use Existing Apple ID.
    Enter your Apple ID and password and tap OK.
    Tap your Apple ID.
    Tap View Apple ID or View Account.
    Tap Country/Region.
    Tap Change Country or Region.
    Tap the Store menu and tap your country.
    Tap Next.
    Review the Terms and Conditions and Apple Privacy Policy.
    Tap Agree if you agree to the terms and conditions.
    In the prompt that appears, tap Agree.
    Select a payment method and enter your payment information.
    Enter your billing address and tap Next.

Maybe you are looking for

  • Error at the time of Production order cancellation.

    Hi PP Gurus, The transactions happened when Sales order costing was activated 1. Sales order created 2. Production order creation, release 3. Production order confirmation and QM lot created 4. QM lot cleared with Result recording and UD has taken 5.

  • What is the best way to create a 3d map for flash/actionscript?

    Hi what are good and easy to use tools to create a 3d map/world - terrain, buildings, .... - for use in flash? ideally I would be able to control the objects with actionscript. thanks, Chris

  • Com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax

    Hello, Please explain me the error : com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/primavera/integration/server/Serve

  • How to set default language for typing english if my OS language is russian?

    Hi.  I cant figure out how to set english as default typing language. Opening Skype, new browser window, vpn client, switches my input to russian (my os language). Especially this annoys if im trying to enter login and password.

  • Editing in external program?

    I have iPhoto set to edit photos in another app, Pixelmator. I could have sworn that it used to work that I would open a photo from iPhoto into Pixelmator, and then I could save it in Pixelmator and the changes would get saved back into iPhoto. But n