Trailsap

Use logical database selection screen ABAP Code

Simple ABAP code to demonstrate how to manipulate a logical database selection screen which is assigned and setup within menu option Goto->properties. This example SAP ABAP HR report implements the following functionality: Use of HR logical database selection screen with standard ABAP report. Set default time period/key date for HR logical database report. Set other

Use logical database selection screen ABAP Code Read More »

ABAP Display web page

Using class method CL_ABAP_BROWSER => SHOW_URL to display a web site URL to the user. Below is the documentation, parameters and attributes of ABAP Method SHOW_URL within SAP class CL_ABAP_BROWSER including a number of ABAP code snippet examples to help you implement this method. This method is available within SAP systems depending on your version

ABAP Display web page Read More »

View FM Documentation

It is a simple process to retrieve the SAP function module documentation available within your SAP system and can be done via SAP transactions SE80 or SE37. Step 1 – Execute transaction SE37 First, execute sap transaction SE37 and enter the function module name. Then press the display button Alternatively, choose menu option Goto->Documentation->Function Module Documentation.

View FM Documentation Read More »

1171138 SAP Note – Can not process message: maximum size exceeded

Details of 1171138 SAP OSS Note issue This is related to the size Size restriction for outbound e-mails and happens when you are trying to send an email that is too large. The SAP system is set up so that only e-mails under a certain size are sent using the SAPconnect SMTP interface because performance problems (TIME_OUT, SYSTEM_NO_ROLL)

1171138 SAP Note – Can not process message: maximum size exceeded Read More »