Replacement tables in ECC 6.0

Hi All,
What are the replacement tables in ECC 6.0 for the following 4.6 c tables.
ADRCMAT
ADRCMX
ADRCWO
AUCTIONBIDDER
AUCTIONBIDDERDET
AUCTIONCATEGORY
AUCTIONCATEMAP
AUCTIONITEMS
AUCTIONITEMSMAP
AUCTIONITEMSMAPO
AUCTIONITEMSOLD
AUCTIONPAYMENT
BC430PERS
BDNODE
BKORA
BPOBREL_LO
CCCEXITCHK
CCCFINI
CCCHECK
CCOBJS
CCRFCTABS
CCSTAT
CSDIALOG
CSDIALOGS
CSDIALOGT
CSDLGITM
CSDLGITMCP
CSDLGITMT
CSDLGSCR
CSDLGSCRCP
CSDLGSCRT
CSMBK_QUA
CSOBJECT
CSOBJECTCP
CSOBJECTT
CTRLCOMP
Regards,
Sudheer.

Hi
FAGLFLEXT and FAGLFLEXA are the two important tables updated for New GL functionality in ECC 6.0.
Hope this might be of some help to you.
Good Luck
Hari

Similar Messages

  • How to update a Z-table in ECC for the data coming from CRM

    Hi Experts,
    I need to store the industry code and description from customer master from CRM into a Z-table in ECC.I have checked the BDOC segments is already there in CRM.This Z-table has to be updated each time when the user save the customer master.This Z-table will be non editable in ECC.
    Thanks in advance.
    Regards,
    Sumit

    Hello,
    Do you synchronize CRM business partner with ECC business partner?
    Because in standard industry code & description are replicated between both objects... so I don't really understand what you try to do.
    Anyway, if you would like to save some information in a Z table each time a business partner gets replicated into ECC, you can register a function module in table COM_BUPA_CALL_FU on ECC to do the job.
    Kind regards,
    Nicolas Busson.

  • Code To Update the Table in ECC from Webdynpro

    Hi All,
    I want to know, the table is dispalyed in the webdynpro browser when we calls the Adaptive RFC Model.
    after i want to add one more row in the webdynpro and just clicking on add button the row will be updated in the ECC server(backend) for that how can i write the coding,  regarding this issue can you please help me.
    ThanX All,

    Hi Sriram,
              Assuming you have a table filled with records by adding one by one, If you want to update a table in SAP ECC, follow these steps..   i think already you are triggering the action for the button in view(for table updation) to method in controller or created a custom controller and mapped the model node.
    1.  Initialize the main model node and bind the model node with the intialised object like
         Zbapi_MainModelNode_Input input = new Zbapi_MainModelNode_Input();
                           wdContext.nodeZbapi_MainModelNode_Input ().bind(input);     
    2.  Now loop the table node and set the values with corresponding class in the generated model (from webdynpro explorer) and initialize like
            IPrivateControllerName.ITableElement myTab = null;     
           for ( int i = 0; i < wdContext.nodeTable().size();i++)
                         myTab = this.wdContext.nodeTable().getTableElementAt(i);
         Bapi_structname name = new Bapi_structname();     
                        name.setFieldName1(myTab.getFieldName1);
                        name.setFieldName2(myTab.getFieldName2);
                        input.addT_Bapi_(name);
    Finally execute the BAPI..
       wdContext.currentZbapi_MainModelNode_Input tElement().modelObject().execute();
    Hope this solves your issue - Update the Table in ECC from Webdynpro.
    Regards,
    Manjunath
    Edited by: Manjunath Subramani on Nov 20, 2009 4:26 PM
    Edited by: Manjunath Subramani on Nov 20, 2009 4:27 PM

  • How to replicate a customized condition table from ECC to CRM

    Dear All,
    We have created a new condition table in ECC, using a new set of key fields to define sales district specific product price. This table is in ECC only and we would like to replicate it to CRM. Could you please let me know how we can do that? What replication object should we use?
    Thanks in advance!
    Erinn

    Hi,
    Use DNL_CUST_CNDALL, this would create the database table in CRM. Also you might need to run other loads corresponding to your scenario like DNL_CUST_CND_PR, DNL_CUST_PRC  etc
    Regards
    Prasenjit

  • Reg: Parameter Value in CRMPAROLTP table in ECC 6.0

    Hi,
    While trying to build a middle ware for CRM 5.0 and ECC 6.0 we came across CRMPAROLTP table in ECC 6.0. In this we need to maintain Parameter Name and Parmaeter value. If the Parameter name is CRM_RELEASE wht will be the parameter value for CRM Version 5.0?
    Regards

    Hi Veerendra,
    Parameter value is 500.
    Regards
    Nadh.

  • Different Chnage management Tables in ECC and relation

    Dear BW/ECC experts..
    I wish to find out if you have any document or link to read on the change management tables in ECC in relation to BW.
    Like JEST/JCDS tables gives Changes to USER/SYSTEM status change....
    JEST
    JCDS
    CDHDR
    CDPOS
    AENR
    AEOI
    I know this may not be directly relavant for BI/BW but some of you might have already gone thru this process.
    Thank you in advance.

    Hi,,,,,,, you Can refer the below links
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0002c1c-f07c-2c10-3c93-b053715529b4?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00f47333-a50e-2e10-a7bf-d0ab463da382?quicklink=index&overridelayout=true

  • R12 Upgrade: ra_territories, ar_location_rates, ar_location_values table Absoluted and if yes then what are the replacement tables?

    Hi,
    We are in the R12 Upgrade process and having doubt in ra_territories, ar_location_rates, ar_location_values tables.
    Please clarify are they got absolutes or we have replacement tables for these?
    Regards,
    Uday

    Hi,
    I see you are confused between using ra_interface_lines_all and API. The AR Invoice can be created in two method.
    1. Using Autoinvoice interface a open interface program. For this you need to populate ra_interface_lines_all and ra_interface_distributions_all (if you are not using auto accounting) interface tables and then submit the Autoinvoice Master program, a interface program to load the AR invoices. Once the program completes, the errors will be stored in ra_interface_errors_all table.
    2. Second method is to use the API. If you are using API, no interface table will be used to and errors will not be stored in interface tables. You can use the following routine to get the errors.
    IF l_return_status != 'S' THEN
    dbms_output.put_line('unexpected errors found!');
    IF p_msg_count = 1 Then
    dbms_output.put_line('l_msg_data '||l_msg_data);
    ELSIF l_msg_count > 1 Then
    LOOP
    p_count := p_count+1;
    p_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
    IF p_msg_data is NULL Then
    EXIT;
    END IF;
    dbms_output.put_line('Message' || p_count ||'.'||l_msg_data);
    END LOOP;
    END IF;
    ELSE
    dbms_output.put_line(' Got Created Sucessfully : '||l_customer_trx_id);
    END IF;
    KG

  • Read Tables from ECC without BAPI

    Hi All,
    I have a requirement that I want to read the table in ECC from CRM without making use of BAPI FM's. Is it possible?
    Thanks
    Srinivas.k

    Hi Srinivas,
    Sounds Crazy a bit, but you can use RFC_READ_TABLE FM to meet the requirement.
    Options: you give the WHERE conditions
    Fields: you give the selectable fields
    Rest all parameters are self explanatory in that.
    Hope it helps.
    Regards
    Sidd

  • Replication Z-Tables from ECC to CRM

    We have a client with some Z-Tables in ECC and we need to replicate this tables in CRM,  anybody have any information about this.
    Thanks in advanced
    Sebas

    Hi Sebas,
    The following link shows the replication from CRM to ECC. The same can be followed for replication from ECC to CRM.
    Replication of Z table from CRM to R/3 - No mBDoc Created
    You can also try this
    1. Create the Ztables both in ECC and CRM
    2. create customizing adapter objects in R3AC3.
    3. copy the stanadard FM 'CRM_BUPA_MAP_ADREREG_CI' to custom FM and write source code. load object in R3AS.
    4. create a variant and shedule the based on requirement
    Thanks and regards,
    Madhukar Reddy

  • How to update the Z table in ECC using CRM standard fields

    Hi Experts,
    I need to store the industry code from customer master from CRM into a Z-table in ECC.I have checked the BDOC segments is already there in CRM.This Z-table has to be updated each time when the user save the customer master.This Z-table will be non editable in ECC.
    Thanks in advance.
    Regards,
    Sumit
    Edited by: Schourasia on Oct 21, 2009 6:55 PM

    Hello,
    Do you synchronize CRM business partner with ECC business partner?
    Because in standard industry code & description are replicated between both objects... so I don't really understand what you try to do.
    Anyway, if you would like to save some information in a Z table each time a business partner gets replicated into ECC, you can register a function module in table COM_BUPA_CALL_FU on ECC to do the job.
    Kind regards,
    Nicolas Busson.

  • New and replaced functionalities in ECC 6.0

    Hi all Experts,
    I want to know the New functionalities and replaced functionalities compared to 4.6C to ECC 6.0 in FICO Modules.
    I need Quick response from your side.
    Points will awarded..
    Regards,
    Soma.

    hi
    new Gl is the main functionality of ECC6
    u can know more about new GL at
    Re: Classic G/L and New G/L
    and also  check the link for Delta between 3.1-4.0- 46C - ECC5.0 & ECC 6.0
    http://solutionbrowser.erp.sap.fmpmedia.com/
    assign points if useful
    regards
    Srilakshmi

  • List of tables in ECC 6.0

    Can anyone guide me for the procedure to extract the list of all tables (PP,MM,FICO &SD) from ECC 6.0 to excel or provide the link for the same.
    Thanks
    Edited by: sapsarang on Jun 24, 2009 12:33 PM

    Hi,
    You can use table DD02VV, in this table all the table names are stored.
    Regards,
    prabu

  • Regarding the SAP big tables in ECC 6.0

    Hi,
    We are having SAP ECC 6.0 running on Oracle 10.2g database. Please can anyone of you give fine details on the big tables as below. What are they? Where are they being used? Do they need to be so big? Can we clean them up?
    Table          Size
    TST03          220 GB
    COEP          125 GB
    SOFFCONT1      92 GB
    GLPCA          31 GB
    EDI40          18GB
    Thanks,
    Narendra

    Hello Narendra,
    TST03 merits special attention, certainly if it is the largest table in your database. TST03 contains the contents of spool requests and it often happens that at some time in the past there was a huge number of spool data in the system causing TST03 to inflate enormously. Even if this spool data was cleaned up later Oracle will not shrink the table automatically. It is perfectly possible that you have a 220 GB table containing virtually nothing.
    There are a lot of fancy scripts and procedures around to find out how much data is actually in the table, but personally I often use a quick-and-dirty check based on the current statistics.
    sqlplus /
    select (num_rows * avg_row_len)/(1024*1024) "MB IN USE" from dba_tables where table_name = 'TST03';
    This will produce a (rough) estimate of the amount of space actually taken up by rows in the table. If this is very far below 220 GB then the table is overinflated and you do best to reorganize it online with BRSPACE.
    As to the other tables: there are procedures for prevention, archiving and/or deletion for all of them. The best advice was given in an earlier response to your post, namely to use the SAP Database Management Guide.
    Regards,
    Mark

  • List of Obsolete Tables in ECC 6.0 - Very Urgent

    We are planning to upgrade from 4.6c to ECC 6.0. Heard that there are many standard objects obsolete in ECC 6.0. Can anyone give me the List of Obsolete Tables and also the standard objects in ECC 6.0 with their updated tables and obejcts. This is required very urgently.

    Dear,
    You may have an overview wirth Solution Browser  tool (at the solution point of view) in order to compare functionality between your current system and the ERP 2005.
    at:
    http://solutionbrowser.erp.sap.fmpmedia.com/
    You can get the detailed release information from the following link.  
    http://service.sap.com/releasenotes.             
    A release note is a brief explanation of new features or changes to the system since the last software release. A release note typically describes a new function or an existing function that has been enhanced or changed.
    I hope this helps.
    Lucio Rodrigues
    SAP Active Global Support

  • How to convert Tables in ECC to Tables in 4.6C

    Friends,
       I have a unique requirement where I need to copy the smartform from ECC to 4.6C. Everything seems to beokay except filling the table. I have a table in Main window with 2 line types. first one has only one cell (header) and 2nd one has 3 cells with item data. for each of the cell I have some abap code ( program lines node) and one text element. so when I write define them I see all of them under Table node in a messy format. even I am not able to see which program line code is related to which text element and CELL.
       Can anyone advice me how to define in order to place the data in relevent cells ?
    Thank you so much for your time in going thru this.
    Cheers
    Reddy

    Hi Reddy,
    No problem, these setting can be a bit tricky.
    For your text elements, the first element in the row you need to check the 'New line' box and specify your line type, this will put the text in the first cell of that line.  For each other element in the row only check 'new cell', this will put each element into a new cell working across the row.  The 'Skip cells' field should only be filled if you want to leave a cell in the row blank and fill the next one.
    Regards,
    Nick

Maybe you are looking for

  • Is it possible to sort a playlist alphabetically...

    Is it possible to sort a PLAYLIST or ARTIST songlist alphabetically in itunes and retain that order on ipod (Classic)? Some of my playlists or artist's songlists have literally hundreds of songs and it is cumbersome to try to locate a particular song

  • Cannot Editing Text in Acrobat 8

    I opened customers pdf in Acrobat 8 Mac. Went to properties and found font name and opened it. Was able to edit Optima fonts but was not able to edit any of the Avante Garde fonts. I changed the avante garde text to times and arial, and still got an

  • Export Chart to Excel

    Hi guys, Is there a possibility (or workaround) to export a chart from BEx Web into BEx Analyzer? I only to succeed to export the data as such... Thanks for your quick help! Sabine

  • Phone being recognized as a camera

    When I connect my phone now to my computer, it is recognized as a camera. iTubes does not see it help plz

  • ICal Subscriptions on iPad/iphone?

    Hi everyone, I am trying to understand why the US Holiday Subscription won't sync with my ipad/phone in iCal. I read somewhere that with Mobile ME this wasn't possible. Has that changed with the new version? Does anyone have a work around? Thanks! -K