Prob. to Copy one clt data to another clt with SCC1 for standard WF Task

Hi All,
I have created a business object for event driven pickslip for goods movement. With that business object I have attached a standard workflow task. This object linked with output type custom output type'Z001'.
With a subroutine it triggers workflow task.
I want to move this standard task from clt 400 to clt 440 with t-code SCC1, but I am getting below error:
*Copy Tables from a Client*
*Table                 Ins.     Del.     Upd. Func.  kByte  Time[sec] Time*
*Log -> See Transaction SCC3*
*Table T78NR is not client-specific*
*Error in object R3TR1 HRNR2  3*
*Table HRS1000 is not client-specific*
*Table HRS1002 is not client-specific*
*Table HRS1203 is not client-specific*
*Table HRS1210 is not client-specific*
*Table HRS1211 is not client-specific*
*Table HRSCONT is not client-specific*
*Table HRSOBJECT is not client-specific*
*Error in object R3TR1 PDAC2  3*
*Table HRS1000 is not client-specific*
*Table HRS1002 is not client-specific*
*Table HRS1200 is not client-specific*
*Table HRS1201 is not client-specific*
*Table HRS1202 is not client-specific*
*Table HRS1206 is not client-specific*
*Table HRS1210 is not client-specific*
*Table HRS1211 is not client-specific*
*Table HRS1212 is not client-specific*
*Table HRS1213 is not client-specific*
*Table HRS1214 is not client-specific*
*Table HRS1216 is not client-specific*
*Table HRS1220 is not client-specific*
*Table HRS1221 is not client-specific*
*Table HRSCONT is not client-specific*
*Table HRSOBJECT is not client-specific*
*Error in object R3TR1 PDTS2  3*
*Table SWOT21 is not client-specific*
*Table SWOTDI is not client-specific*
*Table SWOTDQ is not client-specific*
*Table SWOTDV is not client-specific*
*Table SWOTOL is not client-specific*
*Table SWOTTQ is not client-specific*
*Table SWOTTV is not client-specific*
*Table TOJTB is not client-specific*
*Table TOJTT is not client-specific*
*Error in object R3TR1 SOBJ2  3*
*Table TDDAT is not client-specific*
*Table TVDIR is not client-specific*
*Selected tables           :             42*
*Processed tables          :              4*
*Storage required (KB) :              0*
*Program ran successfully*
*Runtime (seconds)         :              5*
*End of processing: 15:42:15*
Could you please guide me how to remove these errors.
Thanks in Advance,
Guri

Make sure that you are trying to copy the customizing  request rather than the work bench, because when ever you create a rule or task it will prompt you for the workbench request rather that customizing request so i think there is no necessary of the client copying .

Similar Messages

  • Copy one cube data into another cube

    Dear SDN's,
                          Can anyone tell me how can i load the data from one cube to another cube request by request.. Like,  I need all the requests available in first cube should appear in the new cube which i want to load the data.. How can i do this..Kindly advice me...
    Answering getz appreciated,
    Warm Regards,
    Aluri

    Hi Aluri,
    Well you want it request by request.
    That does not make it easy.
    The only thing I can think of is to
    - empty the source cube,
    - reconstruct the first request,
    - do an init to the new cube,
    - reconstruct the next request,
    - do a delta,
    etc.
    but, depending to the number of requests this is a lot of work.
    Udo

  • Copy one text file to another text file and delete last line

    Hi all wonder if someone can help, i want to be able to copy one text file to another text file and remove the last line of the first text file. So currently i have this method:
    Writer output = null;
             File file = new File("playerData.xml");
             try {
                   output = new BufferedWriter(new FileWriter(file, true));
                   output.write("\t" + "<player>" + "\n");
                   output.write("\t" + "\t" + "<playerName>" + playerName + "</playerName>" + "\n");
                   output.write("\t" + "\t" + "<playerScore>" + pointCount + "</playerScore>" + "\n");
                   output.write("\t" + "\t" + "<playerTime>" + minutes + " minutes " + seconds + " seconds" + "</playerTime>" + "\n");
                   output.write("\t" + "</player>" + "\n");
                   output.write("</indianaTuxPlayer>" + "\n");
                  output.close();
                  System.out.println("Player data saved!");
             catch (IOException e) {
                   e.printStackTrace();
              }However each time the method is run i get the "</indianaTuxPlayer>" line repeated, now when i come to read this in as a java file i get errors becuase its not well formed. So my idea is to copy the original file, remove the last line of that file, so the </indianaTuxPlayer> line and then add this to a new file with the next data saved in it. So i would end up with something like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <indianaTuxPlayers>
         <player>
              <playerName>Default Player</playerName>
              <playerScore>0</playerScore>
              <playerTime>null minutes null seconds</playerTime>
         </player>
         <player>
              <playerName>Default Player</playerName>
              <playerScore>0</playerScore>
              <playerTime>null minutes null seconds</playerTime>
         </player>
         <player>
              <playerName>Default Player</playerName>
              <playerScore>0</playerScore>
              <playerTime>null minutes null seconds</playerTime>
         </player>
    </indianaTuxPlayers>
    However after all day searching the internet and trying ways, i have been unable to get anything working, could anyone give me a hand please?

    I would go the XML route too, but for fun, open a file as a BufferedWriter and do this:
    void copyAllButLastLine(File src, BufferedWriter tgt) throws IOException {
        BufferedReader in = new BufferedReader(new FileReader(src));
        try {
            String previous= in.readLine();
            for (String current = null; (current = in.readLine()) != null; previous=current) {
                tgt.write(previous);
                tgt.newLine();
        } finally {
            in.close();
    }

  • Is there a way to transfer or copy all my apps to another iPad with a different account? I was required in my job to use the one at work, but I would like to also see my current set ups and apps as in my personal one. Thank you so much!

    Is there a way to transfer or copy all my apps to another iPad with a different account? I was required in my job to use the one at work, but I would like to also see my current set ups and apps as in my personal one. Thank you so much!

    What I suggest is that you try to pair your apple ID with you company ipad and see if it works.
    Here is why::
    I believe that the Apple rules let you. They are something like:
    -- for a shared iDevice, you may put the app on one device
    -- for a device you use exclisively, you may put the app on five (or some number) of iDevices
    I'm not lawyer, so how you interpred this is a question.
    Now, you need to figure out how to do this.
    In the past at least, apple used this terminalogy.
        Personal
        Institution
        Layered. combines personal & institution.
    It depends on how your company has configured the iPad.
    I have read where you can have upto three apple id per device.

  • How can I copy a home movie onto another DVD with my MacBook Pro?

    How can I copy a home movie onto another DVD with my MacBook Pro?

    That's a proprietary interface.
    Odds are there is no adapter. Ask Sony.

  • How to copy the all data to another new table

    Hi,
    1) "How can I copy the data from one Data Dictionary Table to another new Table, in Dictionary"?
    for eg.  (<i>In Dictionary,  I have one table named 'sflight' and now I want to copy the all data from 'sflight' to another new table named 'zabc'</i>)
    How can I do this?
    2) What is Logical Unit of Work or LUW.
    Thanks

    HI,
    go to <b>se11</b>, give sflight (Your standard table name) in tables text,
    No go to dictionary objects --> copy --> give new <b>Ztable</b> in <b>to table</b> text.
    Like this you can copy the standard sap table to a new ztable..
    A Logical Unit of Work (LUW or database transaction) is an inseparable sequence of database operations which must be executed either in its entirety or not at all. For the database system, it thus constitutes a unit.
    LUWs help to guarantee database integrity. When an LUW has been successfully concluded, the database is once again in a correct state. If, however, an error occurs within an LUW, all database changes made since the beginning of the LUW are canceled and the database is then in the same state as before the LUW started.
    An LUW begins
    o each time you start a transaction
    o when the database changes of the previous LUW have been confirmed (database commit) or
    o when the database changes of the previous LUW have been cancelled (database rollback)
    An LUW ends
    o when the database changes have been confirmed (database commit) or
    o when the database changes have been canceled (database rollback)
    SAP memory and ABAP memoryUsing SAP memory. User-specific memory retained for the duration of the session. Can only be used for simple field values.
    Using ABAP memory. Can be used to transfer data between internal modi. Can be used to transfer any ABAP/4 variables ( Fields, strings, internal tables, complex objects)
    SAP memoryYou use the SPA/GPA parameters to pass data. These paramters are saved globally in memory. The paramters are indetified by a three-character code.
    In dialog programs you can SET and GET these parameters in the attribute window of the screen field, by marking the SET and GET fields and put the name of the parameter in the ParameterId field.
    In a program ( Dialog or Report ) you can use the GET PARAMETER and SET PARAMETER statements:
    set parameter id 'RV1' field <fieldname>
    get parameter id 'RV1' field <fieldname>
    rewards if useful,
    regards,
    nazeer

  • Copying One Plan Version to Another Plan Version

    Hi Experts,
    When  I am copying one plan version to target plan version by using the transaction RE_RHCOPL00,
    I am getting waring as the target version is not empty.
    I have checked the tables HRP1000,HRP1001 but no objects exists for the target planversion.
    Secondly I am getting waring also Number Assignment is not for all plan versions.
    My requirement is to copy 3 different plan version into one plan version.
    Thanks in Advance.
    Regards,
    IFF

    Archana,
    Thanx for the prompt the  response.
    My  concern is the  I have three different plan versions ( division wise) , I need to copy all the 3 plan version into one tranget plan version ( which is not active).
    But in Quality and Development system we have  table T77S0  with the entry 05 for the Numrg and Comp.
    Should I assign the same in prodution.
    I am sure that 3 different plan versions have unique numbers.Please advice what to do.
    Regards,
    IFF

  • Report links from one dashboard(report) to another dashboard with prompt

    There are two dashboards ‘Chart’ and ‘Transaction details’ . I am trying to link from one report(dashboard called 'Chart') to another dashboard(Transaction details).
    In first dashboard (screenshot 1) there is a column called ‘Day’ which is like date., I have set the navigate properties and pointed out the second dashboard as the target ( screenshot3).
    In the second dashboard (screenshot 2) , the request has an prompt on the date column.
    Requirement, Once I click on particular value on ‘Day’ column in first dashboard, it has redirect to the second dashboard. Having said that, it is not only enough to navigate but also pass the value as a parameter to the second dashboard.
    Currently, it is successfully navigating to the second dashboard, but not passing the parameter. Is there any particular step that I have take care here.
    By the way, the column which has prompt has be defined as ‘as prompted’ in its report.
    Any inputs, ideas are appreciated.
    Thanks and Regards
    S
    For some reason, I couldn't able to upload the screenshots that I took now in oracle forums.

    Hi Saicand,
    Thanks for you reply. What should I need to check at fx section of the column. Do you mean that the format of the date format should be the same for both the reports.
    Thanks and Regards
    S

  • Pdf form for data from another form with data, xml or pdf, tables not expanding

    Sir,
    I am using Adobe Acrobat 9 Pro and LifeCylce to do these forms. I have made several subforms for a Risk Assessment for the mission they fly. I have also made up another form with tables that would connect with each subform data. This form also will give me and others a % of the values received from the data to help us with seeing problem area towards Safety.
    I am able to connect the data to the form from the Risk Forms but when I go and add another group of data it over writes the data that was already in the data collection form. The tables are dynamic and able to expand with the generated data but when I compile several Risk Forms, xml. data into one single data group, the receiving tables will not except this data. To compile the data I am in Acrobat and using the form-manage form data-merge data to spreadsheet than enter as a report that is xml. Still not working. I also tried to save the form, with data already in the tables, and then opened it again and add data to it, it will over write the existing data in the form. This form does work great with the generated data in LiveCycle.
    Any suggestions???

    Thanks Paul
    Did as you said and for each subform binding tab made sure I have "Repeat subform for each data item" checkbox and still no change when I add the data.
    I even tried to combine the xml data and that file just has the main page and not the data pages. just another problem that is happening.
    Any other suggestions on this expanding tables and receive single forms one at a time.
    Bill

  • How to transfer or share music from one iTunes iPhone to another iPhone with a different Apple ID?

    When my son was younger he would get the music he wanted under my Apple ID on his iPod. Now he's older and has his own Apple ID. He still wants his music we paid for, which is tied to my Apple ID. Is there anyway to share or just transfer from one Apple ID to another on the device? I've read about sharing and authorizing on computers, but we don't have another computer to set up. Thank you all in advance!

    You can't transfer music (nor any other content) from one account to another account, it will remain tied to the account that downloaded it. Also home sharing only works from a computer to a device (or to another computer), it doesn't work between iOS devices.
    Depending upon what country that you are in (music can't be redownloaded in all countries) then he could potentially log into your account on his iPod (I assume that it's an iPod Touch) and redownload his music on it, but that might tie his iPod to your account for 90 days : iTunes Store: Associating a device or computer to your Apple ID.

  • Oracle RAC + Clusterware and another Cluster with Clusterware for SAP

    Hi,
    I have some questions about implementation of Oracle RAC and Clusterware with SAP
    For exemple, an architecture with 4 servers ( 2 real and 2 vritual ).
    I would like to know if i can do this
    2 servers for the first cluster.
    First cluster is with Clusterware and Oracle RAC
    This is for all the SAP Oracle databases environment
    I think there is no problem here.
    Now, with 2 others servers il would like to make another cluster (with also clusterware ) for SAP Central services (SCS) and enque replication server (ERS)
    Because all architecture is for only one SAP environment with separate services.
    1 for Database (cluster 1)
    1 for Central services ( cluster 2, virtual machine )
    1 for Dialogue Instance (no cluster)
    To be clear, the second cluster is to make HA of central services SAP (SCS and ERS )
    My question 2 are :
    Is it a good job to do this ? or there is anything wrong ?
    Do i have to install antoher clusterware for this 2 servers or i have to make anything with the existing clusterware + oracle RAC ??
    Thank you very much for you help
    Edited by: user12395221 on 29 déc. 2009 15:36

    Hi Givre,
    have you checked: Providing High Availability for SAP Resources (http://www.oracle.com/technology/products/database/clusterware/pdf/sap-availability-on-rac-twp.pdf) available on otn.oracle.com/clusterware? Not being an SAP expert myself, I still think, this paper describes the configuration - at least partially - that you are trying to set up.
    Just an idea. Thanks,
    Markus

  • Copy Inventory Master Data to another Item Number

    For the new database setup, I would like to copy from one Item Master Data (all tab details) to another Item Number to save time. Then just edit few fields only. How can I do it?

    Hi Lily,
    If there is provision of changing the item codes then you can try the import from Excel option also. As changing the item codes in an excel list will be much easier than opening each master data and changing the codes.
    Try this-
    1. Go to the test database where you create the test items.
    2. Open the item master data in the find mode and open the search list.
    3. With the f=Form Settings just make those columns visible which you want to import.
    for ex in a DB i have some items, I wnt to import the to other, only the item code, item descrption and the manufactures. then i open the search list and only make these columns visible.
    4. Now export this list to excel
    5. Now change the iem codes of the desired in the excel format.
    5. Save it as a  txt file and import through the "Import From Excel Option"
    Administration> Data Import/Export> Data Import> Import from Excel
    Regards,
    Raj

  • How do i copy one external harddrive to another?

    Ok, so i am a complete newby to Mac's. I have a 1 TB External Hardrive that has about 180 movies on it. I also have an Apple TV. I would like to copy the movies from one external hard drive to another so that I can give it to my mother for a gift. I am not sure how to do this, can anyone help me?

    Connect both drives to your computer. Select the movies you want to copy from Drive A and drag them over to Drive B.
    If you need to clone Drive A to Drive B:
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility in the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means Drive B. Source means Drive A.

  • Using one Cursor data in anothe rcursor

    Hi all,
    I have a requirement of processing the following.
    I have to select the rows for which few selected attributes are null. Then I need to take one more attribute for these rows and check that if the value of that row exists for any other row except this one. If that id exists for another row ,then I have to update two fields concatenate with the value.
    Ex:- suppose I have 3 rows for which all the three attributes are null. I have a value say CCN_ID which I have to check if that exists for any other row other than this. That means the CCN_IFD of these 3 rows should be checked for existence in any other rows in the same table. If any of the CCN_ID of these 3 rows exists, then I need to update that row with attribute (Sayx)CCN_ID concatenated by the CCN_ID.
    I wrote the following query to accomplish this.
    select CCN_ID from TEMP_ARTICLE_TABLE where ARTICLE_NO is null and COLOR_BOTTOM is NULL and COLOR_TOP is NULL and CCN_ID IN
    (SELECT DISTINCT CCN_ID from TEMP_ARTICLE_TABLE where CCN_ID in(select CCN_ID from TEMP_ARTICLE_TABLE where ARTICLE_NO is null and COLOR_BOTTOM is NULL and COLOR_TOP is NULL)
    and rowId not in(select rowId from TEMP_ARTICLE_TABLE where ARTICLE_NO is null and COLOR_BOTTOM is NULL and COLOR_TOP is NULL));
    But I was requested to write a Stored Procedure to do this. So, I am thinking of creating two cursors in which the first cursor's data is used in second one as follows.I am receiving compiling errors as follows while compiling t he code.Am I doing in the best possible approach? Is there any other better approach to accomplish my requirement?
    SP Code:-
    CREATE OR REPLACE PROCEDURE SP_ARTICLEDATA_CLEANING IS
    CURSOR Cur_CCNID is
    SELECT rowId,CCN_ID FROM TEMP_ARTICLE_TABLE WHERE ARTICLE_NO is null AND COLOR_TOP IS NULL AND COLOR_BOTTOM IS NULL;
    CURSOR Cur_ModCCNID IS
    SELECT DISTINCT CCN_ID FROM TEMP_ARTICLE_TABLE WHERE CCNID IN(Cur_CCNID.CCN_ID) AND rowId NOT IN(Cur_CCNID.rowId);
    BEGIN
    FOR rec in Cur_CCNID
    LOOP
    BEGIN
    UPDATE TEMP_ARTICLE_TABLE SET COLOR_TOP='FIX_'||rec.CCN_ID WHERE CCN_ID=rec.CCN_ID and rowId in(cur_CCNID.rowId);
    END;
    END LOOP;
    END;
    Errors:-
    [Error] PLS-00225 (5: 102): PLS-00225: subprogram or cursor 'CUR_CCNID' reference is out of scope
    [Error] ORA-00904 (5: 102): PL/SQL: ORA-00904: "CUR_CCNID"."ROWID": invalid identifier,
    [Error] PLS-00225 (11: 102): PLS-00225: subprogram or cursor 'CUR_CCNID' reference is out of scope,
    [Error] ORA-00904 (11: 102): PL/SQL: ORA-00904: "CUR_CCNID"."ROWID": invalid identifier
    Please guide me if there is abetter way or how to correct these errors.
    Thanks,
    Pavan.

    The basic answer to your problem is use SQL. A single SQL statement can very likely do the entire operation. There is no need for using row by row (called slow by slow) processing in PL/SQL.
    PL/SQL is inferior when it comes to crunching database data. That is the territory of the very powerful and very flexible SQL language. Or simply put: Maximise SQL. Minimise PL/SQL.*
    As for cursors - a cursor is the compiled and executable for a source code program (e.g. SQL statement). It is not a result set. This cursor/program outputs data. It even takes parameters in the form of bind variables. Which means the same cursor (executable) can be used repeatedly, even by different sessions, and executed with different parameters (called bind variables).
    Want to insert 10 million rows? Single SQL cursor (executable program). Called 10 million times. Each time with different parameters (bind variables). Via 10,000 different application sessions. At the same time.
    So a cursor calling a cursor - not really a sensible approach. Cannot be done the way you want in your code. Is used for unique processing requirements like running PL/SQL in parallel using pipe line table functions.
    Bottom line - whoever told you to write a stored proc to do this, is wrong. The correct solution is writing SQL to perform the processing and update you need. That SQL can then be placed inside PL/SQL in order to manage the execution of that SQL cursor and deal with validation of input parameters, handling errors, code instrumentation and so on.

  • Copying one material attributes to another material thro' FM or BAPI

    Hi,
    My requirement is :
    To copy a material attributes from one material(old) to an another material(new). Can anybody suggest a FM or BAPI for this?
    Thanks,
    Kaarthick

    Hi,
    These answers never helped me. I can reformat my quesion : Pls. suggest a BAPI/RFC/FM used to create a new material with reference to an old material.
    Hope this is understandable one.
    Thanks,
    Kaarthick

Maybe you are looking for

  • WRT54G V8 - no connection - All Lights on SOLID all of a sudden

    My WRT54G has worked fine for the last few months but all of a sudden our laptop lost its internet connection. When I went to look at the router it had 5 solid lights, 1,2,3,4 and internet. It doesn't matter what cables are plugged in, those light wi

  • How to get Down Payment amount in P.O Header (Status Tab)

    Hai, I want to get the value of  Down Payment made to vendor for a particular P.O in Header of P.O.Can any one give the solution. Any valuable suggestion is highly appreciated. Thanks in advance vvsrs.

  • MS configure program: encryption format for UGDIR_BINDPW and CFGDIR_BINDPW

    Hi Sun Folks, I am creating a silent installation script for JES 3 messaging and I have come to a bit of roadblock. I would like to create a state file to use with the Messenger Server configure program "/opt/SUNWmsgsr/sbin/configure" and pass to it

  • Report attached to responsibility

    Hi i have a query regarding the deployment of Report. Q- i want to assign a report name to particular responsibility , The report name should be display against responsibility as menu and if user click on the report the out put should come . Emp-- XX

  • Identify all Quarters associated with a Given Date Range

    Hi, I am trying to create a Crystal Report that shows all Quarters data for a give date range. For E.g. the user defined date range is 02/20/2013 - 01/15/2014, the report should include the data for Q1-2013 till Q1-2014. Is there a simpler way to ach