Table T156X in SAP ECC 6.0

Hi,
I am working on table T156X in SAP 4.6c version.
It is having 11 fields including MANDT field.
I have received an OSS note where in I have to upload some data into the table.
The document shows an additional field in the table. The fields as shown in the OSS notes are as follows:
MANDT BWART WERTU MENGU SOBKZ KZBEW KZVBR BUSTW OIHACCDTN CNT02 KOMOK XPKON.
Here the field OIHACCDTN is additional. It is not present in the table T156X in 4.6c version.
I wanted to know whether the field is present in SAP ECC 6.0 version of table T156X.
regards,
Gaurav.

hi Gourav,
yes, this field is present in Ecc 6.0
MANDT     MANDT     CLNT     3     0     Client
BWART     BWART     CHAR     3     0     Movement Type (Inventory Management)
WERTU     WERTU     CHAR     1     0     Value Update in Material Master Record
MENGU     MENGU     CHAR     1     0     Quantity Updating in Material Master Record
SOBKZ     SOBKZ     CHAR     1     0     Special Stock Indicator
KZBEW     KZBEW     CHAR     1     0     Movement Indicator
KZVBR     KZVBR     CHAR     1     0     Consumption Posting
BUSTW     BUSTW     CHAR     4     0     Posting string for values
OIHACCDTN     OIH_ACCDTN     CHAR     2     0     Excise duty account determination
CNT02     MB_BUSTW_CNT     NUMC     3     0     Consecutive Counter: Posting String for Values (Inv. Mgmt)
KOMOK     KOMOK     CHAR     3     0     Account Modification
XPKON     XPKON     CHAR     1     0     Check account assignment
regards,
Sachin

Similar Messages

  • Potcode table report in SAP ECC 6.0

    Hi,
    we just upgrade our R3 systeem to SAP ECC 6.0 and with this new SAP ECC we can not find the old report for our postcode table check. In previous system, we use the following report to update our postcode table :
    - RSADRLSM01
    - RSADRLSM02
    - RSADRNL_POSTCODE
    With SAP ECC 6.0 the latest report (RSADRNL_POSTCODE) in not available and because of that we can not update our postcode table.
    Anyone experience the same problem?
    Best regards,
    Audrey N. Tamara

    hi,
    I checked this on the systems available to me and the mentioned report RSADRNL_POSTCODE is not available in any release 4.63 and higher, i.e. it isn't available in ECC 600 either.
    the NL part suggests to me that this is part of a (Netherlands) country specific extension of any industry solution or it is simply a custom report in SAP's namespace.
    So, check if your system's country specific add-ons are in place already or open a customer message to SAP with respect to your country version.
    regards,
    anton

  • Extracting Values of a Field from a Database Table in SAP ECC System

    Hi,
    I downloaded Extracting Values of a Field from a Database Table in SAP ECC System Using MII 12.0
    senario from sdn. I'm trying to do that senario in MII 12.05. But I have problem with section 6 in page 7 (you can supply senario from sdn)
    "6- Under the loop of Repeater, use action u2018Rowu2019 to append just the string part of the WA which will display only values for field u2018Batchu2019"
    I did not find WA elemen in Output element of Repeater_0
    How can I create WA element?
    Thanks.

    Cemil,
    Set up a SAP JCo Interface action block.  Use the RFC name RFC_READ_TABLE.
    In the link editor map the table to "MARA", set RowCount to something small (20 is good sample size) and create an xml transaction property named FIELDS and copy the following into it:
    <?xml version="1.0" encoding="UTF-8"?><FIELDS>
          <item>
            <FIELDNAME>MATNR</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>MTART</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>BSTME</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>XCHPF</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>DATAB</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
        </FIELDS>
    Then link the Transaction.FIELDS to SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/TABLES/FIELDS}.  You may run into problems with two other fields and optionally they can be removed (set link type to remove xml).  I usually remove them initially for testing.  The two fields are:
    SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/INPUT/NO_DATA}
    SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/INPUT/DELIMITER} (or you can set this to something like a semicolon,";" or tilda,"~".  I find it easier to caclulate position by length, but that is my own idiosyncrasy.)
    Once you get this one working, we can explore how to do filtering on the dataset.  Your output should be something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <RFC_READ_TABLE>
      <INPUT>
        <DELIMITER />
        <NO_DATA />
        <QUERY_TABLE>MARA</QUERY_TABLE>
        <ROWCOUNT>20</ROWCOUNT>
        <ROWSKIPS>0</ROWSKIPS>
      </INPUT>
      <TABLES>
        <DATA>
          <item>
            <WA>000000000000000023ROH 00000000</WA>
          </item>
          <item>
            <WA>000000000000000038HALB 00000000</WA>
          </item>
          <item>
            <WA>000000000000000043HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000058HIBE 00000000</WA>
          </item>
          <item>
            <WA>000000000000000059HIBE 00000000</WA>
          </item>
          <item>
            <WA>000000000000000068FHMI 00000000</WA>
          </item>
          <item>
            <WA>000000000000000078DIEN 00000000</WA>
          </item>
          <item>
            <WA>000000000000000088FERT 00000000</WA>
          </item>
          <item>
            <WA>000000000000000089FERT 00000000</WA>
          </item>
          <item>
            <WA>000000000000000098HALB 00000000</WA>
          </item>
          <item>
            <WA>000000000000000170NLAG 00000000</WA>
          </item>
          <item>
            <WA>000000000000000178NLAG 00000000</WA>
          </item>
          <item>
            <WA>000000000000000188NLAG 00000000</WA>
          </item>
          <item>
            <WA>000000000000000288HALB 00000000</WA>
          </item>
          <item>
            <WA>000000000000000358HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000359HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000521HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000578FERT 00000000</WA>
          </item>
          <item>
            <WA>000000000000000597HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000598VERP 00000000</WA>
          </item>
        </DATA>
        <FIELDS>
          <item>
            <FIELDNAME>MATNR</FIELDNAME>
            <OFFSET>000000</OFFSET>
            <LENGTH>000018</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Material Number</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>MTART</FIELDNAME>
            <OFFSET>000018</OFFSET>
            <LENGTH>000004</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Material Type</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>BSTME</FIELDNAME>
            <OFFSET>000022</OFFSET>
            <LENGTH>000003</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Purchase Order Unit of Measure</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>XCHPF</FIELDNAME>
            <OFFSET>000025</OFFSET>
            <LENGTH>000001</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Batch management requirement indicator</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>DATAB</FIELDNAME>
            <OFFSET>000026</OFFSET>
            <LENGTH>000008</LENGTH>
            <TYPE>D</TYPE>
            <FIELDTEXT>Valid-From Date</FIELDTEXT>
          </item>
        </FIELDS>
        <OPTIONS />
      </TABLES>
    </RFC_READ_TABLE>
    Add a repeater sourced on:
    SAP_JCo_Interface_0.Response{/RFC_READ_TABLE/TABLES/DATA/item}
    Link your repeater output to a tracer with this:
    Repeater_0.Output{/item/WA}
    What you will see in each tracer message is a single line of data with all the fields contents concatenated together.  You can look up what each field in the string represents by the length of the field as returned in the Response segment of the RFC_READ_TABLE rfc.  Then you can parse out the data you are interested in.
    Give this a try and let me know how you succeeded.
    By the way, I could not find the scenario you referred to.  Can you post a link?
    Regards,
    Mike
    Edited by: Michael Appleby on Jan 12, 2009 5:16 PM

  • Replacing SAP ECC COPA Table

    Hi,
    we have implemented the SAP Best Practices for BI V4.31 (note 1475029).
    One of the dashboards is Profit and Loss. It uses a couple of CR reports for data extraction for the SAP ECC.
    In the report is a connection to a COPA table CE11102. In our environment this table is CE11000.
    In CR / Database export I can change the name of the COPA Table from CE11102 to CE11000 but CR doesn't recognize our COPA table.
    Please advice.
    Regards,
    Wiebe

    Dear Ingo,
    so you would like to replace one table of the delivered All in One report with a table from your system ?
    Yes I have implemented almost all the CR reports and Xcelcius dashboards.
    But...
    When I update the database connection for the CR reports with a CO-PA table and other tables (like MARA, T023T and TVKOT) all the tables will connect to our environment exept the CO-PA table.
    Please advice.
    kind regards,
    Wiebe Bartelink
    ps. this is for Profit and Loss CR report 'Actual data.rpt'
    Edited by: Wiebe Bartelink on Feb 29, 2012 4:45 PM

  • SAP Crystal Report 2013 SP03 - Connection error with SAP ECC tables, clusters

    Hi,
    I'm trying to connect SAP Crystal Report 2013 with SAP ECC but I'm getting below error. I've read some where that We need to install SAP integration kit but SAP BI 4.1 it comes default, also had to install the ABAP cystal report transport - How to do Install this on SAP side -
    and on the ECC side we had to develop Crystal Authorization - how to develop this?
    Can someone screenshot of these steps and please suggest if something else can be done.

    Hi Pawan,
    Search for the error and you should see many threads for this issue.
    Anyway, this is what I found:
    logon failed. you do not have the necessary rights to design reports
    Crystal Reports 2008 and BW - Installation and Configuration - Business Intelligence (BusinessObjects) - SCN Wiki
    The wiki should have answers to all your questions regarding Transports, Authorization et al.
    -Abhilash

  • Using the Open Catalog Interface (OCI) between SAP-ECC 6.0 and SAP-MDM

    Hello ASUG Community.
    I'm working on an SAP-MDM project where we will configure the OCI interface between SAP-ECC 6.0 and SAP-MDM.  The business requirement will be to punch out to SAP-MDM's catalog from SAP-ECC for expensed items (e.g., no material master record exists in SAP-ECC).
    The data that will be returned to SAP-ECC will be purchase price info, material group, short text, & our global SAP-MDM item number.
    The question I've been trying to design around is "where to store the SAP-MDM item number"?
    I've looked into creating a custom filed on EKPO but now feel that a configured text field will be the best solution from an SAP-ECC point of view (less effort on the SAP-ECC side from a development perspective, no need to regenerate the EKPO table, etc.).
    The question I'd like to pose to ASUG is.... Does anyone have experience or an opinion to offer using this functionality?  It seems that I will have to code in a user exit or BAdi to insure that the SAP-MDM item numbers are returned to the appropriate text field on my POu2019s.  Or can this be done using the standard OCI functionality?
    I found OSS note 1347656 which references BADI "ME_CATALOG_INTERFACE" but I'm not sure if this right path to go down or if this would be the correct place to code non-conforming OCI mapping requiremetns.
    Any insight would be most appreciated.
    Thanks.  Sincerely,
    Rich Wortmann

    I would suggest you create a new field for this as you may require thois going forward for reporting as well. Text fields are difficult to report.
    Sorry not sure about the BADI to use.

  • Reg: If changes done in SAP BO Analysis office, then Changes can be done in SAP BW in respective targets. But, is it possible to do the same changes in SAP ECC? How?

    Hello Everyone,
    If any changes are done in SAP BO Analysis office, then the change can be done in the SAP BW in the respective Targets.
    But how can we do the changes in the SAP ECC ? Is it possible to do the changes in the tables ?
    Any answer is appreciable
    Regards,
    Karteek

    We are using the "Input ready Bex query", in order to modify the values in "BO Analysis office".
    ECC               BI               BO Analysis office
    1  ------------->   1   ---------->         1   ------
                                                                            |
                                                                            | (Now Data is changed in Analysis office from 1 to 2)
                                                                            |
    (?) <--------------   2 <----------         2 <-----
    (Will it be updated in ECC)
    (Diagram Explanation)
    From ECC we can load the data (Consider Value-1) to SAP BI and from SAP BI we can load the data to BO analysis office.
    So, now if we change the data in BO Analysis office (Value-1 changed to Value-2)..
    Now the data is changed in SAP BI to Value-2.
    So what about the data in ECC ? Whether it is changed or not?
    Please provide us a real time business Scenario..
    Thanks,
    Karteek

  • Adding new fields in SAP ECC 6.0

    Hi All,
    I have a requirement to add a couple of fields at the item level of ERP Quotation. I would like to know if SAP ECC 6.0 have some tools like EEWB/AET in SAP CRM.
    Please suggest a solution..
    Any Help/Hint highly appreciated,
    Thanks, Sudeep..

    Can you please check closely, I actually see 7 more fields in ESSL table in ECC6.0 (108 fields) than in ECC5.0 (101 fields).
    Can you list down which fields you are looking for that you think are missing?
    I have checked ESLL_PLUS, it seems to be the same in ECC 5.0 and ECC 6.0..
    There are two new structures in ECC6.0 ESLL_PEROP_STY and OILESLLDATA which doesnt exist in ECC5.0
    Also if you just upgraded recently to ECC 6.0 check SPDD logs.
    Also check out SWITCH framework, ESLL_PLUS (ESLL_BOS) may be linked to some new frame work that you did not SWITCH ON... Just a thought.
    -- SMA
    Edited by: S M A on Oct 19, 2010 10:21 PM

  • Dispacher not getting Started...SAP ECC 6.0 on Win2K3 and Oracle.

    HI Experts,
    I have installed SAP ECC 6.0 (OS-Win2003sp2 DB-Oracle10g). Installation was successful, I have also logged in and created a user in SU01. But when I restart the system I am not able to up the sapserver. SAP MMC - dispacher is not starting. I have started OracleListener in service.sap and restarted the system. Un-installed and again installedj2sdk1.4.2_12 and restarted the system...No use, still dispatcher is not getting up....Pls find below paster Developer Trace for Dispatcher....
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        PRD
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    111
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        2200
    Wed Oct 28 09:26:27 2009
    kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ****
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2200) [dpxxdisp.c   1239]
    *     shared lib "dw_xml.dll" version 111 successfully loaded*
    *     shared lib "dw_xtc.dll" version 111 successfully loaded*
    *     shared lib "dw_stl.dll" version 111 successfully loaded*
    *     shared lib "dw_gui.dll" version 111 successfully loaded*
    *     shared lib "dw_mdm.dll" version 111 successfully loaded*
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Wed Oct 28 09:26:32 2009
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds*
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5361]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >sap_PRD_00                              <
    DpShMCreate: sizeof(wp_adm)          18672     (1436)
    DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1536)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06810040, size: 4892312)
    DpShMCreate: allocated sys_adm at 06810040
    DpShMCreate: allocated wp_adm at 06812090
    DpShMCreate: allocated tm_adm_list at 06816980
    DpShMCreate: allocated tm_adm at 068169B0
    DpShMCreate: allocated wp_ca_adm at 06C1FDF0
    DpShMCreate: allocated appc_ca_adm at 06C25BB0
    DpShMCreate: allocated comm_adm at 06C27AF0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06CA89B0
    DpShMCreate: allocated gw_adm at 06CA89F0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 06CA8A20
    DpShMCreate: allocated wall_adm at 06CA8A28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2404
      argv[0] = E:\usr\sap\PRD\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = E:\usr\sap\PRD\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=E:\usr\sap\PRD\SYS\profile\PRD_DVEBMGS00_sap
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1048
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=PRD
      argv[7] = -DSAPMYNAME=sap_PRD_00
      argv[8] = -DSAPPROFILE=E:\usr\sap\PRD\SYS\profile\PRD_DVEBMGS00_sap
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    Wed Oct 28 09:26:33 2009
    ***LOG Q0K=> DpMsAttach, mscon ( sap) [dpxxdisp.c   11753]
    DpStartStopMsg: send start message (myname is >sap_PRD_00                              <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Wed Oct 28 09:26:34 2009
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 111
    Release check o.K.
    DpJ2eeLogin: j2ee state = CONNECTED
    Wed Oct 28 09:26:51 2009
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1444*
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1063) [nixxi.cpp    4248]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=2404)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]*
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Wed Oct 28 09:27:13 2009
    ERROR => W0 (pid 2412) died [dpxxdisp.c   14441]*
    ERROR => W1 (pid 2420) died [dpxxdisp.c   14441]*
    ERROR => W2 (pid 2428) died [dpxxdisp.c   14441]*
    ERROR => W3 (pid 2436) died [dpxxdisp.c   14441]*
    ERROR => W4 (pid 2444) died [dpxxdisp.c   14441]*
    ERROR => W5 (pid 2452) died [dpxxdisp.c   14441]*
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W6 (pid 2460) died [dpxxdisp.c   14441]*
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W7 (pid 2468) died [dpxxdisp.c   14441]*
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W8 (pid 2476) died [dpxxdisp.c   14441]*
    ERROR => W9 (pid 2484) died [dpxxdisp.c   14441]*
    ERROR => W10 (pid 2492) died [dpxxdisp.c   14441]*
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W11 (pid 2500) died [dpxxdisp.c   14441]*
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W12 (pid 2508) died [dpxxdisp.c   14441]*
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes*
    DISPATCHER EMERGENCY SHUTDOWN ****
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1577
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Oct 28 09:27:23 2009
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Wed Oct 28 03:57:23 2009
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     2412 Ended         no      1   0        0                                                                         
    1 DIA     2420 Ended         no      1   0        0                                                                         
    2 DIA     2428 Ended         no      1   0        0                                                                         
    3 DIA     2436 Ended         no      1   0        0                                                                         
    4 DIA     2444 Ended         no      1   0        0                                                                         
    5 DIA     2452 Ended         no      1   0        0                                                                         
    6 UPD     2460 Ended         no      1   0        0                                                                         
    7 ENQ     2468 Ended         no      1   0        0                                                                         
    8 BTC     2476 Ended         no      1   0        0                                                                         
    9 BTC     2484 Ended         no      1   0        0                                                                         
    10 BTC     2492 Ended         no      1   0        0                                                                         
    11 SPO     2500 Ended         no      1   0        0                                                                         
    12 UP2     2508 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Wed Oct 28 03:57:23 2009
    ===========================
    --------++++--+
    |  Typ |    now |   high |    max | writes |  reads |
    --------++++--+
    | NOWP |      0 |      2 |   2000 |      6 |      6 |
    --------++++--+
    |  DIA |      5 |      5 |   2000 |      5 |      0 |
    --------++++--+
    |  UPD |      0 |      0 |   2000 |      0 |      0 |
    --------++++--+
    |  ENQ |      0 |      0 |   2000 |      0 |      0 |
    --------++++--+
    |  BTC |      0 |      0 |   2000 |      0 |      0 |
    --------++++--+
    |  SPO |      0 |      0 |   2000 |      0 |      0 |
    --------++++--+
    |  UP2 |      0 |      0 |   2000 |      0 |      0 |
    --------++++--+
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    since last update     total     8,  udp     7 ( 87%),  shm     1 ( 12%)

    Hi,
    Could you please also paste dev_w0 logs ?
    Thanks
    Sunny

  • SAP ECC 6.0 System Performance

    Gentlemen,
    Please advise me with the following scenario, which is Iu2019m facing a problem with system performance,
    My system configuration is:      SAP ECC 6.0
    Database System:          Oracle 10.2.0.2.0.
    Server Configuration:     Power 6
    Processor Type: PowerPC_POWER6
    Processor Implementation Mode: POWER 6
    Processor Version: PV_6_Compat
    Number Of Processors: 6
    Processor Clock Speed: 3503 MHz
    CPU Type: 64-bit
    Kernel Type: 64-bit
    LPAR Info: 2 PRODUCTION
    Memory Size: 47104 MB
    Good Memory Size: 47104 MB
    Platform Firmware level: EL340_039
    Firmware Version: IBM,EL340_039
    The following Information was generated from TCode: sm51:
    SAP Release Information
    Application Server SAPPRD_PRD_00
    SAP Kernel Information
    SAP Kernel :  700_REL
    Database Client Library : OCI_101
    created in  :  AIX 2 5 005DD9CD4C00
    Support Level  :  0
    Kernel Patch number : 202
    Source ID  :  0.202
    DBSL Patch No. : 046
    ICU Version : 3.0 Unicode Version 4.0.1
    libsapu16 Version : 1.0025  Apr  8 2009 16:21:08
    Supported Environment
    SAP Database Version
    700
    Database
    ORACLE 9.2.0..
    ORACLE 10.1.0..
    ORACLE 10.2.0..
    Operating System
    aix 1 5
    aix 2 5
    aix 3 5
    aix 1 6
    My active parameter in Tcode : RZ10 as follow:
    Parameter Name     Parameter value
    login/accept_sso2_ticket     1
    login/create_sso2_ticket     2
    rsau/enable     1
    login/failed_user_auto_unlock     0
    login/fails_to_user_lock     5
    gw/max_sys     2000
    gw/max_overflow_size     25000000
    rdisp/max_comm_entries     2000
    rdisp/tm_max_no     2000
    gw/max_conn     2000
    rdisp/max_arq     2000
    ES/SHM_SEG_COUNT     8192
    ES/SHM_USER_COUNT     8192
    ES/SHM_SEG_SIZE     2048
    ES/TABLE     SHM_SEGS
    ztta/short_area     4000000
    em/global_area_MB     256
    zcsa/db_max_buftab     10000
    sap/bufdir_entries     10000
    enque/table_size     60000
    rsdb/obj/large_object_size     35000
    rsdb/obj/max_objects     45000
    rsdb/obj/buffersize     150000
    rdisp/gui_auto_logout     0
    login/password_expiration_time     0
    rdisp/max_wprun_time     25000
    login/multi_login_users     CICUSER,TALSAYED,ASALAM
    login/disable_multi_gui_login     1
    SAPSYSTEMNAME     PRD
    SAPSYSTEM     0
    INSTANCE_NAME     DVEBMGS00
    DIR_CT_RUN     $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE     $(DIR_INSTANCE)/exe
    PHYS_MEMSIZE     8000
    exe/saposcol     $(DIR_CT_RUN)/saposcol
    rdisp/wp_no_dia     70
    rdisp/wp_no_btc     20
    exe/icmbnd     $(DIR_CT_RUN)/icmbnd
    icm/server_port_0     PROT=HTTP,PORT=80$$
    ms/server_port_0     PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq     1
    rdisp/wp_no_vb     2
    rdisp/wp_no_vb2     2
    rdisp/wp_no_spo     10
    abap/buffersize     9900000
    zcsa/table_buffer_area     108003328
    rtbb/buffer_length     60000
    rsdb/cua/buffersize     24000
    zcsa/presentation_buffer_area     28166144
    rdisp/appc_ca_blk_no     2000
    rdisp/wp_ca_blk_no     1000
    rsdb/ntab/entrycount     68500
    rsdb/ntab/ftabsize     100000
    rsdb/ntab/irbdsize     20000
    rsdb/ntab/sntabsize     3995
    DIR_ROLL     /usr/sap/PRD/DVEBMGS00/data
    DIR_PAGING     /usr/sap/PRD/DVEBMGS00/data
    DIR_DATA     /usr/sap/PRD/DVEBMGS00/data
    DIR_REORG     /usr/sap/PRD/DVEBMGS00/data
    DIR_TRANS     /usr/sap/trans
    DIR_TEMP     /tmp
    DIR_SORTTMP     /usr/sap/PRD/DVEBMGS00/data
    zcsa/system_language     E
    zcsa/installed_languages     AE
    abap/use_paging     0
    ztta/roll_first     1024
    rdisp/keepalive_timeout     8000
    ztta/roll_area     9000960
    rdisp/ROLL_SHM     16384
    rdisp/ROLL_MAXFS     32768
    rdisp/PG_SHM     16384
    rdisp/PG_MAXFS     200064
    abap/heap_area_dia     2012217344
    abap/heap_area_nondia     2012217344
    abap/heap_area_total     2012217344
    abap/heaplimit     40894464
    abap/swap_reserve     20971520
    ztta/roll_extension     2101346304
    em/initial_size_MB     4092
    em/blocksize_KB     4096
    em/stat_log_size_MB     20
    em/stat_log_timeout     0
    login/no_automatic_user_sapstar     0
    login/system_client     100
    icm/server_port_1     PROT=SMTP,PORT=8025,TIMEOUT=180
    rdisp/start_icman     TRUE
    icm/host_name_full     SAPPRD.tmg.dom
    install/codepage/appl_server     4102
    ipc/shm_psize_10     500000000
    ipc/shm_psize_14     0
    ipc/shm_psize_18     0
    ipc/shm_psize_19     0
    ipc/shm_psize_30     -10
    ipc/shm_psize_40     500000000
    ipc/shm_psize_41     0
    ipc/shm_psize_51     -10
    ipc/shm_psize_52     -10
    ipc/shm_psize_54     -10
    ipc/shm_psize_55     -10
    ipc/shm_psize_57     -10
    ipc/shm_psize_58     -10
    I already generated EWA report and I got the following result:
    1. Performance Overview PRD
    The performance of your system was analyzed with respect to average response times and total workload. We have detected some problems that may impair system performance.
    To ensure adequate performance in your core business transactions, you should take corrective action as soon as possible. For further information, please SAP Support.
    Rating     Check
         Performance Evaluation
    The following table shows the average response times for various task types:
    Task type     Dialog Steps     Avg. Resp. Time in ms     Avg. CPU Time in ms     Avg. Wait Time in ms     Avg. Load Time in ms     Avg. DB Time in ms     Avg. GUI Time in ms
    DIALOG     212990     1595.2     257.7     31.0     5.0     622.2     136.8
    RFC     2904     11876.4     192.1     33.1     1.4     10574.2     0.0
    UPDATE     86257     116.1     28.4     2.1     2.9     58.1     0.0
    UPDATE2     1100     84.6     16.9     1.3     1.4     48.2     0.0
    BATCH     11600     189360.5     46218.1     5.5     3.7     132313.5     0.0
    SPOOL     9989     1686.8     37.1     55.6     0.3     49.2     0.0
    1.1. Current Workload
    The following table lists the number of current users (measured from our workload analysis) in your system.
    Users     Low Activity     Medium Activity     High Activity     Total Users
    Measured in System     162     119     6     287
    1.2. Performance Evaluation
    The measured times are compared against reference times to provide a rating.
    - If the number of dialog steps in an hour is less than 1000 this hour is not considered.
    - If the total number of transaction steps is less than 24000, the rating for the task is not performed and a blue line is entered in the table.
    The table below shows that a performance problem is expected for the task that is rated YELLOW.
    Task     Steps     Application Server Performance     Database Server Performance
    Dia     212987           
    Upd     86257           
    HTTP     0           
    Rating     Task     Time     Steps     Avg. Response Time (ms)     Avg. CPU Time (ms)     Avg. Database Time (ms)
         Dia     08-09     3726     1343     137     889
         Dia     09-10     19990     1003     174     620
         Dia     10-11     20603     1747     112     630
         Dia     11-12     27934     2437     239     612
         Dia     12-13     18921     2737     235     858
         Dia     13-14     21579     2163     349     549
         Dia     16-17     22529     1134     230     703
         Dia     17-18     12189     1709     561     991
         Dia     19-20     5840     1550     414     967
         Dia     20-21     4951     1294     176     454
    The ratings in the table above are determined by comparisons against the reference table below.
    If the dialog response times are very poor, it will cause a RED rating for the entire check.
    Task     Reference for Avg. Response Time (ms)     Reference for Avg. DB time (ms)
    Dia     1200     600
    Upd     2400     1200
    HTTP     1200     600
    1.3. Transaction Profile Check
    The following tables show the response times and the number of dialog steps for the transactions that cause the highest workload in your system. NOTE: A business transaction normally consists of more than one dialog step. As a rough estimate, the actual number of business transactions that are executed in your system is approximately one third of the total dialog steps shown. (Transaction CPIC/RFC is not taken into account.)
    1.3.1. Transactions by Total Workload
    The following tables list the activities with the highest contribution to the total workload.
    WORKLOAD BY TRANSACTION (DIALOG/UPDATE)
    Transaction     Type     Dialog Steps     Total Resp. Time in %     Avg. Resp. Time in ms     Avg. CPU Time in ms     Avg. DB Time in ms     Avg. GUI Time in ms
    Total          299247     100.0     1168.9     191.7     459.6     136.8
    ZFIBB     DIA     8592     11.1     4522.4     2258.5     633.4     30.1
    ZFIRP     DIA     6641     7.3     3858.0     1089.7     1162.6     50.0
    RECN     DIA     11644     6.8     2047.9     129.1     1165.8     202.6
    SESSION_MANAGER     DIA     8972     5.7     2226.9     80.2     244.2     458.2
    ZFICCR     DIA     4834     5.2     3775.9     138.4     2535.9     195.6
    ZRECPD     DIA     8895     4.6     1790.1     85.9     525.3     329.4
    FBL3N     DIA     10414     4.1     1386.7     109.3     971.8     49.1
    ZFIOBC2     DIA     852     3.4     13909.2     2675.7     9302.3     1028.7
    ZREOR     DIA     2241     3.3     5216.1     2246.2     808.1     357.5
    ZFIOB     DIA     1176     3.2     9503.7     51.3     8287.0     753.4
    38.1% of the "Total Resp. Time" in the above table is caused by customer transactions.
    WORKLOAD BY TRANSACTION (BATCH/SPOOL)
    Transaction     Type     Dialog Steps     Total Resp. Time in %     Avg. Resp. Time in ms     Avg. CPU Time in ms     Avg. DB Time in ms
    Total          21492     100.0     102913.8     24939.7     71399.3
    SBIE0001     BTC     36     98.7     60613763.4     14848709.4     42408448.0
    ZFIPR     SPO     448     0.2     7939.6     169.9     387.1
    (BATCH)     BTC     7368     0.2     478.4     7.5     22.2
    ZFIADCA     SPO     486     0.1     5733.7     168.6     177.9
    RSAL_BATCH_TOOL_DISPATCHING     BTC     96     0.1     23895.0     1964.7     21770.3
    ZFIJV     SPO     309     0.1     6092.5     107.7     89.5
    SAPRSLOG     BTC     4     0.1     318475.8     69165.0     257824.5
    ZRE_GENERATE_COND_RO     BTC     5     0.1     250075.0     3336.0     237287.8
    ZRE_AUTO_REJECT_OFFER     BTC     20     0.1     57062.0     339.0     54977.8
    ZRE_TRANSFER_TOCONT_UPL     BTC     346     0.0     3161.3     941.6     2327.7
    0.6% of the "Total Resp. Time" in the above table is caused by customer transactions.
    According to our analysis, the main system load is caused by background jobs.
    The EarlyWatch Alert Service can only detect performance problems for dialog, update and RFC response times. This service does not evaluate performance problems for background jobs.
    1.3.2. Transactions by DB Load
    The following transaction profiles list the transactions that have the greatest share in the database load, sorted by percentage of total database access times.
    DATABASE LOAD BY TRANSACTIONS (DIALOG/UPDATE)
    Transaction     Type     Dialog Steps     Total DB Time in %     Avg. DB Time in ms
    Total          299247     100.0     459.6
    RECN     DIA     11644     9.9     1165.8
    ZFICCR     DIA     4834     8.9     2535.9
    FBL3N     DIA     10414     7.4     971.8
    ZFIOB     DIA     1176     7.1     8287.0
    ZRECCR     DIA     1504     7.0     6368.3
    ZFIOBC2     DIA     852     5.8     9302.3
    ZFIRP     DIA     6641     5.6     1162.6
    ZFIBB     DIA     8592     4.0     633.4
    ZFIREMTCH     DIA     73     3.5     66443.6
    ZRECPD     DIA     8895     3.4     525.3
    45.3% of the "Total DB Time" in the above table is caused by customer transactions.
    DATABASE LOAD BY TRANSACTIONS (BATCH/SPOOL)
    Transaction     Type     Dialog Steps     Total DB Time in %     Avg. DB Time in ms
    Total          21492     100.0     71399.3
    SBIE0001     BTC     36     99.5     42408448.0
    RSAL_BATCH_TOOL_DISPATCHING     BTC     96     0.1     21770.3
    ZRE_GENERATE_COND_RO     BTC     5     0.1     237287.8
    ZRE_AUTO_REJECT_OFFER     BTC     20     0.1     54977.8
    SAPRSLOG     BTC     4     0.1     257824.5
    ZRE_TRANSFER_TOCONT_UPL     BTC     346     0.1     2327.7
    RSPO1043     BTC     4     0.0     143273.5
    ZFIPR     SPO     448     0.0     387.1
    (BATCH)     BTC     7368     0.0     22.2
    ZFIADCA     SPO     486     0.0     177.9
    0.3% of the "Total DB Time" in the above table is caused by customer transactions.
    Please advice.
    Regards,
    Ahmed

    Gentlemen,
    Please advise me with the following scenario, which is Iu2019m facing a problem with system performance,
    My system configuration is:
    SAP ECC 6.0 , Oracle 10.2.0.2.0 , Kernel Patch number : 202 , DBSL Patch No. : 046
    Server Configuration:
    Power 6 , Processor Type: PowerPC_POWER6 , Processor Implementation Mode: POWER 6 , Processor Version: PV_6_Compat , Number Of Processors: 6 , Processor Clock Speed: 3503 MHz , CPU Type: 64-bit , Kernel Type: 64-bit , LPAR Info: 2 PRODUCTION , Memory Size: 47104 MB , Good Memory Size: 47104 MB , Platform Firmware level: EL340_039 , Firmware Version: IBM,EL340_039
    My active parameter in Tcode : RZ10 as follow:
    Parameter Name     Parameter value
    rsau/enable                     1
    login/failed_user_auto_unlock     0
    login/fails_to_user_lock     5
    gw/max_sys                     2000
    gw/max_overflow_size     25000000
    rdisp/max_comm_entries     2000
    rdisp/tm_max_no                     2000
    gw/max_conn                     2000
    rdisp/max_arq                        2000
    ES/SHM_SEG_COUNT     8192
    ES/SHM_USER_COUNT     8192
    ES/SHM_SEG_SIZE                     2048
    ES/TABLE     SHM_SEGS
    ztta/short_area                     4000000
    em/global_area_MB                     256
    zcsa/db_max_buftab                     10000
    sap/bufdir_entries                     10000
    enque/table_size                     60000
    rsdb/obj/large_object_size     35000
    rsdb/obj/max_objects                     45000
    rsdb/obj/buffersize                     150000
    rdisp/max_wprun_time     25000
    DIR_CT_RUN                     $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE                  $(DIR_INSTANCE)/exe
    PHYS_MEMSIZE                   8000
    exe/saposco                        $(DIR_CT_RUN)/saposcol
    rdisp/wp_no_dia                         70
    rdisp/wp_no_btc                  20
    exe/icmbnd                        $(DIR_CT_RUN)/icmbnd
    rdisp/wp_no_enq                1
    rdisp/wp_no_vb                      2
    rdisp/wp_no_vb2              2
    rdisp/wp_no_spo                10
    abap/buffersize                      9900000
    zcsa/table_buffer_area     108003328
    rtbb/buffer_length                    60000
    rsdb/cua/buffersize              24000
    zcsa/presentation_buffer_area     28166144
    rdisp/appc_ca_blk_no                     2000
    rdisp/wp_ca_blk_no               1000
    rsdb/ntab/entrycount               68500
    rsdb/ntab/ftabsize              100000
    rsdb/ntab/irbdsize             20000
    rsdb/ntab/sntabsize              3995
    abap/use_paging                    0
    ztta/roll_first                      1024
    rdisp/keepalive_timeout                   8000
    ztta/roll_area                        9000960
    rdisp/ROLL_SHM                   16384
    rdisp/ROLL_MAXFS                 32768
    rdisp/PG_SHM                16384
    rdisp/PG_MAXFS                 200064
    abap/heap_area_dia             2012217344
    abap/heap_area_nondia     2012217344
    abap/heap_area_total      2012217344
    abap/heaplimit                40894464
    abap/swap_reserve                  20971520
    ztta/roll_extension                  2101346304
    em/initial_size_MB              4092
    em/blocksize_KB                  4096
    em/stat_log_size_MB                     20
    em/stat_log_timeout                       0
    install/codepage/appl_server     4102
    ipc/shm_psize_10               500000000
    ipc/shm_psize_14              0
    ipc/shm_psize_18             0
    ipc/shm_psize_19             0
    ipc/shm_psize_30             -10
    ipc/shm_psize_40            500000000
    ipc/shm_psize_41                 0
    ipc/shm_psize_51               -10
    ipc/shm_psize_52            -10
    ipc/shm_psize_54             -10
    ipc/shm_psize_55             -10
    ipc/shm_psize_57             -10
    ipc/shm_psize_58                   -10
    I already generated EWA report and I got the following result:
    Performance Evaluation
    The following table shows the average response times for various task types:
    Task type     Dialog      Avg. Resp.      Avg. CPU      Avg. Wait      Avg. Load      Avg. DB      Avg. GUI
    DIALOG     212990     1595.2                      257.7     31.0     5.0     622.2     136.8
    RFC     2904     11876.4                      192.1     33.1     1.4     10574.2     0.0
    UPDATE     86257     116.1                       28.4     2.1     2.9     58.1     0.0
    UPDATE2     1100     84.6                      16.9     1.3     1.4     48.2     0.0
    BATCH     11600     189360.5                46218.1     5.5     3.7     132313.5     0.0
    SPOOL     9989     1686.8              37.1     55.6     0.3     49.2     0.0
    1.1. Current Workload
    The following table lists the number of current users (measured from our workload analysis) in your system.
    Low Activity     Medium Activity     High Activity     Total Users
    162                  119                                    6     287
    1.2. Performance Evaluation
    Task     Time     Steps     Avg. Response      Avg. CPU      Avg. Database
    Dia     08-09     3726     1343              137     889
    Dia     09-10     19990     1003                174     620
    Dia     10-11     20603     1747              112     630
    Dia     11-12     27934     2437                    239     612
    Dia     12-13     18921     2737              235     858
    Dia     13-14     21579     2163                  349     549
    Dia     16-17     22529     1134               230     703
    Dia     17-18     12189     1709                   561     991
    Dia     19-20     5840     1550              414     967
    Dia     20-21     4951     1294              176     454
    Task     Reference for Avg. Response Time (ms)     Reference for Avg. DB time (ms)
    Dia     1200                                                     600
    Upd     2400                                               1200
    HTTP     1200                                                  600
    Please advice.
    Regards,
    Ahmed

  • Difference between SAP 4.7EE and SAP ECC 6.0 in terms of ABAP

    Hi all,
      I would like to know the differences between the SAP-4.7EE and SAP ECC 6.0 in terms of ABAP?
    can any body Please Help me?

    Hi Vijay,
    In terms of ABAP some function modules are obsolete in 4.7.
    e.g WS_UPLOAD, WS_DOWNLOAD etc.
    You can find the list of obsolete FMs in the table RODIR.
    These need to be replaced in the ECC System.
    Also ECC is very strict in case of EPC Errors. You need to check the EPC and remove the call function interface errors where it says SLIN observes catching of a runtime error. These might work with no issues in 4.7 but will shortdump in ECC.
    If you are doing to a unicode conversion also. you need to check the transaction UCCHECK for unicode errors.
    You also need to replace obsolete statements like >< and => , =< etc.
    Please let me know if you need any further info on this.
    Thanks,
    Sai

  • Technical differences between SAP Enterprise and SAP ECC 6.0

    Hi,
    Can anyone plz tell me what will change technically after the upgrade from SAP Enterprise to SAP ECC 6.0, in respect to reports, module pool programming and other technical logics?
    Thx,
    KK

    Difference b/t ABAP4.7  and ECC6.0.
    Difference between R/3 4.7, ECC5 & ECC6 anyone?
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
    http://service.sap.com/releasenotes
    /people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
    Re: R/3 Enterprise v mySAP ERP 2003 v ECC 5.0 v mySAP ERP 2004
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000497320&_SCENARIO=01100035870000000112&_OBJECT=011000358700000810532004E
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
    http://service.sap.com/releasenotes
    See this weblog:
    /people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
    Re: R/3 Enterprise v mySAP ERP 2003 v ECC 5.0 v mySAP ERP 2004
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000497320&_SCENARIO=01100035870000000112&_OBJECT=011000358700000810532004E
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    A similar post
    /message/1783778#1783778 [original link is broken]
    You can go through the Release Notes for each of the versions after 4.6B (4.6C, 4.7 , ECC 5.0 & ECC 6.0)
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/688055b88f297ee10000000a422035/content.htm
    For 4.7 SAP R/3 http://help.sap.com/saphelp_47x200/helpdata/en/12/9d78d6d8f74043a32e82be87e433b7/content.htm
    Release Notes on SAP Web Application Server 6.30
    http://help.sap.com/saphelp_47x200/helpdata/en/2b/64fc3e9d3b6927e10000000a114084/content.htm
    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://service.sap.com/instguides
    http://service.sap.com/erp
    http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt
    From the ABAP perspective, few differences are.
    The WS_* function modules used in 4.6c has become obsolete from 4.7C. All the WS_* FMs have been replaced by GUI_* FMs.
    (ii) Concept of Unicode is introduced.
    (iii) Few tables have been modified in ECC6.0.
    Tables TVARV & TTREX have been replaced by TVARVC & TTREXN respectively.
    (iv) we have enhancement points and enhancement sections along with enhancemnts and BADI'S . and we can write the part of code in those points.
    For functional differences please check out the following link:
    http://solutionbrowser.erp.sap.fmpmedia.com/
    ECC->enterprise central component.ECC 6.0 is the advanced version.if we consider in technical point of view then i can give u one example.
    In the new version we have enhancement points and enhancement sections along with enhancemnts and BADI'S.SAP has provided these ,so that without going for access keys we can write our code in the enhancement points along with Standard SAP code.So now SAP has provided more user friendly environment.Also a new DEBUGGER also arrived with the new version.Now we can see more things in the new er version of DEBUGGER.
    Reward points for useful Answers
    Thanks
    Murali Poli

  • Real time job doesn't receive automatically changes in SAP ECC 6

    Hi Experts,
    <br/>
    <br/>I'm trying to (using Data Integrator) automatically retrieve data from SAP ECC and store it in a local database table. I followed the steps written in this article: http://wiki.sdn.sap.com/wiki/display/BOBJ/Receiving+IDOCs. I'm modifying some records in the Cost Center Master Data (CSKS) and using COSMAS01 as the IDOC in which I'm trying to send the information.
    <br/>
    <br/>All seems to be OK, since I manually sent a Cost Center data row using the /nbd16 transaction, SAP ECC displayed a message telling that an IDOC had been generated. Also, when I checked the IDOC status in BD87 it had status 03, meaning that it had been sent correctly.
    <br/>
    <br/>In Data Services when I clicked on 'View Data' in the local database table that I put in the dataflow I could see the rows that I manually sent from the ECC. However, after truncating the local table, it bothered me that when I tried to send manually a second IDOC with another row from the Cost Center Master Data table, my real-time job didn't receive the request and consequently didn't insert the desired rows. I didn't change anything in the configuration, so my first question to any of you is that if you know what could it be that causes my real-time job to not receive the request from ECC?. I tried making a third try, but at my company they had to shut down the ECC server, so it's going to be a while before I make another try.
    <br/>
    <br/>Now, the REAL question of this post is that after I sent the first IDOC successfully (and before sending manually the second one mentioned earlier), I changed a record in the CSKS table directly in the ECC, hoping that it would automatically generate an COSMAS01 IDOC and send all the data in the table to the Data Integrator. This didn't happen and no IDOC was generated, so do any of you know why the automatic change didn't trigger the sending of the IDOC with the data?
    <br/>
    <br/>As I said before, I made the configuration in ECC and DI following the steps in the link written at the start of the post, and it was tested OK by successfully sending a COSMAS01 IDOC once, manually using bd16.
    <br/>
    <br/>In advance I thank you all for your cooperation. This is my first thread in the SDN forum so also please excuse any mistakes in my english.
    <br/>
    <br/>Best regards...

    You do not need to schedule this job every 10 min.  Why?
    If we can't schedule this job every 10 mints how can I able to retrive the delta records into Queue(RSA7)
    What is your advice I mean how to schedule in order to get the delta?
    Thanks

  • Call Transaction XK02 in SAP ECC 6.0 Version

    Hi All,
    I am working with an object which calls a transaction XK02 to modify the name and contact details fields in Version SAP ECC 6.0.
    The problem is that, when the transaction is run manually and saved or when an SHDB Recording is created, the data is getting updated.
    But when the transaction is called from a program or when the SHDB Recording which is already created is run, the data is not getting updated in Version SAP ECC 6.0.
    The data is getting updated properly when it is done in Version SAP 4.6b.
    Central Address Management System is used here.
    The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
    The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
    If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
    In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
    There is a slight change in the logic in SAP ECC 6.0 version.
    Can anybody please help me in this regard?
    Thanks & Regards,
    Vaitheeswaran.

    Hi Prabhu,
    The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
    The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
    If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
    In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
    There is a slight change in the logic in SAP ECC 6.0 version.
    Thanks & Regards,
    Vaitheeswaran.

  • How to find repairs done ( through access key)  in SAP ECC 6.0 system

    Hi Experts,
    I have to find the Repairs ( ie standard code is edited with access key ) done in my SAP ECC 6.0 system. I want to find out the repairs which was done my some developer using the access key and also want to segregate the ones which were done through the OSS notes and support packages. Is there any table or report i can use in the sytem to view this details. Please let know at the earliest.
    Thanks,
    Murali.

    Access Key Tables - ADIRACCESS
    OSS Notes - TCODE SNOTE.

Maybe you are looking for