Table TCOBL in ECC6

Hi,
We're currently trying to updgrade from 4.7 to ecc 6.0 and we're having some difficulties.
In the transaction MIGO, we have a shortdump, screen 9000 not found. After some research we found that the screen number is taken from the table TCOBL. In this table there's a list of dynpro with priorities, and it appears that the screen 9000 is first by priorities, even though it seems that this screen doesn't exists anymore in the program ????
so my guess is someone may have change the content of table TCOBL. That's why I'd like to know if you also have the line with the screen 9000 in your table TCOBL,
Thanks a lot
Olivier Pierre

Hi,
I am on ECC 6.0 & TCOBL does have a 9000 entry as follows :-
STD1     9000     XX    X                            X     9     9000
The MIGO program doesnt have 9000 screen, but i am not getting any error when i execute MIGO.
Goto SE80, open the program of MIGO & rebuild component list & then activate.
Thanks,
Best regards,
Prashant

Similar Messages

  • How to extent table space in ecc6 sap with aix

    Dear ALL,
    how to extent table space in ecc6 sap with aix
    REGARDS,
    ashutosh

    Hi Ashutosh,
    You can use brtools/sapdba in oracle and increase tablespace. You have not mentioned which database and version using.
    Regards,
    Anil

  • Strange issue in updating custom table after upgrade ECC6.0! Please help!

    Hello everyone:
        I have some code (shown below) that deletes and updates some SAP tables and one custom table:
        DELETE T5UBV   FROM TABLE DEL_T5UBV.
      DELETE ZCHRZIP FROM TABLE DEL_ZCHRZIP.
      MODIFY ZCHRZIP FROM TABLE WRITE_ZCHRZIP.
      MODIFY T5UBV   FROM TABLE WRITE_T5UBV.
    COMMIT WORK.
    For SAP table the code above works fine but for custom table it overrides all exisiting data! It should keep some existing data in custom table ZCHRZIP and append any extra data from internal table WRITE_ZCHRZIP. This functions as designed if I run in fore ground but in background it just overrides instead of modifying and appending! This is happening only after upgrade ECC6.0. Any thoughts? Please let me know.
    Thanks.
    Mithun

    Mithun,
    Comment below code
    DELETE ZCHRZIP FROM TABLE DEL_ZCHRZIP.
    <b>Reward if it helps,</b>
    Satish

  • How to define perform with table statement in ECC6.0

    Hi all,
    I am working on ECC6.0 version. I m using a perform to populate an internal table like this:-
        PERFORM explode TABLES li_zmpsdtl
                                USING gs_matnr.
    & its forms is defined as: -
    FORM treat_one_item  TABLES   li_zmpsdtl STRUCTURE zmpsdtl
                         USING    gs_matnr TYPE matnr.
    doing some action..............
    endform.
    While performing SLIN it shows an error message :-
    " The current ABAP command is obsolete.
    Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary types (not "LIKE" or "STRUCTURE").  "
    If i use type in place of STRUCTURE then it is ok, but zmpsdtl should be defined as table type. :-
    FORM treat_one_item  TABLES   li_zmpsdtl type zmpsdtl
                         USING    gs_matnr TYPE matnr.
    doing some action..............
    endform.
    is there any other option to do the same thing. i dont want to create any teable type.
    Thanx in advance,
    Sachin

    You have to use a global structure instead of a ddic structure after the STRUCTURE statement:
    <b>DATA: gs_zmpsdtl TYPE zmpsdtl.</b>
    FORM treat_one_item TABLES li_zmpsdtl STRUCTURE <b>gs_zmpsdt</b>
    USING gs_matnr TYPE matnr.
    ...[/code]

  • Table maintenance in ECC6

    HI All,
    I have created a table in ECC 6, now after creating table maintenance generator when i try to maintain data this error comes when 'View/table ZHRPMT_REQPRO can only be displayed and maintained with restrictions' 
    I don't know why this error is coming.
    please help.
    Thanks.

    Hello,
    Check the
    <b>Authorization groups &NC&   w/o auth. group</b>
    Regards,
    Vasanth

  • Table download difference in ECC6.0 and 4.7

    Hi All,
    I am downloading the Z table contents from ECC6.0 and 4.7 as a spreadsheet. But there is a difference in the column position in the excel sheet. for eg. in 4,7 EBELN is placed in column E in excel sheet , while if same table downloaded from ECC6.0, EBELN is placed in column D in excel sheet.
    Please guide, why there is a difference.
    Thanks & Regards
    Akshay

    Hi,
    The ECC6 comes with the inbuilt functionality of New GL which helps in Parallel Accounting, Multiple Reporting Requiremnets, Real time CO to FI Integration, Online document splitting, Integration of management dimensions in the GL etc.
    All these functionality there by helps in fast Period end close or Month end close activities as there is no need to run JOBS or Programmes in moth or period end because of Real time integration.
    Also the Reduction in TCO from Companies point of view.
    These functionalities doesnt come in 4.7 either you intall New GL in 4.7 or upgrade to ECC6.0
    For more details go to help.sap.com.
    Regards
    Shireesh

  • Taking data from SAP ECC6 transparant table.

    Hi All,
    Can you please help me to taking data fromt he transparant table of SAP ECC6.
    I am using Xcelsius 2008.
    Thanks in advance.
    Regards
    BaaRaa.

    Hi BaaRaa,
    Xcelsius SP2 has only a direct connectivity to SAP BW.
    If you have BusinnesObjects Enterprise Server and you have installed the SAP Integration Kit, you could connect to ECC:
    As a workaround for getting to ECC Data, you can use Crystal Reports and Live Office. Basically you build a crystal report with the data from ECC. Then you will use Live Office to fetch that data to a Excel Workbook. Then you can import that excel workbook in Xcelsius.
    Best Regards
    Victor

  • How to use a ECC6 ztable in SAP BI without create a SAP BI flow (DSO)

    Hi,
    We have a specific parameters table ZTABLE  in ECC6 to maitain a factory date, this table is updated via an ABAP program (ZPROGRAM) after a factory job.
    The ZTABLE contain one a field u201CZDATEu201D that we need to store it into the infocube for each data loading (it represent the data loading date). In other words, we would like to use this table in SAP BI to read one field data (ZDATE) and store it into the infocube.
    The problem is that  we canu2019t use a standard BI flow (datasource, DSO u2026), because we could have a dump loading when we will try read the DSO (from ZTABLE) in the same time that we activate the DSO. The Ztable contain a several factories and is updated after each factory closing.
    Do you have any idea to use this table without create a standard SAP BI flow (Datasource, DSO u2026) ?
    Thx.
    Radj.

    Hello ,
    Use BAPI or read the content of Virtual Keyfigure / Characteristic !!
    Check  if following can help to you :
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e051fda8-71a9-2a10-ac9e-8d17414a8c8c
    Regards
    Vikas Sharma
    Robert Bosch GmbH

  • Reporting on Strategic Skills Priority from table T5W8P (SAP-HR)

    Hi all,
    I have a requirement to report on Strategic Skills Priority which is held in table T5W8P in ECC6.
    So I need to load this through to BW somehow, and I guess create it as an attribute of the Qualification.
    However I cannot see this field in any of the standard extractors and don't seem to be able to create this table as a datasource using RSO2.
    Can anyone tell me how I can bring this field through to BW?
    Many thanks
    Mischa

    Hi,
    I tried that and get an error message "Entry T5W8P  does not exist in DD02L (check entry)"
    I am not sure if this is something that has to be done on the SAP side, or if this is something specific to our system.  Has anyone seen this error before?
    Thanks again
    Mischa

  • Index Compression in SAP - system/basis tables?

    Hi!
    In thread Oracle comression in SAP environments the Oracle 10g feature index compression was discussed. We are now going to implement it also. SAP and Oracle say, this can be done for any index.
    So we selected the biggest and the most frequently used indexes and analyzed them. We could save about 100GB disk space.
    But here comes my question:
    In the hitlist of our most frequently used and biggest Indexes there are also some basis table indexes.
    A few samples:
    BALHDR~0
    BALHDR~1
    BALHDR~2
    BALHDR~3
    BDCP~0
    BDCP~1
    BDCP~POS
    BDCPS~0
    BDCPS~1
    CDCLS~0
    CDHDR~0
    D010INC~0
    D010INC~1
    D010TAB~0
    D010TAB~1
    DD01L~0
    DD03L~5
    DD07L~0
    E071K~0
    E071K~ULI
    GVD_LATCHCHILDS~0
    GVD_OBJECT_DEPEN~0
    GVD_SEGSTAT~0
    QRFCTRACE~0
    QRFCTRACE~001
    QRFCTRACE~002
    REPOSRC~0
    SCPRSVALS~0
    SEOCOMPODF~0
    SMSELKRIT~0
    SRRELROLES~0
    SRRELROLES~002
    STXH~0
    STXH~REF
    STXL~0
    SWW_CONT~0
    TBTCS~1
    TODIR~0
    TRFCQOUT~5
    USR02~0
    UST04~0
    VBDATA~0
    VBMOD~0
    WBCROSSGT~0
    Is it really recommended to compress indexes of SAP Basis Tables also - especially in the area of Repository/Dictionary, t/qRFC and/or "Verbuchung" (VB...)?
    Thanx for any hint and/or comment!
    Regards,
    Volker

    Hi Volkar,
    I have succesfully tested the oracle index compression on ECC5 environment for the following tables in a sandbox environment;
    ppoix
    pcl2
    pcl4
    In total I saved around 60GB in the tablespaces.
    Before compression I started a payroll run to see what time this will take without compression.
    After compression of the indexes I re-executed the payroll which took exactly the same time as without compression (2 hours). So no impact on performance.
    Also did an update statistics in DB13 -> no impact
    With brtools: force update of specific table -> no impact
    So we are seriously thinking about to take this into production.
    I have also looked at BI environment but concluded that there was nothing to gain.
    Unfortunately our infocubes are well build meaning that the fact tables contains the actual data and the corresponding dimension tables only the surrogate IDu2019s (SIDu2019s).
    Those dimension tables are actually very small (64k) and not suitable for index compression.
    Next step will be some Workflow tables.
    Fe:
    SWW_CONT~0                   INDEX        PSAPFIN           26.583.040
    SWPNODELOG~0                 INDEX        PSAPFIN           15.589.376
    SWWLOGHIST~0                 INDEX        PSAPFIN           13.353.984
    SWWLOGHIST~1                 INDEX        PSAPFIN            8.642.560
    SWW_CONTOB~0                 INDEX        PSAPFIN            8.488.960
    SWPSTEPLOG~0                 INDEX        PSAPFIN            6.808.576
    SWW_CONTOB~A                 INDEX        PSAPFIN            6.707.200
    SWWLOGHIST~2                 INDEX        PSAPFIN            6.507.520
    SWW_WI2OBJ~Z01               INDEX        PSAPFIN            2.777.088
    SWW_WI2OBJ~0                 INDEX        PSAPFIN            2.399.232
    SWWWIHEAD~E                  INDEX        PSAPFIN            2.352.128
    SWP_NODEWI~0                 INDEX        PSAPFIN            2.304.000
    SWW_WI2OBJ~001               INDEX        PSAPFIN            2.289.664
    SWWWIHEAD~A                  INDEX        PSAPFIN            2.144.256
    SWPNODE~0                    INDEX        PSAPFIN            2.007.040
    SWWWIRET~0                   INDEX        PSAPFIN            2.004.992
    SWW_WI2OBJ~002               INDEX        PSAPFIN            1.907.712
    If you would like to know, I can post the results on workflow tables (indexes) on ECC6 environment.
    Please rewards some point if you like.
    Regards,
    Stephan van Loon

  • Standard extractor for forecast & consumptions values (prow and mver table)

    Hi All,
    Is there any SAP BI standard extractor for forecast and consumptions data ?
    For information,
    ECC6 Forecast table : PROW.
    ECC6 Consumptions table : MVER.
    Thx.
    radj.
    Edited by: Radjech Radjech on Jul 27, 2011 11:13 AM
    Edited by: Radjech Radjech on Jul 27, 2011 11:25 AM

    I have created a generic extractor, in the past, with the FEBEP table. However, my requirement was to join it with the BSID and BSAD tables in order to determine payments that have been received into the lockbox but not cleared, so that the Credit Department has a more up-to-date look at customer accounts.
    If you have multiple companies you could end up with a Cartesian product when the data for this view is rendered because the Accounting Document and Fiscal Year don't uniquely identify records in BSEG and BKPF. Additionally, you wouldn't know exactly which Accounting Document Line Item is the correct record on BSEG. Both of these cases are potential sticky points for both a custom view or User Exit in CMOD, unless you've been given by the end customer a way to mitigate these. For instance, you may be able to derive the Company Code for the FEBEP entry by using the Cost Center or Profit Center, unless your Cost Centers or Profit Centers can span across companies.

  • Object changed in ECC6

    Hi ALL
    We are attempting to ugrade to 4.6C to ECC6 (just a dry run). At a first run  we are willing to "loose"  and custom changes to SAP standard objects.
    With that said, I need to know the following:
    Is there a list of obsolete objects (tables specifically) in ECC6?
    (We had an error with pooled table M_VML1 (used in search helps) missing)

    Hi Vyerah,
    I have no knowledge of a list of obsolete objects. I don't know how far you got with your first upgrade but you could check the delivery bitmap (table TODIR) using program RSTODIRS. This will tell you in which releases an object is delivered and/or intentionally deleted but it will not report anything about obsolete objects being objects that survived the upgrade but which are not used anymore.
    Greetings
    Peter

  • 0FI_GL_50 FLEX planning data

    We have installed this extractor, but it fails to pass some account assignments to the PSA table in BW.  For example, profit centre values in ECC are not being passed to BW as expected. 
    Is there any documentation, or particular guidelines on how this extractor should be implemented?
    So far, I have simply installed the extractor in RSA5, replicated meta data in BW, and created an info package to load data to the PSA table.
    The result is that all records are passed to the PSA table, except for profit centre and some other account assignments.  What could be wrong ?
    Regards,
    Frederick

    Thanks for your reply.
    I can confirm that table FMGLFLEXP in ECC6 contains values for profit centre.
    It can also be confirmed that RSA3 in ECC6 does not capture these values for profit centre (ie, the profit centre column is empty).  For this reason, BW is unable to report profit centre for FI planning data.
    How is it possible to audit the link between a table and RSA3?
    Many thanks,
    Frederick

  • How to bring WRTTP field in BI

    Hello All,
    I am trying to extract Cost Center Actual data using 0CO_OM_CCA_9 datasource.
    I need to have WRTTP (Value Type) field shown in my report which is in the source tables. The above standard extractor doesn't bring this field directly.
    Can anyone tell me how do solve this? As the WRTTP field is present in the source table of this extractor, do I have to write any code to bring this value to BI or not necessary ?
    I have read some links and got to know that there are some BI characteristics (Info objects)like 0METYPE,0VTYPE,0VTDETL,0VTSTAT . With these four characters , i can fulfill my requirement.
    Thanks

    Hello James,
    There may be several levels of solutions to your enquiry.
    1. First, please refer to OSSN Note 523742 u2013 u201CBCT-CO: BW key figure model and R/3 tables for trans. Datau201D where the combinations of values for the following key figure-specific info objects are defined using the ROMI_GET_VTYPE_AND_DETAIL function module from several conversion tables on the ECC6 or R/3 side.
    Combo Output:
    0METYPE Key figure type
    0VTYPE Value type for reporting
    --> 0VTDETL Details of the value type
    --> 0VTSTAT Statistics indicator for the value type.
    Else you will need to debug D/S 0CO_OM_CCA_9 when the line item selection is performed in the BWOMR_OM_READ_COVP_DATA function module (via the COVP view).
    Then find the conversion output to records only related to your desired WRTTP value=4 (04-actual).
    2. At the simplest level, using the usual 0CCA_C11 (Delta) Costs and Allocations Infocube,  since this InfoCube contains all costs and quantities on cost centers (plan and actual using delta-extraction) that were transferred from the source system via D/S 0CO_OM_CCA_9, you may find that your desired WRTTP value=4 (04-actual) converted output is just BW value type 10 Actual and then use the  relevant Detail for ValueType combo.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/21/f0963e6dad4d9d87dfedc10c6a9c1c/frameset.htm
    You then just need to only use or change your  queries involving 0CCA_C11 (Delta) Costs and Allocations Infocube to use the Restricted Key Figures (RKF) for your desired BW value type  (for example) 10 Actual and the relevant Detail for ValueType combo.
    Creating relevant RKFs within queries using involving 0CCA_C11 (Delta) Costs and Allocations Infocube is kindly suggested to be another forum thread question ☺
    3. At the next alternate level of solution, you can use the same D/S 0CO_OM_CCA_9 to create or activate the line item DSO where SAP recommends that you use the following InfoObjects as key fields for the corresponding DSO object u201CCO-OM-CCA: Actual - Line Itemsu201D 0CCA_O09:
    0CO_DOC_NO CO document number
    0CO_ITEM_NO CO document line item
    0CURTYPE Currency type
    0METYPE Key figure type
    0VTYPE Value type
    0VALUATION Valuation view
    0CO_AREA Controlling area.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/21/f0963e6dad4d9d87dfedc10c6a9c1c/frameset.htm
    Please refer to details in OSSN 553561 u201CBCT-CO-OM: Current data for the CO delta DataSourcesu201D
    Hope this helps.
    Thanks and Regards,
    Lee

  • DataSource for FAGLFLEXT and BSEG, or New Table in ECC6?

    need to create an extractor to have all the information of FAGLFLEXT, because we need to keep the ledger information and the split of the information. However, we need to add 13 fields contained in BSEG.
    Therefore we thought to reads the line items table FAGLFLEXA, and then enhace it throught BSEG table.
    However, since we are using ECC6 and BI7. It is not support the creation of DataSources for FAGLFLEXA throught FAGLBW03.
    Is it an option to incorporate all fields into FAGLFLEXT.
    Can we creat a new table group based on FAGLFLEXT, and then adding the coding block extensions to that table -
    how does new g/l and the new table group work in parallel? Which is the procedure to do it?
    Documentation says we can create a new table group based on FAGLFLEXT --- its the how does it work in conjuction part...for example...the new g/l handles document splitting and one other thing georg referenced last night...will the split documents go into our new table group?
    BSEG does not have the document splitter information that we need (it's incomplete data). It's missing profit centers on many items, it's missing the proper split of transactions.
    Thanks for your comments.

    Here is more information about this post.
    Client situation:  Our client is implementing ECC 6 and is using the "New-GL" features.  Because of business requirements, the coding block has been extended (not insignificantly - 18 extra fields at the moment) to accommodate legal, regulatory and management reporting.  The reporting solution includes standard ECC reporting (e.g. report writer, report painter reports) as well as feeds to BW (BI 7).
    The Challenge:  Our understanding is that adding all of the coding block extensions to the New-GL tables (ie. FAGLFLEXA and FAGLFLEXT) may lead to performance degradation in the ECC system.  However, we still need to accommodate the requirement to report by the additional dimensions that are not currently included in the New-GL, so our challenge has been to find a solution that minimizes performance issues, while still allowing us to have all the necessary dimensions with which to do the required reporting.
    What we would like to know:  How have you handled this in similar situations?
    Have you added to the New-GL tables? How many fields? Performance issues encountered?
    Have you created additional table group(s) based on the New-GL and then modified that structure to have the new fields?  How does the additional table group work co-incident with New-GL (e.g. does the additional table group receive document splitting information?)?
    Have you created custom extractors for BW?  On what basis (we understand that FAGFLEXA cannot be created as a datasource to feed BW)?

Maybe you are looking for

  • I had someone hack into my Itunesaccount and buy something How do I get it taken off?

    I had someone Hack into my computer and purchase an App , I do not know who this is. How can I get it taken away and get my Money back? In had received a $50.00 gift card from my husband for Valentines day, the next thing I know , I have .83 cent lef

  • Report server creation fails

    Dear All, When we try to create a new report server it throws the error. Command : opmnctl createcomponent -adminUsername username -adminHost myserverhost -adminPort myserverport -oracleHome E:\Oracle\Middleware\oracle_common -oracleInstance E:\Oracl

  • Com.sap.portal or com.sapportals

    I'm new to the development of EP and WAS pages. I found some easy examples. But as soon as I try to compile them I get compiler errors. <u>the example starts like this</u>... import com.sap.htmlb.*; import com.sap.htmlb.enum.*; import com.sap.htmlb.p

  • Froms6 on webi: Standard editor

    Hello, Actually we are upgrading our system to run on the web. We have problems with the standard editor using hebrew/english text on the same editor, so.. We want to implement a private editor based on Java technology but we want that this editor di

  • Basic question about configuring WRT54GX4

    OK - here's the situation. I've got a couple of static IP addresses from my ISP. My LinkSys WRT54GX4 is using one. I want to connect two computers to the internet: first, a WinXP laptop, which I'd like to connect wirelessly; second, a Linux machine,