HOW TO SAP

Step by step manual guide with screenshot for Basis, Security Authorization & Abap

Popular Posts

  • HOW TO SAP - STMS transport hang with truck icon
    At times transport will hang with status Truck icon Check https://forums.sdn.sap.com/thread.jspa?threadID=972797&tstart=100 Logi...
  • HOW TO SAP - Create RFC TCPIP connection and Register Server Program with RFCEXEC
    Execute SM59 Expand TCP/IP connections > Click Create Enter the following details. Ensure connection type is 'T' Save a...
  • Webdynpro - User session (HTTP/SMTP/..) closed after timeout
    There are two solution for this. Solution 1: Follow SAP note  1948291 - User session (HTTP/SMTP/..) closed aft by increasing the http...

Blog Archive

  • ►  2019 (14)
    • ►  July (4)
    • ►  June (8)
    • ►  May (2)
  • ►  2018 (1)
    • ►  January (1)
  • ►  2017 (65)
    • ►  December (16)
    • ►  November (18)
    • ►  October (26)
    • ►  September (1)
    • ►  August (3)
    • ►  June (1)
  • ►  2014 (1)
    • ►  August (1)
  • ►  2013 (2)
    • ►  December (1)
    • ►  March (1)
  • ►  2012 (5)
    • ►  June (3)
    • ►  February (2)
  • ▼  2011 (88)
    • ►  October (3)
    • ►  September (8)
    • ►  August (8)
    • ►  July (4)
    • ▼  June (14)
      • HOW TO CHECK LIST OF USER FROM TABLE USB02
      • HOW TO CHECK SIZE OF A CLIENT Note 118823 - CC-ADM...
      • HOW TO SAP - STMS Extra Other request add is disab...
      • HOW TO SAP - Hide Big transport truck
      • HOW TO SAP - APPLY LICENSE for Enterprise Portal u...
      • HOW TO SAP - Renew portal certificate
      • HOW TO SAP - SAP Note 763789 - Improve Portal Perf...
      • HOW TO SAP - Check certification for expiry date i...
      • HOW TO SAP - Check certification for expiry date i...
      • HOW TO SAP - CHECK JAVA SERVER ERROR MESSAGE
      • HOW TO SAP - Alternative way to change Log File Se...
      • HOW TO SAP - ADD Authorization to NWDI
      • SAP HOW SOLVE - Failed to load administrator rule ...
      • HOW TO FIND JSPM executable file?
    • ►  May (22)
    • ►  April (11)
    • ►  March (14)
    • ►  February (2)
    • ►  January (2)
  • ►  2010 (1)
    • ►  October (1)
  • ►  2009 (17)
    • ►  October (12)
    • ►  September (1)
    • ►  August (3)
    • ►  June (1)
  • ►  2008 (20)
    • ►  January (20)
2013-2017. Powered by Blogger.
HOW TO SAP

HOW TO CHECK LIST OF USER FROM TABLE USB02

June 24, 2011  
  1. In MS SQL Server Management studio
  2. Execute SELECT BNAME FROM hrs.USR02 WHERE MANDT='310';
Continue Reading

HOW TO CHECK SIZE OF A CLIENT Note 118823 - CC-ADMIN: Size of a client

June 24, 2011  

SAP NOTE 118823 - CC-ADMIN: Size of a client

Symptom

To be able to schedule client copies and also for system planning, the size of clients or tables in a client is required.

Reason and Prerequisites

In productive environments some tables can become very large. This is important both for performance planning and for system planning.

Solution

For local client copies or remote copies you can carry out a tablespace analysis in the log after a test run. This analysis estimates the memory space required. For the latest information refer to Note 35415.

Depending on the release, typical Customizing clients have the following sizes:
           3.0: approx. 150 - 200 MB
3.1: approx. 200 - 250 MB
4.0: approx. 350 - 400 MB
4.5: approx. 450 - 500 MB
4.6: approx. 150 - 1500 MB *
     * depending on the components of mySAP.com applied

Production clients with application data can of course be considerably larger.

The following reports shall help you to estimate the memory requirements of a client. However, you must know that there is no 'optimal' memory requirement for a client on the database. Each tool uses its own estimation that occasionally leads to very different results (for more information, refer to point 3 of Note 35415). In any case it is recommended that you also use the tools of the database or of Transaction DB02 to be able to evaluate the estimations.

You also need to consider that for client copies into an already existing client, you can only partly calculate the memory requirements of the new client with the existing size of the client (for more information refer to point 2 of Note 70643).

The reports have a problem in principle with tables that are not stored transparently, but as POOL or CLUSTER tables. This data is heavily compressed, and the results of the reports are clearly too high as a result. The tables in question are mostly found in areas of the database that have corresponding names, such as PSAPCLUD or PSAPPOOLD and so on. Examples are: POOL table ATAB, CLUSTER tables RFBLG and AABLG.

For information about the table category, go to the ABAP dictionary (Transaction SE11). As of Release WebAS 6.20, the table category of the respective table is specified in the output list of RSTABLESIZE. You can use this to sort and filter the data accordingly.

As of Release WebAS 6.20, reports RSSPACECHECK and RSTABLESIZE give you the option of replacing the CLUSTER tables with the CLUSTER. This takes the compression into account. (This is in accordance with the behavior of the client copy. Therefore, as of Release 4.6, you should carry out a client copy test run in another client in the system to analyze the system resources, instead of using report YKSPACEC. You would then have the option of carrying out an analysis of the areas of the database in the log display (Transaction SCC3)).

  • You can decide the size of individual tables in a client with the enclosed report YSTABSIZ as of Release 4.0. For Release 3.x, there is the equivalent program ZSTABSIZ. As from Basis Release 6.10, you can use report RSTABLESIZE as delivered.

           Both the table name and the client can be entered generically. Thus, you can determine the distribution of a client with the table name '*' and the distribution of one table to different clients by entering the table name and the client '*'.

           Furthermore, it is possible to exclude tables of delivery classes 'L' and 'A' from the selection.

           The report delivers the number of the entries in table, the table width and the memory requirement in bytes. In this case, the memory requirement is the result of the maximum row width and the number of rows. The value might differ considerably from the needed memory requirements if the table entries are on average considerably smaller than the maximum width. Also, the results might be affected if a compression is used.

  • To calculate the memory requirement in a subdivided manner by database areas, use the attached program YKSPACEC. As of Basis Release 6.10, you can use report RSSPACECHECK as delivered. However, these reports run only on databases with database areas (INFORMIX, ORACLE, ADABAS and DB2/CS), i.e. not with DB2/400.

           For ORACLE and INFORMIX, please make sure that you have implemented advance correction 228745 from Note 35415.

           The report delivers the memory requirement of the tables in the database areas affected and the free space in the database areas in KByte. Depending on the database used, this is a more or less exact estimation of the memory actually used in the respective database areas.  

Continue Reading

HOW TO SAP - STMS Extra Other request add is disable (greyed out)

June 21, 2011  

  1. There is a request in the queue for which "Target Client" is not specified. 
  2. Delete that request of specify the target client which "clt" is empty or in red. 
  3. Now try again.
Continue Reading

HOW TO SAP - Hide Big transport truck

June 20, 2011   big transport truck, stms,
Click on Overview


Double click on your system


Edit




Under transport tab add NO_IMPORT_ALL value 1


Save and activate the settings

Continue Reading

HOW TO SAP - APPLY LICENSE for Enterprise Portal using Virtual Admin

June 20, 2011   EP License, Virtual Admin,
Once the J2EE Engine has been installed, you can log on, since a temporary license has automatically been installed.
You then have to request and install a permanent license from SAP.
Note
If you have installed the SAP Web Application Server with ABAP and J2EE, you can follow the licensing procedure used in earlier releases of the SAP Web AS. The documentation can be found in SAP License.
There are two types of SAP licenses – permanent and temporary licenses
·        Permanent License
How you go about getting a permanent license from SAP is explained in Requesting and Installing an SAP License.
·        Temporary License
If your permanent license has expired, as a short term measure you can install a temporary license.
In the Visual Administrator choose Server 0  ® Services ® Licensing Adapter. Then choose tab page Runtime ®Installed Licenses and Install subsequent temporary license.
This is valid for 28 days. By then you should have installed a permanent license again.
Caution
Note that you cannot install another temporary license, if the expired license is also a temporary license.
Caution
A newly installed license does not take affect until the J2EE Engine has been restarted. It is irrelevant whether the license is a permanent or a temporary license.
Continue Reading

HOW TO SAP - Renew portal certificate

June 17, 2011   renew portal certificate,
Logging in to the BI Portal with an administrative account you need to go to the following path

  1. http://domain.com:52000/irj/portal
  2. System Administration
  3. System Configuration
  4. Keystore Administration
  5. In the table above we can see the expiration date.


  6. Now we generate new certificate via Virtual Admin
  7. Go “Server”, then “Services” and then find and click once on “Key Storage” in the “Services” list. You will be presented with the below screen.


  8. Now we click create in the Entry area.


  9. An entry name “SLTKNEW” for now
  10. The Common Name (CN) 
  11. The Organization Unit Name (OU) 
  12. We have given the certificate a validity period of 10 years in place of 1 year that was previously assigned.
  13. We need to check “Store Certificate”
  14. Leave the Key Length as the default of “1024”
  15. User the drop down on “Algorithm” and choose “DSA”
  16. Once done choose “Generate” and looks like below

  17. Now we can activate and use the new key certificate.


  18. Once we have verified that the old and the new are aligned with regards to their common attributes and the new one is active for usage we need to export the old one to keep it safe for now. This is done by clicking on the “Entry” then “Export” button.


  19. Now that we have a protected backup of the original we can instate the new one we have just created. To do this we can either delete the old one or in this case (recommended) rename the old one for now.

  20. We have chosen to rename it using a timestamp identifier of “20110103” to indicate the date this was renamed. We need to do the same with its pair (Private Key).



  21. Once this is done we take the names of the original duo and reuse them on the new ones we have just generated. Please note that these need to be given exactly the same name as the original names and are case sensitive.


    1. SLTKNEW is now (SAPLogonTicketKeypair)
    2. SLTKNEW-cert is now (SAPLogonTicketKeypair-cert)



  22. Once this has been done we can then log back into the BI Portal and verify the effectiveness of the change.





  23. We may now export the certificate to Abap system.
  24. Start by pressing the download verify .def file button above and save the file to your machine.
  25. To import, go STRUSTSSO2
  26. Click import certificate

  27. Locate the certificate you wish to add.

  28. Now check the certificate
  29. Once we have verified that the new certificate is in place. Simply delete the old one from the list using the “Delete” button once you have verified you are highlighting the correct - outdated certificate in the list
  30. Now that we have renewed the certificate we need to ensure that the old entries are removed from the ACL and that the new one is re-added as it is has a different Serial Number as previously discussed.

  31. To do this, delete one at a time and then replace it. We have started by deleting the ACL entry for B0M against client “000” first and then re-adding it as in the below screenshot

  32. We have then deleted and re-added the entry for the non-existent client “999” as follows.

  33. The resultant output is that we now have the ACL also updated with the latest certificate information for the SSO to function correctly. If this is not done and the old entries are attempted to be re-used then the resultant outcome is an issue when loading web templates as follows


  34. The below screenshot is what we are meant to see in a BI Dual Stack installation once we have completed all the necessary tasks.


  35. Completed
Continue Reading

HOW TO SAP - SAP Note 763789 - Improve Portal Performance by Changing Log Levels

June 17, 2011   java performance by changing log levels, Snote 763789,
1. Open Visual Admin Tool. (usually in usr\sap\sid\DVEBMGS00\j2ee\admin)
2. Go to: active server -> Services -> LogConfigurator.
3. Click "To Advance Mode".
4. Go to the tab "Categories".
5. In each Severity field of all the logs, set the value to Error.
6. Go to the tab "Locations" and repeat the step 5.
7. Go to the active Dispatcher and repeat steps 2-6.
8. If there are more active servers, repeat the procedure for each Server
and Dispatcher node of each on of them, for the entire cluster.
9. Restart the server.
Continue Reading

HOW TO SAP - Check certification for expiry date in JAVA

June 17, 2011   expiry date, java certification abap,
You may also check the certification expiry date from Java using Internet Browser




  1. Open url http://domain.com/sso2
  2. If fails try  http://domain.com:50100/ss02       (5 is fixed, 01 is your instance number and 00 is the port)
  3. Enter user j2ee_admin or any id which you have authorization to access the portal
  4. Click "I Agree" if you see this error. If not, then you may continue scrolling down to check your expiry date:

  5. The expiry date
Continue Reading

HOW TO SAP - Check certification for expiry date in ABAP

June 17, 2011   java certification abap,

  1. In ABAP you may check from Tcode strustsso2
  2. Then double click on the certs you see on you screen such as:

  3. You will be able to see the expiry date


Continue Reading

HOW TO SAP - CHECK JAVA SERVER ERROR MESSAGE

June 15, 2011  

You may check Java related server issues from

\\user\sap\sid\instance\server\log

Continue Reading

HOW TO SAP - Alternative way to change Log File Severity Levels for Java using NWA

June 14, 2011   log configuration, nwa,

Instead of using Virtual Admin, we may change the settings from NWA

  1. Open Url http://server.com/nwa
  2. Click Configuration

  3. Select log configuration

  4. Select severity to report only "ERROR"

  5. Lastly, copy it to subtree
  6. Save Configuration
Continue Reading

HOW TO SAP - ADD Authorization to NWDI

June 14, 2011   Authorization, nwdi,



  1. Open URL http://<server>.com/useradmin
  2. Enter valid user ID and password

  3. Enter a user ID (our case we choose Administrator).
  4. Select administrator by right clicking on the row
  5. Details of user Administrator will appear below

  6. Click Modify
  7. Select Assigned roles or Assigned Groups tab (ask the requester what need to be added)

  8. This example we add SAP_JAVA_SUPPORT. Highlight and click ADD.

  9. Now click Save
Continue Reading

SAP HOW SOLVE - Failed to load administrator rule file

June 09, 2011   Failed to load administrator rule file, sap gui,
You encounter Failed to load administrator rule file while installing SAPGUI


  1. This is the error message

  2. Uninstall SAP GUI
  3. Remove all instance of MSXML4.0
  4. Reboot windows
  5. Download MSXML 4 SP3 from Microsoft Website
    ( http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7F6C0CB4-7A5E-4790-A7CF-9E139E6819C0 )
  6. Reinstall SAP GUI again
Continue Reading

HOW TO FIND JSPM executable file?

June 03, 2011   jspm,
If the shortcut is missing from the desktop, you may find it from

K:\usr\sap\<sid>\DVEBMGS00\j2ee\JSPM\go.bat
Continue Reading
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
Designed By: Blogger Templates | Templatelib