PSAM05 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PSAM05 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include PSAM05
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "#EC * DESTINATION 'SAPGUI' KEEPING LOGICAL UNIT OF WORK EXPORTING TEXT = PERCENTAGE_TEXT PERCENTAGE = 35 MODN = 1 EXCEPTIONS SYSTEM_FAILURE COMMUNICATION_FAILURE.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "#EC * DESTINATION 'SAPGUI' KEEPING LOGICAL UNIT OF WORK EXPORTING TEXT = PERCENTAGE_TEXT PERCENTAGE = 75 MODN = 1 EXCEPTIONS SYSTEM_FAILURE COMMUNICATION_FAILURE.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' "#EC * destination 'SAPGUI' keeping logical unit of work EXPORTING text = percentage_text percentage = 85 modn = 1 EXCEPTIONS system_failure communication_failure.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' "#EC * destination 'SAPGUI' keeping logical unit of work EXPORTING text = percentage_text percentage = 90 modn = 1 EXCEPTIONS system_failure communication_failure.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' "#EC * destination 'SAPGUI' keeping logical unit of work EXPORTING text = percentage_text percentage = 95 modn = 1 EXCEPTIONS system_failure communication_failure.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' "#EC * destination 'SAPGUI' keeping logical unit of work EXPORTING text = percentage_text percentage = 99 modn = 1 EXCEPTIONS system_failure communication_failure.
SO_NEW_DOCUMENT_SEND_API1 call function 'SO_NEW_DOCUMENT_SEND_API1' EXPORTING document_data = lt_mailsubject TABLES object_content = lt_mailtxt receivers = lt_mailrecipients EXCEPTIONS too_many_receivers = 1 document_not_sent = 2 document_type_not_exist = 3 operation_no_authorization = 4 parameter_error = 5 x_error = 6 enqueue_error = 7 others = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.