Change table in new debuger

hallow
i wont to change  the name of table (in qa) that i do select in new debugger how i can do that?
Regards

I assuming that ur in ECC 6.0.
In ECC 6.0 debugger screen u can find 4 tabs.
1.variables1
2.variables2
3.locals
4.Globals
In variables tabs u can find columnns from Left to Right.
1.status
2.varible
3.valtype
4.value
5.change nad soon.
Thanks

Similar Messages

  • NEW GL's Changed Tables  mapping

    Hi,
                                 I Need to know more about new GL's Changed Tables  mapping .
    Warm Regards,
    Sachin Darekar

    Dear Sridher,
    Please cehck the SAP Note 812919 - My SAP ERP New G/L Migration.
    other wise you can do other way.
    but it's as on 01.04.xxxx year go live date
    better to take the valus as on 31.03.xxxx
    mean time you can activate the Document spliting and up load the values as on 01.04.xxxx
    but in this case dont do the carry forward run for that F Year.
    morever when you up grade the ECC - 6 version
    this G/L function will be actived automated, and your transaction data will be store in GLTO and FAGLFLEXT
    tables, after that if you want to de activate the classis G/L u can.
    Regards
    radha

  • What are the highlevel steps for changing to a new R/3 backend in SRM 7.0?

    Hi,
    I need confirmation of the highlevel steps required for changing to a new R/3 backend system in a SRM 7.0 server?
    Our scenario is that we want to switch from an old R/3 backend to a new R/3 backend (both ECC 6.0). From what I can read from SAP Note 995771 the following steps would have to be conducted, only I don't know if all are valid or complete for SRM 7.0 as well?
    1. Create new RFC connection for new R/3 backend system in SM59 ( in SRM system.)
    2. Create new RFC connection for SRM system in SM59 (in new R/3 backend system).
    3. Define Logical System for the new R/3 backend system (in SRM system).
    4. Define Logical System for the SRM server (in new R/3 backend system)
    5. Define System Landscape for new Logical System and RFC connection (in SRM system).
    6. Adjust settings in Define Backend system for Product Category. (in SRM system)
    6. Run BDLSS (in SRM system)
    7. Run BDLSS (in new R/3 backend system).
    8. Control BDLSS results via report ZSCAN_LOGSYS (in SRM system)
    9. Control BDLSS results via report ZSCAN_LOGSYS (in new R/3 backend system)
    10. Maintain ALE-Distribution Model and Distribute Views for new R/3 backend. (in SRM System)
    11. Verify ALE-Distribution Model and Distributed view for SRM system (in new R/3 backend system)
    12. Generate/Control Partner functions in WE20 for IDOC processing (in SRM System)
    13. Generate/Control Partner functions in WE20 for IDOC processing (in new R/3 backend system)
    14.Adjust the site attributes in transaction SMOEAC (in SRM System)
    15. Adjust Table CRMRFCPAR (in new R/3 backend system)
    16. Adjust Table CRMCONSUM (in new R/3 backend system)
    17. Adjust Table CRMSUBTAB (in new R/3 backend system)
    18. Adjust Table CRMPAROLTP (in new R/3 backend system)
    19. Adjust Table SMOFPARSFA (in SRM system)
    20. Run report RHOMATTRIBUTES_REPLACE to replace attributes still having the old logical system assigned in the organization model.
    Are there any relevant steps missing? (I will of course take care of master data, number ranges etc)
    Thanks in advance for your responses,
    BR Jakob

    Hi,
    Solution Manager has some documents. or check help.sap.com.
    http://help.sap.com/saphelp_nw70/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    When you create a custom task, you should add the task ID to the UWL configuration.
    Portal, Administration -> System configuration -> UWL Administration -> Click to Manage Item Types and View Definitions. Select Configuration "com.sap.pct.srm.core"; and download the configuration. Edit the configuration copy the task block and add new task ID. Upload the configuration.
    Regards,
    Masa

  • Best approach to publish new table or new column on existing table on MDW?

    Hi,
    I'm refering to Olite R3 without any patches. I don't use Java API, I use MDW.
    if I have a new table or a new column on a existing table, what's the best approach to publish it?
    I'm asking this because I've trying lots of approaches and the only solution was, step-by-step:
    1) On MDW, drop the publication item
    2) Add again the publication item
    3) Associate the publication item to the publication
    4) Save everything
    5) File / Deploy (if I don't do it, it does not work)
    6) Tools/Package... (that's where it's a problem: if I don't remove the app and create it again it does not work!)
    7) on the client side, I perform a msync with "force refresh"
    That's the only way I found to publish new items for sure. Any other action does not push the new table or new column to the client's embbeded DB.
    Any comments?
    Regards,
    Maurício Américo Vernaschi.

    I do not use MDW, rather a mix of java and the final publish step you use, but
    Adding new PIs should be easy, just add them and re-publish (no need to drop anything)
    for changes, if you just have new columns and the sql statement is 'select * from' then you should just need to make the changes in the base schema objects, and run the publish with no changes and the updates should be picked up. If selecting specific columns, then update and re-publish.
    When using MDW at the end you can save the application as a jar file, and then use this jar file to publish in the mobile manager - this is the best wayto publish.
    Have a look at this jar file in winzip, and you will find it contains a web.xml file. This is the xml definition of the publication items, and for simple changes it is possible to just edit this file and republish via the mobile manager

  • How to run insert/update/delete from CDC Change table to target using OWB

    I am planning to set up CDC and publish CDC change table as source data into to OWB. I have come across where I am confused how to apply changes from CDC change table to target database using OWB. For i.e. change tables is containing information like
    operation$, cscn$,commit_timestamp$,xidusn$,....,list of column name
    D,12323223,8/28/2008 1:44:32PM,24,.....,list of column value that have to be deleted from target
    UO,12323224,8/28/2008 1:45:23PM,24,.....,list of column value that have to be updated in target.
    Please advice or give me some hint. Thank you.

    Hi,
    you can wait for 11gR2 with CDC integration or build most of the code outside the owb. To use CDC you must do this things (http://www.oracle.com/technology/oramag/oracle/03-nov/o63tech_bi.html):
    1. Identify the source tables.
    2. Set up a publisher.
    3. Create change tables.
    4. Set up a subscriber.
    5. Subscribe to the source tables, and activate the subscription.
    6. Set up the CDC window.
    7. Prepare a subscriber view.
    8. Access data from the change tables.
    9. Drop the subscriber view, and purge the CDC window.
    10. Repeat steps 6 through 9 to see new data.
    You can do only a few of this inside owb, most of it must be done outside.
    Regards,
    Detlef

  • Master Page Bugs? Won't Update Changes or Apply New Page Correctly.

    I've been working with master pages for our new project templates and have found what appears to be several big problems:
    1. When I make changes in the Master Page (.htt file), none of those changes propogate to the topics that have been assigned this same Master Page. Shouldn't it do this?
    2. As an alternative, I tried applying a Master Page to multiple topics in the Topic List pod. The first problem with that is that you cannot apply the existing Master Page. So, I had to create a fresh Master Page with my changes, then tried applying it. However, several problems occur. Firstly, none of the new Master Page formatting appears correctly. Secondly, for some reason it is duplicating breadcrumbs at the top of the page (each of the Master Pages, before and after only had one breadcrumb). It seems to have combined some of the formatting from both before and after Master pages.
    I should also note that when I apply the Master Page with any changes to a new topic, it does work correctly.
    I have read the documentation thoroughly and feel I am doing this correctly. The problem seems to be that the functionality doesn't work as promised. I see this as a grave problem. Our templates are likely to change with time, and I need the ability to apply changes en masse.
    Does anyone know what might be the problem?

    Hi there
    First, you must understand that Master Pages are used in two completely different ways. Sounds like you are making changes to the Body Placeholder of the Master Page and expecting to see those changes influence the topics linked. Sorry, but that has never worked.
    So here are the two ways Master Pages are designed to work in RoboHelp.
    Method 1 - Used to infuence EXISTING content.
    Perhaps you have created 1,000 topics and you now wish to add a Header, Footer or both to these existing topics. You define a Master Page and add a Header, Footer or both to the Master Page and You associate it with the topics. All those topics now have a Header and/or Footer. Any changes to the Header and/or Footer are populated across all linked topics.
    Method 2 - Used to influence NEW content you create.
    Perhaps you know that you will be creating many topics that should have the same look and feel. Maybe each of them begin with a table containing an image and some text. So you define a Master Page and configure the Body placeholder as you wish to see it. When you create new topics, you point to the Master Page so that as the topics are created, the Body content of the Master Page is populated into the topic as a starting off point. Once the topic has been initially created, changes to the Master Page ARE NOT reflected in the topics. This works identically to making a copy of a document. The copy looks identical to the original. And any changes to the original will never be copied over to the copy. Only NEW copies will receive the changes.
    As far as the Breadcrumbs go, you likely have GLOBAL Breadcrumbs enabled in the Single Source Layout recipe. This means that every topic gets Breadcrumbs during the process of creating the output. If you are trying to employ SELECTIVE Breadcrumbs by adding the PlaceHolder to the Master Page, you need to disable the GLOBAL Breadcrumbs in order to prevent seeing double.
    Hope this helps a bit... Rick

  • How to change or add new ext for video?, How to change or add new ext for video?

    How to change or add new extensions for video player???

    Hi,
    Please try to  use Explicit Commit work to save the changes.
    check if there in any BAPI FM related to this.
    Please check the structure you have passed for these fields.
    check the Item category for BOM items - POSTP in table T418. if the entry exists then try to add the values again.
    Thanks & Regards,
    Chandralekha.

  • Change tables order

    Hi
    I'm trying to do a java application, using unmanaged ras, which change tables order.
    I tried 2 methods but the two of them seems to have a bug.
    In the first one I tried to move one table to the end and when i displayed the tabels looked just fine but when I save the report the changes are lost.
    In the second I saved the table in a temporary table I removed it (after i erase manually the field from the report just to see if this method works) and then I add the saved table.This method do what I want except the fact that the newtable that I add had other connection info even if i put it the connection info from the erased table.And now is like I select the data from 2 different datasources and I don't want that.I use odbc connection and the old table has
    Database DLL : crdb_odbc.dll and the new one has Database DLL:crdb_query.dll and this is not the only difference.
    Here I paste part of my code to clarify the things:
      public static void main( String[] args )
              init();     //this method initialize the ras server I don't paste
                            //the code because this works just fine and I think is
                            //not rellevant for my problems
              try{
                   ReportClientDocument reportClientDocument1 = new ReportClientDocument(  );
                   reportClientDocument1.setReportAppServer( reportAppSession.getReportAppServer(  ) );
                   reportClientDocument1.open("rassdk://C:/tmp/bbb.rpt",0);     
                  changetables(reportClientDocument1,alias );
                   reportClientDocument1.saveAs("bbb1.rpt", "rassdk://C:/tmp",1);
                   reportClientDocument1.close();
                   System.out.println("doc bbb1 saved");
            catch(ReportSDKException ex1){
                   ex1.printStackTrace();
              catch(IOException ex2){
                   ex2.printStackTrace();
              try{
                   ReportClientDocument reportClientDocument1 = new ReportClientDocument(  );
                   reportClientDocument1.setReportAppServer( reportAppSession.getReportAppServer(  ) );
                   reportClientDocument1.open("rassdk://C:/tmp/bbb.rpt",0);     
                  removeaddtable(reportClientDocument1,alias );
                   reportClientDocument1.saveAs("bb2.rpt", "rassdk://C:/tmp",1);
                   reportClientDocument1.close();
                   System.out.println("doc bbb2 saved");
            catch(ReportSDKException ex1){
                   ex1.printStackTrace();
              catch(IOException ex2){
                   ex2.printStackTrace();
    public static void changetables(ReportClientDocument rpt,String alias)
         int poz;
         try{
         poz=rpt.getDatabaseController().getDatabase().getTables().findByAlias(alias);
         if (poz!=-1){
              ITable auxtable=rpt.getDatabaseController().getDatabase().getTables().getTable(poz);
              rpt.getDatabaseController().getDatabase().getTables().remove(poz);
              rpt.getDatabaseController().getDatabase().getTables().add(auxtable);
              System.out.println("change table method complete");
         }catch(ReportSDKException e){
              e.printStackTrace();
    public static void removeaddtable(ReportClientDocument rpt,String alias)
         int poz;
         try{
         rpt.getDatabaseController().logon("snr","snr");
         poz=rpt.getDatabaseController().getDatabase().getTables().findByAlias(alias);
        if (poz != -1)
             IConnectionInfo ci=rpt.getDatabaseController().getDatabase().getTables().getTable(poz).getConnectionInfo();
             Table newTable=(Table)((Table)rpt.getDatabaseController().getDatabase().getTables().getTable(poz)).clone(true);
             rpt.getDatabaseController().removeTable(alias);
             TableLinks tl=rpt.getDatabase().getTableLinks();
             newTable.setConnectionInfo(ci);
             rpt.getDatabaseController().addTable(newTable, tl);
             System.out.println("removeaddtable method complete");
         }catch(ReportSDKException ex1){
                   ex1.printStackTrace();
    I hope you can tell me how should I modify the method changetables or
    removeaddtable to obtain what I want.

    Hi Jason,
    How to change the order of tables within sheets
    Make a table active by clicking in it once to select that table, then drag it by the 'bullseye' (top left, I have placed a red circle to show the bullseye):
    After dragging the table down:
    Table 1 is now below Table 2.
    The blue line is an Alignment Guide
    Two types of Guide:
    1. Menu > View >Show Rulers. Drag Alignment Guides from a ruler to where you want them.
    2. Menu > Numbers > Preferences > Rulers > Alignment Guides. Turn on (tick) both guides. That allows you to align objects with *each other* (as well as with the ruler guides). These guides help to align objects left, middle, right, top, bottom.
    Alignment Guides do not show unless you are moving an object.
    to drag/move table to another sheet in the one file
    Not possible in Numbers 3. The Sheets Pane has gone. Instead, select the entire table (click once in the table to make it active, then click on the bullseye). Copy (or Cut if you are brave). Go to another Sheet and Paste.
    Also can you change the size of sheet tab width on tab toolbar, so I can see more sheets at once??
    No. Let's hope this will be added in future updates. However, you can drag a Sheet tab left or right to reorder them.
    Another tip: each Sheet tab shows the contents of that Sheet, with some options such as Duplicate and Delete:
    Regards,
    Ian.

  • Oracle cdc change table column - cscn vs rsid

    Hi all,
    I am not able to understand the differences between the CSCN field vs the RSID field. Looking up internet guides it said:
    RSID is the Unique row sequence ID within this transaction.  The RSID$ column reflects an operation's capture order within a transaction, but not across transactions. The publisher cannot use the RSID$ column value by itself to order committed operations across transactions; it must be used in conjunction with the CSCN$ column value.
    Can anyone explain to me in simplier terms what the CSCN field stand for? Also, why cant we use the timestamp$ field to order the operations?
    Also, for a row in the change table, are we able to determine which column in the row changed first?
    Edited by: user8915380 on 04-May-2010 03:22

    Hi,
    you can wait for 11gR2 with CDC integration or build most of the code outside the owb. To use CDC you must do this things (http://www.oracle.com/technology/oramag/oracle/03-nov/o63tech_bi.html):
    1. Identify the source tables.
    2. Set up a publisher.
    3. Create change tables.
    4. Set up a subscriber.
    5. Subscribe to the source tables, and activate the subscription.
    6. Set up the CDC window.
    7. Prepare a subscriber view.
    8. Access data from the change tables.
    9. Drop the subscriber view, and purge the CDC window.
    10. Repeat steps 6 through 9 to see new data.
    You can do only a few of this inside owb, most of it must be done outside.
    Regards,
    Detlef

  • To change table data runtime when dropdown item is changed

    Hi,
    I have two ui elements(Dropdown by index and table) in single view .
    I need to display table as per drondown index item selection. Means i have to change table data runtime when dropdown item is changed.Please help me in that .Please provide code for same.
    Regards,
    gurprit Bhatia

    Hello gurprit Bhatia,
    On the view create a new action. Fill only the Name and Text and leave the other items default.
    In this event you can populate the table fields.
    Bound this newly created action (event) to the onSelect property of the 'DropDownByIndex'.
    Regards,
    Patrick Willems

  • Secondary Index on ODS Change Table

    Hi All,
    We have a process that does a lookup to the change table /bic/XXXX40 in the update rules while loading the ODS. We are having performance problems that can be resolved by putting a secondary index on the change table. We are able to create the index in the Dev env using SE11, but we can't put it in a package other than $TMP. Putting a secondary index on the ODS in the normal way didn't put the index on the change table so that doesn't help us.
    Any ideas on how we can get our new index into a package that we can transport?
    Thanks in advance!

    Just echoing Jorge's post - you'll need to open Prod and create it there, same is if you were creating secondary indices on master data tables or dimension tables, since the wkbench doesn't support creating indices on them either.
    PS.
    Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!

  • Changing Table defaults to Font to Normal, and Align-Vertical to Top - DW 5 (kind of a repost)

    Hello,
    This is pretty much a reposting of my last 2 questions...
    In DW 5, trying to change Table default settings to
    - Normal font (right now default is Bold)
    - Vertical Alignment to Top (current default is middle) (so that text and lists will start at the top and fill down, like an ordinary document or table in Word)
    I have multiple columns across the screen, different categories of events, news, resources, that I will be updating over time.
    Ideally I would like to be able to 'simply' type and update the listings as needed (including bolding, indenting, the occasional image), just like in a document. I know this will involve tables, especially when it comes to 'indenting' text under a heading.
    Updating a website. My in-progress work-up is here - http://www.wnytrauma.org/index33.html  - (I know the coding is probably a mess, but I'm an old dog and this is a new trick).
    Thank you,
    Lawrence Congdon
    (@LC_Sun)

    If you can't find a stylesheet named outline-table-cells.css, it might be a name inserted by my Firebug.
    In any case, try adding a rule with these properties in any css that your page uses:
    table td, table th {
        font-weight: normal;
        vertical-align: top;
    Note: The default font weight for a table cell (td) is normal
    The default font weight for a table header cell (th) is bold.
    If you were to use td instead of th you would not need the font-weight: normal property to override the default

  • How we can update cube using Change Tables as Source

    I have created a cube using source tables. I have also created change table (feature of 9i) based on source table. which store new changes to souce table. I want to load cube using one mapping from source table or change table based on the validity of the change table.
    Is that possible to do this? have anybody implemented change table to incremental load of cube?
    Sanjiv Tyagi

    Hi Sanjiv,
    I can think of 2 ways of doing this:
    one is using a single mapping with a pre mapping process to determine whether the change table is valid. If yes the pre mapping process creates a view (that is also referenced in the mapping itself) on top of the change table (select * from change_table), if this is not valid then the view will be on the source table (select * from source). After this pre map process the mapping runs on which ever view exists and loads the data.
    the second way is using process flow and 2 mappings. In PF you have a PL/SQL call that verifies which data to use. If the change table is correct, that will give success and uses the mapping on the change table. If the return is Error then you use the mapping on the source table.
    I have not implemented these solutions, however I think these are 2 ways of getting it to behave like you would want to...
    Hope this gives you some ideas,
    Jean-Pierre

  • Change table data without tabular report

    Hi,
    I am very new the APEX, and PL/SQL for that matter, but hope this is not too newbie.
    I am trying to make a page with a report where I can change table values by ediiting text in report columns. I have tried to use tabular report but since my source pl/sql includes a search etc I am not able to write SQL which is accepted as SQL updatable report.... this is my source which works with search:
    declare
    q varchar(32767);
    begin
    --Search with no text
    if(:p1_report_search IS NULL) then
    q := 'select * from tpd_delivery_detail';
    --Search According to criteria
    else
    q := 'select *
    from tpd_delivery_detail
    where upper(trim(:p1_report_search)) '||:P1_OPERATOR||' upper(trim('||:p1_in||')) ';
    end if;
    return q;
    end;
    So my first question is if it is possible to write this as SQL updatable report, and if how?
    Then I have a process which start when a button is pressed which is:
    declare
    l_colA tpd_delivery_detail.status%TYPE;
    l_colB tpd_delivery_detail.usr_comment%TYPE;
    begin
    for i in 1..apex_application.g_f01.count
    loop
    select status
    , usr_comment
    into l_colA
    , l_colB
    from tpd_delivery_detail
    where id = apex_application.g_f01(i);
    if l_colA != apex_application.g_f12(i) or l_colB != apex_application.g_f13(i) then
    update tpd_delivery_detail
    set status = apex_application.g_f12(i), usr_comment = apex_application.g_f13(i)
    where id = apex_application.g_f01(i);
    end if;
    end loop;
    end;
    In the process I try to to see if any of the two updatable columns are changed and needs updating, and if so update. Here my problem is the apex_application.g_f01(i) which when i is a number refering to the row...cant get the apex_application.g_f01(i) to refer to the data in the report.
    My question is how I can use the apex_application.g_f (suspect you can only use for tabular report) or if there is another easy way to do the updates I want?
    Best regards
    Alex

    Is it common to implement TDMS without scrambling sensitive data? => This depends on the customer situation , if you feel that you have very sensitive data in sender system and do not want to expose this data to users in receiver system , then for sure scrambling is the way else leave it .
    Or to change table auth groups in one system and not in another?=> I do not understand the need of doing this , can you elaborate a bit more .

  • How do you access updates to apps from the App store after changing to a new ID because the password on the old ID was changed and you don't know what it is now?

    How do you access updates to apps from the App store after changing to a new ID because the password on the old ID was changed by the former husband and you don't know what it is now?  And you set up your own new ID and account but can NOT access the updates, from the App store for the many apps that you already have, because they require that you sign in with that former now inaccessible ID and account and password?  Call it a problem of modern times and changing relationships, if you want to be charitable.

    So I guess it will only be new apps that I download that are allowed to give me their updates while 13 updates wait for me on an ID I can no longer access.
    Yes...  sorry.
    In the future, if need be, you can re download your purchases for free  >  Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Good rule of thumb is to back up your purchases regardless  >  Mac App Store: Backing up your app purchases

Maybe you are looking for