Can u send oss notes 192658...

hi friends, can any one post the OSS Notes 192658, for basic (parameters)setting for bw.
thanks in advance

Summary
Symptom
You want to set the Business Warehouse System (BW) basis parameters. The BW basis parameters must be set optimally for the BW system to work without errors and the system to perform efficiently.  The recommendations for BW systems are not always the same as those for R/3 systems.
Other terms
Memory Management, EarlyWatch, GoingLive, Release 1.2B, Release 2.0A,
Release 2.0B, Release 2.1C, Release 3.0A, Release 3.0B, Release 3.1
Release 3.5
Reason and Prerequisites
The recommendations for BW systems are not always the same as those for R/3 systems. This note describes the differences between the parameter settings of a BW system and an R/3 system. Therefore, this note supplements Note 103747 for BW systems (Performance 4.0/4.5/4.6: Parameter recommendations). As with the recommendations in Note 103747, the recommendations here are intended as initial settings before you start using the system productively. After you start using the system productively, you must adjust individual parameters as required and adapt them to the actual requirements.
Number and type of work processes
This note does not contain any recommendations about the number and type of work processes. You can receive work processes tailored for your system from the recommended remote services. However, if you have not received any recommendations from the GoingLive services, you have to set up a minimum of six dialog work processes and three batch work processes.
This note is valid only for BW 1.2B, BW 2.0A, BW 2.0B,
BW 2.1C, BW 3.0A, BW 3.0B and BW 3.1, BW 3.5.
For NetWeaver 2004s  or BI 7.0, see Note 1044441.
Solution
Support by Support Services                                          *
To ensure that the system performs efficiently after you start using it productively, we recommend you use the support services, for example, the GoingLive check for BW systems or an EarlyWatch contract for BW systems. With a GoingLive check for BW systems, you should schedule two sessions for 4-6 weeks before you start using the system productively and one session 4-6 weeks after you have started using the system productively.
TO AVOID LONG WAITING TIMES FOR A SERVICE SESSION APPOINTMENT, BOOK IN SUFFICIENT TIME BEFORE YOU START USING THE SYSTEM PRODUCTIVELY. TO DO THIS, CONTACT YOUR LOCAL SUPPORT.
This note supplements Note 103747  (Performance 4.0/4.5/4.6: Parameter recommendations) for BW systems. It describes the different parameter settings of a BW system and an R/3 system.
Recommendations given in Note 103747 for R/3 systems that are different for BW systems:
1a. Export/import buffer
BW 1.2B:
This buffer is frequently used in BW systems so the export/import buffer must be set to at least 10 MB. If you work with large hierarchies, you have have to increase the size of this buffer considerably. You should be able to store at least 5,000 objects in the buffer.
rsdb/obj/buffersize                          10000 or higher (10 MB)
rsdb/obj/max_objects                          5000 or higher (entries)
rsdb/obj/large_object_size                10000 (10 MB)
BW 2.X: The buffer should be set to the size recommended for R/3 4.6 systems (see Note 103747).
BW 3.X: The buffer should be set to a larger size than the buffer for BW 2.X.
rsdb/obj/buffersize                          40000 or higher (40 MB)
1b. Export/import buffer SHM
BW 3.X ONLY (OLAP cache):
Parameter name             Value     Description
rsdb/esm/buffersize_kb     40000 or higher   Size of exp/imp SHM buffer (kB)
rsdb/esm/max_objects       10000     Maximum number of objects in buffer
2. Program buffer (abap/buffersize)
Depending on the size of the main memory, the program buffer should be between 200 and 400 MB. Unlike in R/3 Systems, a higher number of program buffer swaps is less important in BW Systems and is often unavoidable since the information stored in the program buffer is significantly less likely to be reused.  While the response times of R/3 transactions is only around several hundred milliseconds, the response times of BW queries takes seconds. However, by tuning the program buffer, you can only improve the performance by milliseconds.
Therefore, if the available main memory is limited, you should increase the size of the extended memory. However, the program buffer should not be set lower than 200 MB. If the available main memory is sufficient, the program buffer in BW 2.X/3.X systems should be set to at least 300 MB.
3. Extended Memory
BW users require significantly more extended memory than R/3 users. The size of the extended memory is related to the available main memory but should not be lower than 512 MB.
4. Single Record buffer
BW 2.X & 3.X: The buffer should be set to the size recommended for R/3 4.6 systems (see Note 103747).
Limits for BW 2.X:
See Note 414220 for information about setting the parameter rtbb/max_tables, rtbb/buffer_length.
You must not exceed certain limits.
Limits for BW 3.X:
See Note 480710.
5. Recommendations for the 64-bit R/3 kernel
In addition to the recommendations from Note 146289, set the following parameter specifically for BW:
            em/blocksize_KB      4096
6. Maximum runtime for a work process
Set a higher runtime than is usual for R/3 systems:
rdisp/max_wprun_time                          3600
7. Connection to the front end
To avoid connection terminations, set the gw/cpic_timeout parameter to a sufficiently large value:
gw/cpic_timeout                                60
8. Further CPIC/RFC settings
   gw/max_conn                    2000
   gw/max_overflow_size       25000000
   rdisp/max_comm_entries         2000
   Because of the high RFC load, see the recommendataions from Note 74141.
9. Oracle Database Interface
Set the parameter dbs/ora/array_buf_size to a sufficiently large size to keep the number of array inserts, for example, when you upload data or during the rollup, as low as possible. This improves the performance during insert operations. Depending on the size of the available main memory, set the parameter dbs/ora/array_buf_size to a value of 1000000 (1MB).
dbs/ora/array_buf_size             1000000
10. Internet Communication Manager (ICM) Parameter
icm/host_name_full                <fully qualified name>
                                  You use this parameter to specify
                                  the fully qualified host name of the
                                  of the host on which the ICM is
                                  running. If this parameter is
                                  not set, the system queries the
                                  system for the host name.
                                  With several host names, this
                                  parameter can override this value.
SAPLOCALHOSTFULL                  <fully qualified name>
General timeouts:
icm/keep_alive_timeout             3600
                                  This parameter refers to the
                                  "keep-alive-feature" of HTTP1.1
rdisp/plugin_auto_logout           3600
                                  The user context is closed only after
                                  this time interval
Kernel Release 6.20
icm/server_port_: PROT=<xxxx>,PORT=<xxxx>,TIMEOUT=3600
                                  Defines keep_alive_timeout per port
                                  binding
Kernel Release 6.40ff
icm/server_port_: PROT=<xxxx>,PORT=<xxxx>,TIMEOUT=60, PROCTIMEOUT=3600
icm/keep_alive_timeout = 60
Further information:
Note 622629: Procedure when timeouts occur in BW Web Reporting
Note 622130: Timeout problems in BW Web Applications
Note 538405: Composite SAP Note on the SAP Web Dispatcher
11. Notes for configuring the databases
BW and R/3 Systems can differ significantly in terms of the configuration of the database.
The following notes contain recommendations for setting the database in a BW system:
                        0632556 Oracle 9.2.0.* databaseparameterization for BW
                    0632427 Oracle 8.1.7* database parameterization forBW
                    0180605  Oracle database parameter settings for BW
Informix            0114884 Performance Guide:  BW 1.2B on Informix
                    0181945 Performance guide: BW 2.0X & BW 3.0X
MS SQL Server        0142334 Installation BW 1.2B on MS SQL server
                    0209596 Setting up Microsoft SQL Server 2000
DB2 UDB Unix/Windows 0374502 DB6: BW performance: Note overview
                    0546262 DB6: Performance on SAP BW 3.0B
DB2 UDB OS/390       0390016 DB2/390: BW: Database settings and
                            performance
DB2 UDB AS/400       541508  iSeries: Checking the system parameters for BW
12. Essentials for parameter settings
- Save your old profile before you make any changes. If the instance does not start with the new parameters, you can use the old profile.
- Check all parameter settings before you use them (program sappfpar, in the test system, and so on).
- Take into account limitations due to the architecture of the operating system (for example, shared memory limitations). Errors and terminations may occur if you do not take these limitations into account.
  Bear in mind that concrete recommendations for parameter settings using TTC can only be given during a session service. ***********************************************************************
WARNING:
  If the settings in the R/3 memory areas (R/3 buffer, R/3 extended memory and so on) are too small, unnecessary performance problems can occur. If the settings are too large, errors can occur when you start the R/3 instance or runtime errors can occur. The optimal settings depend on the hardware (CPU and RAM), the R/3 release and the operating system release.
  The Solution Support remote services GoingLive and EarlyWatch provide recommendations tailored to your system.
Header Data
Release Status: Released for Customer
Released on: 25.07.2007  09:50:34
Priority: Recommendations/additional info
Category: Consulting
Primary Component: SV-BO-BI Business Information
Secondary Components: SV-BO Backoffice Service Delivery
Releases
Software
Component Release From
Release To
Release And
subsequent
SAP_APPL 45 45A 45A  
SAP_APPL 46 46A 46A  
SAP_BW 20 20B 20B  
SAP_BW 21 21C 21C  
SAP_BW 30 30A 30B  
SAP_BW 310 310 310  
SAP_BW 35 350 350  
SAP_BW 70 700 700  
Related Notes
1013912 - FAQ: Oracle BW performance
923610 - Memory param recommendations for Bank Analyzer 4.0 or higher
688647 - DB6: SAP BW and SAP NetWeaver BI Administration Tasks
624852 - Shared Memory segments 62, 63, 64 and 65 for AIX
618868 - FAQ: Oracle performance
567745 - Composite note BW 3.x performance: DB-specific setting
563688 - SYSTEM_NO_ROLL during the file upload
546262 - DB6:Administration & Performance on SAP BW, SAP SCM, SAP SEM
541508 - iSeries: Checking the system parameters for BW
480710 - Profile parameters for table buffers
414220 - Data corruption possible if rtbb/buffer_length is > 200000
390016 - DB2/390: BW: Database settings and performance
209596 - Setting up Microsoft SQL Server 2000
184905 - Collective note Performance BW 2.0
181945 - Performance guide: BW on Informix
180605 - Oracle database parameter settings for BW
156319 - Collective note performance BW 1.2B
139173 - DB2 UDB: Performance BW 1.2B
103747 - Performance: Parameter recommendations as of Release 4.0
74141 - Resource Management for tRFC and aRFC
Print Selected Notes (PDF) 
Attributes
Attribute Value
Transaction codes DB2
Transaction codes KAUM
Transaction codes TRANSAKTIONEN
weitere Komponenten XX-SER-TCC
<div class="urMnu" onkeydown="me.sapUrMapi_PopupMenu_keyDown(window,'popupMenuVersions',event);" onmousemove="me.sapUrMapi_PopupMenu_hoverItem(window,'popupMenuVersions',event);"><table cellpadding="0" cellspacing="0" border="0" id="popupMenuVersions-r" visidx="0" viscnt="10"><thead style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrUp" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupMenuVersions','false',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupMenuVersions','false',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupMenuVersions','false',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr><tbody><tr id="0000000000" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 32      : 25.07.2007 - 18.09.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000031" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000031','Version: 31      : 10.05.2007 - 25.07.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 31      : 10.05.2007 - 25.07.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000030" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000030','Version: 30      : 20.01.2006 - 10.05.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 30      : 20.01.2006 - 10.05.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000029" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000029','Version: 29      : 14.07.2005 - 20.01.2006');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 29      : 14.07.2005 - 20.01.2006</span></td><td class="urMnuSub"> </td></tr><tr id="0000000028" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000028','Version: 28      : 18.04.2005 - 14.07.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 28      : 18.04.2005 - 14.07.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000027" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000027','Version: 27      : 03.08.2004 - 18.04.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 27      : 03.08.2004 - 18.04.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000026" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 26      : 03.08.2004 - 03.08.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000025" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 25      : 12.03.2004 - 03.08.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000024" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000024','Version: 24      : 29.01.2004 - 12.03.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 24      : 29.01.2004 - 12.03.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000023" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000023','Version: 23      : 18.12.2003 - 29.01.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 23      : 18.12.2003 - 29.01.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000022" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 22      : 24.02.2003 - 18.12.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000021" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000021','Version: 21      : 30.01.2003 - 24.02.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 21      : 30.01.2003 - 24.02.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000020" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 20      : 30.01.2003 - 30.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000019" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000019','Version: 19      : 17.01.2003 - 30.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 19      : 17.01.2003 - 30.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000018" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000018','Version: 18      : 08.10.2002 - 17.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 18      : 08.10.2002 - 17.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000017" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000017','Version: 17      : 26.09.2002 - 08.10.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 17      : 26.09.2002 - 08.10.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000016" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 16      : 26.09.2002 - 26.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000015" class="urMnuRowDsbl" dsbl="true"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 15      : 25.09.2002 - 26.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000014" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000014','Version: 14      : 02.05.2002 - 25.09.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 14      : 02.05.2002 - 25.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000013" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000013','Version: 13      : 05.07.2001 - 02.05.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 13      : 05.07.2001 - 02.05.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000012" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupMenuVersions:onSelectPopupMenuItem','','0000000012','Version: 12      : 25.05.2001 - 05.07.2001');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 12      : 25.05.2001 - 05.07.2001</span></td><td class="urMnuSub"> </td></tr><tfoot style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrDwn" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupMenuVersions','true',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupMenuVersions','true',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupMenuVersions','true',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr></table></div>
<div class="urMnu" onkeydown="me.sapUrMapi_PopupMenu_keyDown(window,'popupitemslevel2_D',event);" onmousemove="me.sapUrMapi_PopupMenu_hoverItem(window,'popupitemslevel2_D',event);"><table cellpadding="0" cellspacing="0" border="0" id="popupitemslevel2_D-r" visidx="0" viscnt="10"><thead style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrUp" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_D','false',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_D','false',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_D','false',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr><tbody><tr id="0000000000" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000000','Version: 32      : 25.07.2007 - 18.09.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 32      : 25.07.2007 - 18.09.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000031" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000031','Version: 31      : 10.05.2007 - 25.07.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 31      : 10.05.2007 - 25.07.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000030" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000030','Version: 30      : 20.01.2006 - 10.05.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 30      : 20.01.2006 - 10.05.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000029" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000029','Version: 29      : 14.07.2005 - 20.01.2006');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 29      : 14.07.2005 - 20.01.2006</span></td><td class="urMnuSub"> </td></tr><tr id="0000000028" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000028','Version: 28      : 18.04.2005 - 14.07.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 28      : 18.04.2005 - 14.07.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000027" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000027','Version: 27      : 03.08.2004 - 18.04.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 27      : 03.08.2004 - 18.04.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000026" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000026','Version: 26      : 03.08.2004 - 03.08.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 26      : 03.08.2004 - 03.08.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000025" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000025','Version: 25      : 12.03.2004 - 03.08.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 25      : 12.03.2004 - 03.08.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000024" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000024','Version: 24      : 29.01.2004 - 12.03.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 24      : 29.01.2004 - 12.03.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000023" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000023','Version: 23      : 18.12.2003 - 29.01.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 23      : 18.12.2003 - 29.01.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000022" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000022','Version: 22      : 24.02.2003 - 18.12.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 22      : 24.02.2003 - 18.12.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000021" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000021','Version: 21      : 30.01.2003 - 24.02.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 21      : 30.01.2003 - 24.02.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000020" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000020','Version: 20      : 30.01.2003 - 30.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 20      : 30.01.2003 - 30.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000019" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000019','Version: 19      : 17.01.2003 - 30.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 19      : 17.01.2003 - 30.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000018" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000018','Version: 18      : 08.10.2002 - 17.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 18      : 08.10.2002 - 17.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000017" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000017','Version: 17      : 26.09.2002 - 08.10.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 17      : 26.09.2002 - 08.10.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000016" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000016','Version: 16      : 26.09.2002 - 26.09.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 16      : 26.09.2002 - 26.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000015" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000015','Version: 15      : 25.09.2002 - 26.09.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 15      : 25.09.2002 - 26.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000014" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000014','Version: 14      : 02.05.2002 - 25.09.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 14      : 02.05.2002 - 25.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000013" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000013','Version: 13      : 05.07.2001 - 02.05.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 13      : 05.07.2001 - 02.05.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000012" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_D:onSelectPopupMenuItem','','0000000012','Version: 12      : 25.05.2001 - 05.07.2001');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 12      : 25.05.2001 - 05.07.2001</span></td><td class="urMnuSub"> </td></tr><tfoot style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrDwn" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_D','true',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_D','true',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_D','true',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr></table></div>
<div class="urMnu" onkeydown="me.sapUrMapi_PopupMenu_keyDown(window,'popupitemslevel2_E',event);" onmousemove="me.sapUrMapi_PopupMenu_hoverItem(window,'popupitemslevel2_E',event);"><table cellpadding="0" cellspacing="0" border="0" id="popupitemslevel2_E-r" visidx="0" viscnt="10"><thead style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrUp" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_E','false',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_E','false',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_E','false',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr><tbody><tr id="0000000000" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000000','Version: 32      : 25.07.2007 - 18.09.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChkOn">   </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 32      : 25.07.2007 - 18.09.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000031" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000031','Version: 31      : 10.05.2007 - 25.07.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 31      : 10.05.2007 - 25.07.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000030" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000030','Version: 30      : 20.01.2006 - 10.05.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 30      : 20.01.2006 - 10.05.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000029" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000029','Version: 29      : 14.07.2005 - 20.01.2006');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 29      : 14.07.2005 - 20.01.2006</span></td><td class="urMnuSub"> </td></tr><tr id="0000000028" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000028','Version: 28      : 18.04.2005 - 14.07.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 28      : 18.04.2005 - 14.07.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000027" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000027','Version: 27      : 03.08.2004 - 18.04.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 27      : 03.08.2004 - 18.04.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000024" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000024','Version: 24      : 29.01.2004 - 12.03.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 24      : 29.01.2004 - 12.03.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000023" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000023','Version: 23      : 18.12.2003 - 29.01.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 23      : 18.12.2003 - 29.01.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000021" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000021','Version: 21      : 30.01.2003 - 24.02.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 21      : 30.01.2003 - 24.02.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000019" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000019','Version: 19      : 17.01.2003 - 30.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 19      : 17.01.2003 - 30.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000018" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000018','Version: 18      : 08.10.2002 - 17.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 18      : 08.10.2002 - 17.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000017" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000017','Version: 17      : 26.09.2002 - 08.10.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 17      : 26.09.2002 - 08.10.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000014" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000014','Version: 14      : 02.05.2002 - 25.09.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 14      : 02.05.2002 - 25.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000013" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000013','Version: 13      : 05.07.2001 - 02.05.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 13      : 05.07.2001 - 02.05.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000012" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_E:onSelectPopupMenuItem','','0000000012','Version: 12      : 25.05.2001 - 05.07.2001');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 12      : 25.05.2001 - 05.07.2001</span></td><td class="urMnuSub"> </td></tr><tfoot style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrDwn" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_E','true',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_E','true',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_E','true',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr></table></div>
<div class="urMnu" onkeydown="me.sapUrMapi_PopupMenu_keyDown(window,'popupitemslevel2_J',event);" onmousemove="me.sapUrMapi_PopupMenu_hoverItem(window,'popupitemslevel2_J',event);"><table cellpadding="0" cellspacing="0" border="0" id="popupitemslevel2_J-r" visidx="0" viscnt="10"><thead style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrUp" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_J','false',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_J','false',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_J','false',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr><tbody><tr id="0000000000" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000000','Version: 32      : 25.07.2007 - 18.09.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 32      : 25.07.2007 - 18.09.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000031" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000031','Version: 31      : 10.05.2007 - 25.07.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 31      : 10.05.2007 - 25.07.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000030" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000030','Version: 30      : 20.01.2006 - 10.05.2007');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 30      : 20.01.2006 - 10.05.2007</span></td><td class="urMnuSub"> </td></tr><tr id="0000000029" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000029','Version: 29      : 14.07.2005 - 20.01.2006');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 29      : 14.07.2005 - 20.01.2006</span></td><td class="urMnuSub"> </td></tr><tr id="0000000028" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000028','Version: 28      : 18.04.2005 - 14.07.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 28      : 18.04.2005 - 14.07.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000027" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000027','Version: 27      : 03.08.2004 - 18.04.2005');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 27      : 03.08.2004 - 18.04.2005</span></td><td class="urMnuSub"> </td></tr><tr id="0000000024" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000024','Version: 25      : 12.03.2004 - 03.08.2004');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 25      : 12.03.2004 - 03.08.2004</span></td><td class="urMnuSub"> </td></tr><tr id="0000000021" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000021','Version: 22      : 24.02.2003 - 18.12.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 22      : 24.02.2003 - 18.12.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000019" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000019','Version: 19      : 17.01.2003 - 30.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 19      : 17.01.2003 - 30.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000018" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000018','Version: 18      : 08.10.2002 - 17.01.2003');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 18      : 08.10.2002 - 17.01.2003</span></td><td class="urMnuSub"> </td></tr><tr id="0000000014" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000014','Version: 14      : 02.05.2002 - 25.09.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 14      : 02.05.2002 - 25.09.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000013" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000013','Version: 13      : 05.07.2001 - 02.05.2002');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 13      : 05.07.2001 - 02.05.2002</span></td><td class="urMnuSub"> </td></tr><tr id="0000000012" class="urMnuRowOff" onclick="me.htmlbSL(this,78,'popupitemslevel2_J:onSelectPopupMenuItem','','0000000012','Version: 12      : 25.05.2001 - 05.07.2001');;me.sapUrMapi_PopupMenu_hideAll();return false;"><td class="urMnuChk"> </td><td> </td><td class="urMnuTxt" nowrap><span style="white-space:nowrap;">Version: 12      : 25.05.2001 - 05.07.2001</span></td><td class="urMnuSub"> </td></tr><tfoot style="display:block;"><tr class="urMnuScr"><td colspan="4" class="urMnuScrDwn" isscroll="true" onmousedown="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_J','true',false,event);" onmouseup="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_J','true',true,event);" onmouseout="me.sapUrMapi_PopupMenu_timeScroll(window,'popupitemslevel2_J','true',true,event);"><img width="1" class="urMnuScrImg" src="1x1"></td></tr></table></div>
German
English
Japanese

Similar Messages

  • Why can I send  but not receive them?

    Why can I send  but not receive them?

    Macrumors posted a solution for this.  I used it and it seems to have worked for me.
    Here's what they said:
    1. Turn off iMessage in Settings > Messages
    2. Reset networking settings in Settings > General > Reset
    3. Reenable iMessage in Settings > Messages
    Source:
    http://www.macrumors.com/2013/09/30/resetting-network-settings-may-fix-imessages -not-working-in-ios-7/

  • How can I send pictures not embedded, but as an attachment? THX

    How can I send pictures not embedded, but as an attachment? THX

    I had the same problem. I closed  the message, tried again selecting the correct imessage contact number and it worked.
    I'm guessing I first selected a non-imessage phone number and it got stuck in a gray/can't send mode (bug).

  • How can we apply OSS notes in BW or BI.

    Dear Friends , how are you all.
    Could anyone please tell the process about How can we apply OSS notes in BW or BI.
    What is the difference between LO extractors and FI extractors.
    It would be helpful to me.
    Thanks in Advance,
    Kalyan

    Hi,
    Using T Code SNOTE we can apply the OSS notes.
    Also
    OSS is Online support system runs by SAP to support the customers.
    You can access this by entering OSS1 transaction or visit Service.SAP.Com and access it by providing the user name and password.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fe8dbb80-0c01-0010-fe84-b76d0d07db34
    SAP Notes
    IN BW T.Code SNOTE, here you can see all the notes which has been applied.. also u can apply a new note in this T.Code.
    http://service.sap.com/notes
    Whenever there is a short dump, in section 'How to correct the error' keywords are given so that you can search relevant OSS
    Notes.
    Best way is to search with the Note Number if you know one. Else, you can search with restriction by giving proper version,
    application area, priority, release status etc along with keywords.
    Thanks,
    JituK

  • Why can I send, but not receive mail?

    I have an exclamation mark in a triangle next to Inbox. It says the connection to the server is timed out. I have not been able to receive any mail.

    I would compare the account settings to verify that smpt server and ports and encryption and the likes was
    set the same on mac vs. the ios devices
    if it were I would look if the mac's firewall was blocking the stmp

  • How to refer OSS Notes

    Hi friends
    Please send me path how to refer OSS notes
    Rajesh

    Hi Rajesh,
    OSS NOTES: ONLINE SERVICE SUPPORT.
    This was provided by SAP. if you have any issue for which you don’t find solution for this kind of things you can put a note to SAP in www.service.sap.com for which you should have user id and Password provided by the company
    SAP Notes give you instructions on how to remove known errors from SAP Systems. They include a description of the symptoms, the cause of the error, and the SAP Release and Support Package level in which the error occurs.
    Depending on the type of error, an SAP Note may also include:
    • Workarounds
    • Descriptions of how to correct repository objects in the ABAP workbench, known as correction instructions
    • Links to Support Packages that solve the problem
    You can access SAP Notes both from the SAP Service Marketplace and SAPNet - R/3 Frontend.
    You can raise an OSS note if you feel there is some error in standard functionality or program.
    The OSS note is the official SAP note, which is available on the marketplace. You can search for the note on https://websmp109.sap-ag.de/notes (or https://portal.wdf.sap.corp/home ---> Service Marketplace-). The note 80183 contains the information regarding the pricing. #
    Visit the following link for information regarding SAP Notes:
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/frameset.htm
    <REMOVED>,
    Thanks and Regards,
    Sateesh.Kandula

  • OSS notes for MB1B in checking Amount and Quantity depending on the mat. #

    Dear All:
    Where can i download OSS notes in MB1B for  checking the amount and quantity depending on the material number?
    Thanks,
    CHOCO

    Hi ,
    We are not getting what you mean to say.
    But as far my understanding of your query I am giving the reply.
    OSS notes can be download at the tcode SNOTE.
    Pls go to the tcode SNOTE-> GOTO ->DOWNLOAD SAP NOTE.
    here you need to give the sap note number.
    To get this number you first need to search in service.sap.com and find the relevant note that is useful for ur scenario.
    And after finding that note and we need to give this number in SNOTE tcode and we need to download.
    Pls tell me your requirement clearly so that i will try to find a oss note for you.
    Pls get back to us for further assistance . Happy to help you.
    Regards,
    Viveks

  • Can I send a gmail with attachment, possibly photo?

    I wanted to send a gmail with aatachment being photo saved to gallery.

    I would guess that the problem contact does not have iMessage turned on. The iPad can only send iMessages not SMS messages (phone text). You can send a message to this contact with your iPhone because your iPhone can send SMS text messages.

  • How to create 'OSS ' notes

    how to create 'OSS ' notes

    Hi
    You can't create OSS notes. SAP already provides them.
    Only thing is you have to see them and change/modify your programs as per tthe corrections mentioned in them.Again you should have a User id and Password to view them.You can view them through --search notes..
    http://www.sap.help.com/
    Regards,
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • What is OSS Notes? where it is useful?

    What is Expansion of OSS Notes? What is it? where it is useful?
    Please give detail description and any related documents on that

    Hi,
    OSS NOTES : ONLINE SERVICE SUPPORT.
    SAP Notes give you instructions on how to remove known errors from SAP Systems. They include a description of the symptoms, the cause of the error, and the SAP Release and Support Package level in which the error occurs.
    Depending on the type of error, an SAP Note may also include:
    · Workarounds
    · Descriptions of how to correct repository objects in the ABAP workbench, known as correction instructions
    · Links to Support Packages that solve the problem
    You can access SAP Notes both from the SAP Service Marketplace and SAPNet - R/3 Frontend.
    You can raise an OSS note if you feel there is some error in standard functionality or program.
    Visit the following link for information regarding SAP Notes:
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/frameset.htm
    Thanks.

  • How to implement OSS notes : 207260

    Hi All,
    Can anybody please let me know how to impement oss note : 207260.
    I need to implement Note : 207260 which is settlement rule for incorrect last used period.In this note its saying to run ZMIGCOBR to repair incorrect settlement rule for incorrect objects. But in this notes its not given any such program.
    Please let me know how to implement OSS notes since i never done this before.
    Thanks in advance.
    Regards,
    Vishal

    Check the below point:
    SAP R/3 Document : Using Transaction SNOTE
    Implementing OSS Notes Using the new Transaction Code SNOTE
    In this document we will see how to implement an OSS note using the SNOTE
    transaction code.
    The transaction code SNOTE is used to implement OSS Notes. With the SNOTE
    transaction, it is no longer necessary to register ABAP objects such as report function
    modules etc. manually. But data dictionary objects such as screens, tables need to
    be modified manually by registering them in OSS system.
    In order to use the transaction code SNOTE, the relevant transport which implement
    this transaction in the system need to be transported. Please refer to the SNOTE
    guide available at http://service.sap.com
    Execute the Transaction code SNOTE
    One of the first steps to do is to upload the note into your system.
    Follow Goto à SAP Note Download
    You can also use the SAP Note upload if the note has been saved in your local
    machine
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    In the following box that you get, enter the note number. We will take Note 388732
    as an example
    and click on the Execute icon. You will get the note number displayed in the list of the
    OSS notes
    In the above screen, we have two notes listed.
    By double clicking on or on the note number you can display the OSS note.
    You can also check the Status of the note by clicking on the Check SAP Note icon
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    Select the note and click on Check SAP Note icon. In this case we have selected
    note number 388732.
    If the note is not implemented as part of some support pack as per the support pack
    level of your system, you should get the following pop up box.
    Select the note number that you want to implement and goto Edit à Select/deselect
    node
    To implement the OSS note click on the Implement OSS Note icon
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    You will get a confirmation box like the following
    Click on Yes
    Click on the Continue icon
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    You will be prompted to enter a change request number.
    Click on the Create Request icon
    Enter a brief description of for the note and click on the continue icon
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    A change Request number is created for the change that you are making
    Click on the continue icon
    The system will display the objects that are going to be modified during the process
    of note application.
    In our case, Report LTXW0F10 and RTXWCHK1 are going to be modified.
    Click on the Continue icon
    For while the system will show the note in IN PROCESS status
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    After a while, select the note and click on the Check SAP Note icon on the application
    toolbar
    But still the Status of the note is displayed under In Process category.
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    You can also check the status of the note by checking the meaning of the icon next
    to the note number.
    To check the legend, follow Utilities à Color Legend
    As you can see from the legends box, means Implemented Correctly.
    Since the note is implemented, you can change the status of the note from In
    Process to Completed manually.
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    Select the note and click on the Set Processing Status icon
    In the Pop up box that you get, select the Completed radio button
    And click on the Continue icon
    SAP R/3 Document : Using Transaction SNOTE
    http://www.sappoint.com
    The note number is removed from the list
    ü You can also check the logs of the activities performed during the OSS note
    implementation by clicking on the Logs icon on the application toolbar. The log
    information will contain all the steps that were performed from the point of
    downloading the note will its implementation is completed.
    ü If there are any pre-requisite notes for the note that is being applied, the
    system will prompt you to load those notes too into the system. Depending on
    their applicability to your system, the system will prompt you accordingly to
    apply the pre-requisite notes.
    ü You can register the manually implemented SAP notes by executing the report
    SCWN_REGISTER_NOTES.
    ü SNOTE cannot change or modify data dictionary objects. If there is a note
    which requires changes to be made to a structure or a screen then SNOTE will
    not help. Such objects have to be registered and modified manually.
    http://www.sappoint.com/basis/snote.pdf
    Regards,
    Prakash.

  • HT5622 Why can I send a message with an attached photo to one contact on phone or email and can't to another contact. I can sent message on iPhone still I was using messages on iPad

    Why can I send message on iPad messages to one contact and not send same message with same photo to another contact. I can sent message on iPhone to same contact

    I would guess that the problem contact does not have iMessage turned on. The iPad can only send iMessages not SMS messages (phone text). You can send a message to this contact with your iPhone because your iPhone can send SMS text messages.

  • Come on Verizon why are you not sending the Note 4 lolipop update?

    Why you claim to be the best and your IT department can't send the Note 4 why these 3rd world countries are getting with their phone companies? Lets do your job or fine people or wireless company that can live up to what they say.

    Take your time, Verizon. Lollipop ruined my gf's S5 and like my Note 4 since it works just fine on KK...not seeing the benefit by updating either other than cute animations, more colorful theme and a step down with notification pull downs.

  • How to implement an OSS Note if you only know the key??

    Hi,
         I wanted to know if we can implement an OSS NOte if we only know the SSCR key.
    Any help will be appreciated.

    Hi,
    You can implement an OSS note through transaction SNOTE.
    Just download the OSS note from SNOTE and it will automatically be inserted in the standard code.
    If you are not able to download the note check for the note correction given.
    Implement the note correction in the standard program after getting access key.
    Regards,
    Subhashini

  • Create OSS Notes

    I need to create a SAP note. I've tried to enter in SAP Service through SAP Session but it doesn't work.
    My account doesn't allow me to search notes and to create messages using SAP but it brings me to SAP Service MArketplace.
    How can i craete a message with my account?
    Please help me! It's URGENT!!!!

    Hi Sabina,
    You need a Marketplace UserID and Password which is different from you SDN ID. You need to get that ID and licence from SAP. Take a Service Marketplace ID and then you can create the message on Service Marketplace and can access the OSS notes as well.
    I think this solves your Isssue!!
    Regards
    Pravesh

Maybe you are looking for

  • Space between DIV with image and DIV with image background

    I have just about finalized the new design on my website. The only issue I am having now is on the gallery page.  There is a thin space between a DIV with an image and DIV with an image background.  I am using these DIV's to give the illusion of a bl

  • Errors during install

    Hi all, I'm trying to upgrade to Tiger from Panther and after it starts installing it stops and has an error - the error is "There were errors during the installation...Please try again.". I saw something about third party RAM but I'm not convinced t

  • Windows update - Not seeing all types of updates when checking

    My problem is at one time, our 2008 R2 servers were all in a separate OU as all other machines and we had a GP for all of our Windows 7 machines to get updates from our WSUS.  Well, someone applied that policy to the whole domain which made the serve

  • New Common Lisp packages in AUR

    Not sure if this should go in the "AUR Discussion" forum or here, but: http://aur.archlinux.org/packages.php?SeB=m&K=veox I've been adding some Common Lisp packages to AUR lately. Most importantly, the dependency tree needed to install CFFI. The PKGB

  • IPhone 6 audio ducking

    HI Guys Just wondering does anyone else suffer their audio ducking especially when videos are playing?