How to change profile parameter in SAP?

Step-by-step procedure change parameter: Login to the SAP system Hit the transaction code ‘RZ10′ Click Utilities and click import profiles Click back (F3) Place the cursor at profile and click f4 Double click on Default profile Select the Extended maintenance and click change Click Parameter (Create F5) Place the cursor at parameter name and click F4 Click a small triangle shape...

What is Dynamic and Static profile parameter in SAP

Basically there are 2 types of parameters : Static Dynamic Static:                 Static are the parameters those won't take effect immediately the value is set. Restart of an sap system is required for them to take effect. Dynamic:                 ...

Java Stack Post-installation Steps in SAP

Steps: Some of the key Java stack post-installation steps will be discussed in this section. After the installation is successfully completed, the first step is to log in at both the operating system and application levels, and check if everything is consistent and no errors are reported. After this, some of the critical post-installation steps, such as installation of Java support...

Tcode With Details

TCODE  Details AL01  SAP Alert Monitor AL02  Database alert monitor AL03  Operating system alert monitor AL04  Monitor call distribution AL05  Monitor current workload AL06  Performance: Upload/Download AL07  EarlyWatch Report AL08  Users Logged On AL09  Data for database expertise AL10  Download to Early Watch AL11  Display...

How to Import SAP Transport Request at OS Level in SAP?

1.Make sure the transport request is released from the source system. Log onto the target systemas <SID>adm. 2.To add the transport request to the buffer (Single command line). Enter Your Command Prompt: tp addtobuffer <TRANSPORT-REQUEST> <SID> Client=<CLIENT-NUMBER> pf=/usr/sap/trans/bin/TP_DOMAIN_<DOMAIN_SID>.PFL Example: tp...

what is Homogeneous and Heterogeneous System Copy for SAP Systems?

Homogeneous System Copy:                        The copy of the system is installed on the same operating system and database platform as the original system.                      Homogeneous System Copy can be performed by an experienced SAP Basis Consultants and does...

How to Restricting the user sessions to 3 or more Sessions.

Default  number of sessions for a user is set to 6.  If you need to  change this, follow this Steps: Go to Profile Maintenance by choosing  Tools --> CCMS --> Configuration  --> Profile Maintenance   or Use transaction RZ11. Maintain the parameter rdisp/max_alt_modes . Enter the number of sessions you want to restrict your user...

How to change user password using BAPI in SAP

USE THIS BAPI CODE TO CHANGE USER'S PASSWORD CALL FUNCTION 'BAPI_USER_CHANGE' EXPORTING                   username   = userid                   password   = new_password                   passwordx  = 'XXXX'. ...