Friday, 27 January 2023

How to customize the Fiori Launchpad URL

 


How to customize the Fiori Launchpad URL?

Follow the steps to Customize the Fiori Launchpad URL.

Customizing the Launchpad URL

You can make the launchpad available under a custom URL by creating an external alias.

Procedure:

  • On the front-end server, start transaction "SICF".
  • Select hierarchy type SERVICE, then choose .
  • Choose  External Aliases.
  • Select a host, then choose External Alias  Create.
In the External Alias field, enter the alias under which you want the launchpad to be available.
Enter an alias of your choice, for example:

/fiori

On the Target Element tab, select the following target handler:
/sap/bc/ui2/flp

Results:

After doing the configuration as shown in the example above, you can launch the launchpad using a nice and short URL like this:

<protocol>://<host>:<port>/fiori/


Thanks to visit my blog


Thursday, 26 January 2023

Automatic Job Scheduling is switched off in S/4HANA

 



Automatic Job Scheduling is switched off


In SAP transaction SJOBREPO -> 'Technical Job Definition Attributes' shows the message "Automatic Job Scheduling is switched off" look like below.


if SAP Job Repository state has:
  • Job Automation is possible, Job Repository runs according to S/4HANA On-Premise Flavor
  • Job Repository Job Automation is not active in this system
  • Job Repository Job Automation is currently deactivated via BTCOPTIONS
Follow the below steps to switch on the Automatic job scheduling.

1. Transaction => SE38, run the report R_JR_UTIL_1


2. Select 'Change Job Repository State' and activate.


3.  Now Automatic job scheduling is switch on.



Reference : SAP Snote 2790150 for educational purpose.



Tuesday, 10 January 2023

What is Bootstrap in SAP JAVA Stack?

 


What is Bootstrap in SAP JAVA STACK?

Bootstrap is the process of synchronizing the binaries of the SAP Java stack with the SAP system database. 

This synchronization ensures that the SAP Java stack is up to date and running the same version as the database. After the synchronization is complete, the system is ready to start. 

Bootstrap is the first step in the startup process of the SAP Java stack and is an important part of regular system maintenance.

Monday, 9 January 2023

How much free space is needed for the exported data of SAP System Copy?

 


How much free space is needed for the exported data of SAP System Copy?

If you are going to perform System Copy export for an SAP ABAP system. You want to know, how much free space is needed for the exported data in the file system. I mean Approximate Export dump file size.

The first test migration requires 10%-15% of the uncompressed source database size as export file system free space.
 
Depending on the source database used for the export, a data compression ratio of between 1:4, and 1:10 or more can be achieved. The compression is performed at block level, so the file cannot be decompressed as a whole.
 
Please note that, the "compression ratios may vary depending on the different DB type and version". It is always highly suggested to perform test runs on systems which has similar data with the Production system. In the test runs, you can learn about the exported data size in a more accurate manner. 







Wednesday, 16 November 2022

How to create trace for SAPFTP/SAPFTPA or SAPHTTP/SAPHTTPA RFC?

 


Create trace for SAPFTP/SAPFTPA or SAPHTTP/SAPHTTPA.

1.    Before enabling data tracing, go to transaction SE38, execute program RSFTP001 (for RFC destination SAPFTP/SAPFTPA) RSHTTP40 (for RFC destination SAPHTTP/SAPHTTPA) while setting the "Delete Trace" (either "x" or "X") to delete the trace.
This is important in order to clear up older tracing information which might pollute the newly generated trace file, making it more difficult for the Support Engineer to pinpoint the desired information in the trace log.

2.    Go to transaction SM59 and open RFC destination SAPFTP/SAPFTPA or SAPHTTP/SAPHTTPA.




3.    Check "Set RFC trace" in tab "Special options".




4.    Reproduce the issue.

5.    Run report RSFTP001 (for SAPFTP/SAPFTPA) or report RSHTTP40 (for SAPHTTP/SAPHTTPA).



6.    Check the report results and find the line "Current working directory (location of dev_ftp)". Different directories may be shown, dependending on whether it's a front-end or application server destination.

Examples:
RFC destinations SAPFTP/SAPHTTP, with "Start on Front-End WorkStation" activation type: C:\Users\*****\Documents\SAP\SAP GUI"
RFC destinations SAPFTPA/SAPHTTPA, with "Start on Application Server" activation type: E:\usr\sap\...\work (DIR_HOME) directory in transaction AL11

 7.    Open the directory referred to above in step 6 according to your RFC Destination and find dev_ftp, dev_rfc or RFC** files (for saphttp, please find dev_http).

 8.    Please send the mentioned trace files to SAP Support by attaching them to the case they're related to.

.9.    After sending the trace files to SAP Support, please turn off the flag "Set RFC trace" in transaction SM59.
This is important because leaving tracing enabled indefinitely will cause the trace log size to continue increasing, consuming storage space unnecessarily.

Wednesday, 14 September 2022

How to Configuration of e-mail using SMTP (inbound) in SAP

 

How to Configuration of e-mail using SMTP (inbound) in SAP


Prerequisite: Check in Transaction SMICM, that an active SMTP port other than 0 is available.

1. Create a system user

     1. Goto transaction SU01

     2. Insert a user name and click Create

    3. Maintain the user data

    4. Set the user type to "System"

    5. Assign the profile "S_A.SCON"

    6. Save the user

2. Configure the SMTP service

    1. Goto transaction SICF

    2. Edit the SAPConnect service

    3. Enter the Profile Parameter number 'is/SMTP/virt_host_*' from the profile. If you have only one            client and did not create such a parameter in the profile, enter 0

    4. Maintain the logon data with the previously created user

    5. Save the service

    6. Activate the service

See the following video (link) about the steps for successful configuration. 

Configuration Video

3. Execute telnet test as of note 607108 (section "Problems receiving e-mails in the SAP system") to check whether SAP system is able to receive mail.


More detailed configuration read the note 455140.


 



Reference Snote:2203325

Education Purpose Only