SAP's own database system ?

why not sap creates its own database system other then using the Microsoft ,Oracle and IBM's  database's , which can reduce the sap installation cost for customers

Hello Siddesh,
have you ever heard of MaxDB? It was formerly called SAPDB. Support for MaxDB is not for free, but cheaper than the other RDBMS. The feature set is limited, but you get (almost) all you need for SAP systems.
SAP MaxDB
Regards,
Mark

Similar Messages

  • Index does not exist in database system DB6 sap

    Hi All
    In development system i have added a field into already existing  index and activated successfully without any errors or warnings and after transported the TR  into Quality system,In Quality system it shows the warning Index does not exist in database system DB6 sap
    Thanks
    Vamsi

    Hi Mohan,
    After any change in the existing structure of the table you need to adjust and then activate it.
    It can be done using SE14 tcode, please try using this.
    Regards,
    Mohammed

  • SAP XI 3.0 - Error while reading the ID of own business system from the SLD

    Error while reading the ID of own business system from the SLD for system Quality (QOC) and Client 100. 
    I get this error in the SXMN_MONI.  The business process is that the Interface to send master schedule and finished inventory from the legacy system to SAP to create planned orders in SAP for all Plants.
    I could able to get "SUCCESSFULLY PROCESSED" in development and production.  But only in Quality I getting this error.  Could anyone help me to fix this issue.
    thanks...

    Probably, its due to incorrect RFC Adapter properties in config.
    Go to Integration COnfiguration. Double Click on the Business System for your R/3 system. On the right hand screen, Click  on Service-->Adapter Specific Parameters.
    Check whether the Logical System Name comes up as SAP<SID> and whether R/3 system ID and Client are appropriate.
    If these values are inappropriate, make changes to the corresponding Technical System defined in the SLD. After you have made the necessary corrections, come back to Integration COnfiguration, Double click on Business SYstem for R/3. Switch to Edit Mode. Click on Service-> Adapter Specific Parameters and then click on the Icon between Apply and Cancel buttons, inorder to compare with SLD and make those values reflect in config. Then click on Apply and Save the Business System.
    After this, you can retry sending the message.
    Rgds
    R Chandrasekhar

  • XI server: External XML to SAP interface: No own business system

    Hi, we have inbound XML interfaces into SAP via XI using JMS queues. We have a dev, test and int. test environment. The dev and test environments work OK. The int. test environment has just been set up. The XML appears in the XI server, viewed via monitor SXI_MONITOR. It has a red flag error, within the XML trace, No own business system, seee below for full msg. I've test in config and the receiver is determined correctly. Can anyone help? Using XI version 3.0, SP14.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="CONFIG">LCR_ERROR</SAP:Code>
      <SAP:P1>No own business system</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>No own business system</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    hi,
    have you tried executing TCODE - SLDCHECK
    on your XI ?
    if not check it and see it everything
    is ok over there
    if not check your busines system inside SLD
    Regards,
    michal

  • Does SAP BI has it own database? If yes what is the name of the database?

    Does SAP BI has it own database? If yes what is the name of the database?
    Thanks!
    York

    If you authorization take a look at the followig tcodes:
    1. DB6DBM
    2.DBACOCKPIT.
    3. DB02.
    Ravi Thothadri

  • Re: what is difference between sap locking and database locking

    hi,
        what is difference between sap locking and database locking. Iam locked the table mara by using lock objects.
    But iam unable to unlock the mara table. I give u the coding. Please check it.
    REPORT zlock .
    CALL FUNCTION 'ENQUEUE_EZTEST3'
    EXPORTING
       MODE_MARA            = 'S'
       MANDT                = SY-MANDT
       MATNR                = 'SOU-1'.
    call transaction 'MM02'.
    CALL FUNCTION 'DEQUEUE_EZTEST3'
         EXPORTING
              mode_mara = 'E'
              mandt     = sy-mandt
              matnr     = 'SOU-1'.
    IF sy-subrc = 0.
      WRITE: 'IT IS unlocked'.
    ENDIF.

    Hi Paluri
    Here is the difference between SAP locks and Database locks, i will try to find the solution to your code.
    Regards
    Ashish
    Database Locks: The database system automatically sets database locks when it receives change statements (INSERT, UPDATE, MODIFY, DELETE) from a program. Database locks are physical locks on the database entries affected by these statements. You can only set a lock for an existing database entry, since the lock mechanism uses a lock flag in the entry. These flags are automatically deleted in each database commit. This means that database locks can never be set for longer than a single database LUW; in other words, a single dialog step in an R/3 application program.
    Physical locks in the database system are therefore insufficient for the requirements of an R/3 transaction. Locks in the R/3 System must remain set for the duration of a whole SAP LUW, that is, over several dialog steps. They must also be capable of being handled by different work processes and even different application servers. Consequently, each lock must apply on all servers in that R/3 System.
    SAP Locks:
    To complement the SAP LUW concept, in which bundled database changes are made in a single database LUW, the R/3 System also contains a lock mechanism, fully independent of database locks, that allows you to set a lock that spans several dialog steps. These locks are known as SAP locks.
    The SAP lock concept is based on lock objects. Lock objects allow you to set an SAP lock for an entire application object. An application object consists of one or more entries in a database table, or entries from more than one database table that are linked using foreign key relationships.
    Before you can set an SAP lock in an ABAP program, you must first create a lock object in the ABAP Dictionary.

  • Error while reading the ID of own business system from the SLD for system

    Hello,
    I try to send master material data from a 4.7 system via XI 3.0 to an autoID Infrastructure system 2.1. All Communication Channels, Receiver Agreements, Receiver and Interface Agreements are configured. The IDOC gets propper into the XI, Inbound Message is "green". Now, I get the following message:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">SLD_NO_OWN_BS</SAP:Code>
      <SAP:P1>ZTA</SAP:P1>
      <SAP:P2>013</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading the ID of own business system from the SLD for system ZTA and client 013</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can anybody help me?

    Probably, its due to incorrect RFC Adapter properties in config.
    Go to Integration COnfiguration. Double Click on the Business System for your R/3 system. On the right hand screen, Click  on Service-->Adapter Specific Parameters.
    Check whether the Logical System Name comes up as SAP<SID> and whether R/3 system ID and Client are appropriate.
    If these values are inappropriate, make changes to the corresponding Technical System defined in the SLD. After you have made the necessary corrections, come back to Integration COnfiguration, Double click on Business SYstem for R/3. Switch to Edit Mode. Click on Service-> Adapter Specific Parameters and then click on the Icon between Apply and Cancel buttons, inorder to compare with SLD and make those values reflect in config. Then click on Apply and Save the Business System.
    After this, you can retry sending the message.
    Rgds
    R Chandrasekhar

  • Error while reading ID of own business system from the SLD

    HI guys when trying to send Idoc from my R/3 system to SUS i am getting the following error in XI
    <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">SLD_NO_OWN_BS</SAP:Code>
      <SAP:P1>DSM</SAP:P1>
      <SAP:P2>900</SAP:P2>
      <SAP:Stack>Error while reading ID of own business system from the SLD for system DSM and client 900</SAP:Stack>
    I checked in sxmb_adm on both the ends on Xi as well as on my SUS server in Xi the role is the Integration server and on the SUS it is Application server also checked SLDAPICUST which is configured rite. Plz help me to come out of the problem.
    Regards,
    Anand

    Hi Anand,
      check the two thing's in XI.
    1. First created technical system in XI to identify your XI server (Web as ABAP and Web AS Java)
    2. Create the business system based on above technical system and select the role of business system is Integration server.
      URL : http://<hostname>:<ICM Port>/sap/xi/engine?type=entry.
    3. Create the technical system based on your SAP R/3 system.
    4. Create the business system based on your SAP R/3 system.
    here you need to select role of business system : Application system.
      related integration server is : <XI System SID has to come>
    and try to refresh the initical cache once ...
    http://<hostname>:<j2ee stack port>/CPACache/refresh?mode=full
    after all the things post what is the problem you are faceing.
    Regards,
    Venu.

  • Error while reading ID of own business system from the SLD for system D18

    Dear guru's,
    I have almost completed a file2proxy scenario but I'm stuk on the following.
    When sending a message the outbound adapter says:
    <b>Error while reading ID of own business system from the SLD for system D18 and client 200</b>
    What's the problem? I'm using a HTTP connection in the comm. channel. In this http connection a user with SAP_ALL is defined.
    Any suggestions?
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">SLD_NO_OWN_BS</SAP:Code>
      <SAP:P1>D18</SAP:P1>
      <SAP:P2>200</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading ID of own business system from the SLD for system D18 and client 200</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    Login to system D18 and client 200 and check the TC SLDCHECK and also as per my pervious message check the entries in the SLDAPICUST, it should point to the Server on which SLD is present usually XI server https.
    Actually what happens in this error is when you are done with the configuration part in the ID, you are trying to eceute the scenario File to proxy, when it comes to identify the receiver system which is D18 clnt 200, it goes to SLD to check it and SLD is trying to ping to the machine D18 this connection is set from the TC SLDAPICUST on the machine D18.
    here the problem is that either the D18 is not able to ping to the SLD and also try refreshing the SLD cache.
    Hope you problem is fixed

  • Error while reading ID of own business system from the SLD for system DPI

    Hi All,
    My sceanrio is Proxy to JDBC. and its B2B. am sending the data from BI system and based on the country field from the source, table is decided and value is updated in the table.
    In RWB->Component Monitoring->Adapter Engine->Test Message, I have given the Sender component,Receiver Party,Receiver component,Interface,Interface Namespace,userid and password,Quality of Service and pasted the payload.
    Now I am getting the error :Error While Sending Message: Error stack from response: Error while reading ID of own business system from the SLD for system DPI and client 001 Internal error in Landscape Directory
    Please help me out.
    Thanks
    Kiruthi
    Edited by: kiruthiga balusamy on Nov 24, 2009 4:02 PM

    Hi,
    Check transaction SLDAPICUST for correct SLD configuration.
    http://help.sap.com/saphelp_nw70/helpdata/EN/0b/8512417301ee6fe10000000a1550b0/content.htm
    ~Sanv...

  • RPM_FIN02 - Receiver of IDoc is its own logical system

    For one particular portfolio item, I run the RPM program RPM_FIN02.
    This results in an IDoc creation.
    Next, I checked the status of the IDoc (RPM > Base System Interfaces > SAP Financial and Controlling Integration > Data Distribution From SAP FI-CO to SAP xRPM > Check Inbound Processing).
    This shows the status "29 - Receiver of IDoc is its own logical system".
    As a result, the Internal Order costs (including the ones posted from cProjects) do not get pulled into RPM Financial Planning.
    Please advise.
    I do not have the technical understanding of this issue, and would therefore need a little more than the mere technical jargons and terms to be able to resolve this.
    Thanks for understanding.

    Hi,
    Very briefly,
    -Assuming your RPM system is independent of your ECC box. But RFC connected.
    -RPM_FIN02 is for pulling in financial data onto RPM item from (object linked) Internal Order(IO)/PS Project(PSP).
    -RPM_FIN02 do not recognize/goto cProjects for financials.
    -cProjects can have its own account assigned IO/PSP
    -cProjects Dashboard, (if all is well incl. evaluation) should display costs from assigned IO/PSP
    -This cost does not reach RPM item
    -Source of cProjects- if it is created within cProjects or from RPM Item, does not matter.
    thanks,Mathavan

  • 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

  • Setin CS for DMS ( SAP DB) not file system

    Hi Forum..
    I wud like to configure CS to my DMS to chk in /chkout originals which i hav to do it from 3rd party system.For this i'm using a BAPI.
    My clint req is he wanted to save documents in SAP DB( Not file system)
    My questions r:
    1.  wat r the necessary config steps tht i hav to follwo ?
    2. for this,Do i need to create Any Ztable ?
    Thanks In Advance.
    P.S: Use ful answer will be rewarded.
    Rgds,
    VIjay

    Hi Vijay,
    To achieve storage of documents in SAP Database as per your clients requirement you need not use Content Server thru KPro.
    Also, there is no need of adding any Z table or any other configurations,
    *Just goto DC10, Uncheck box indicating Use Kpro and to maintain SAP Database in place of CS, just go below to File Size option and enter the size required in SAP Database (for ex:9999999999 which is max. size you can allot).
    Save your settings and then create/change the DIR, try to check-in the document where instead of showing KPro storage categories (ex: DMS_C1_ST), options related to SAP storage categories are displayed, from storage categories like
    Vault, Archieve n SAP DB* select SAP DB and all the storage takes place in SAP Database.
    When you are using Content Server with KPro, even if you are maintaining file size with some values only KPro will work as storage category
    Thank You,
    Manoj
    Pl. reward if useful.

  • There is no table  in database system BW_POS

    hi gurus,
    i am trying to access tables from SQL Server using DB connect.i have created one source system using SAP library help.
    when right click source system and selected
    'select Database tables' i am getting the following error.
    <b>"There is no table in database system BW_POS"</b>
    BW_POS is my source system name.
    help needed urgently.
    thanx in advance..

    hi guys,
    thanx for your advices,
    while creating the source system i have followed that note <b>512739</b> and i checked that the all the tables and fields are in UPPER case.even the roles and authorizations are given for create VIEW and selct the DB tables.when i check the same DBuser with the client and executed the SQLquery(in SQL Query Analyzer) i am getting the records in that.
    hi dinesh,
    i have checked the source system also it is saying that source system OK.
    <b>the problem is not solved.</b>
    is there any way of checking the source system using any tables or to check any table entries..
    help is appreciated and advance thanx.

  • Sap* deletion in Production System

    Hi experts,
      I wanted to do TMS configuration which require to login to my Production System from 000 client. I am newly joined here. And i dont now any of user password (DDIC,SAP,BASIS)* for client 000. I have tried reseting it from my MSSQL Database, But it requires Server Restart which i can not take because of High volume of users. I am taking help of my ABAPER in the same. But is there any other way to reset there password.i have tried Update and Delete command for unlocking and deleting the sap* user from database level. Command completed successfully but no use. I will be thankfull if anybdy can provide me the programme.
    Regards,
    Vaibhav Gore

    Hai,
    After deleting the user SAP* in client 000 did you try to login into the client with SAP* and password PASS.
    Also check parameter login/no_automatic_user_sapstar value in Instance profile or default profile, this should be set to '0' in order to login with SAP* and PASS password. If the above said parameter is set to '1' then you have to set it to '0' and then bounce back the SAP system in order to make the changes effective. After this you can login with SAP* and password PASS.
    Regards,
    Yoganand.V

Maybe you are looking for

  • Use of Hyperlink in SRM MDM Catalog

    Hii Experts, Can somebody help me with images upload using hyperlink table in SRM MDM catalog. Images are maintained in central repository Regards, Poonam Kanade

  • Import and export in linux.

    hi can anyone guide me how to import and export dump files in Red Hat linux 5.2? also i searched over the ineternet but i did not understand because i am newbie to linux. can anyone help me out and guide me step by step? i also posted on Database-Gen

  • Is MDM mandatory if we plan to use Catalog in SRM 7.0

    Dear SAP gurus, We are implementing SRM 7 EHP 2. Is it mandatory for use to use MDM server if we want to use catalog functionality in SRM? Please enlight me... Best regards, John

  • FlashBuilder Burrito - metadata code completion (metadata.xml)

    Hello, I've already posted my question on the Flex Coders Yahoo Group, but I think Adobe Forums>Flash Builder>Using Flash Builder http://forums.adobe.com/ http://forums.adobe.com/ is more appropriate for this kind of questions. So, here is my problem

  • Error 3014 when updating iPhone and iPad OS

    I keep getting the 3014 error when trying to update the OS on my iPhone 4 and iPad.  Tried disabling Windows 7 Firewall and Anti-Virus softwarebut still get the error.