SAP Reports / Programs | Personnel Management | HR Administrative Services(PA-AS) SAP PA

RPASRADMIN_WORKBENCH_F01 SAP ABAP INCLUDE - RPASRADMINWORKBENCHF01







RPASRADMIN_WORKBENCH_F01 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 RPASRADMIN_WORKBENCH_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPASRADMIN_WORKBENCH_F01. "Basic submit
SUBMIT RPASRADMIN_WORKBENCH_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPASRADMIN_WORKBENCH_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPASRADMIN_WORKBENCH_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete data containers'(003) text_question = 'All the data containers will be deleted. Are you sure?'(004)

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete Attachments'(010) text_question = 'All the attachments will be deleted. Are you sure?'(013)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Authorization Check'(040) txt1 = 'You are not authorized for this activity.'(041)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Update Summary'(018) txt1 = 'Summary of update to backend not available.'(019)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete data containers'(003) txt1 = 'All data containers deleted successfully'(007) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete data containers'(003) txt1 = 'Error occured while deleting data containers.'(008)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Attachments'(010) txt1 = 'All attachments deleted successfully'(011) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Attachments'(010) txt1 = 'Error occured while deleting attachments.'(012)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete linked objects'(044) txt1 = 'This process instance does not have the WITHDRAWN status.'(014)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete data containers'(003) txt1 = 'There are no data containers to be deleted'(016) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Attachments'(010) txt1 = 'There are no attachments to be deleted'(017) txt2 = space.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'hrasr00dataimage' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'hrasr00process_search_out' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Record Selection'(029) txt1 = 'Please select a record first'(030) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Record Selection'(029) txt1 = 'Please select only one record at a time.'(031)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Authorization Check'(040) txt1 = 'You are not authorized for this activity.'(041)

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'hrasr00step_details' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'hrasr00dataimage' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

BAL_LOG_CREATE





CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = log IMPORTING e_log_handle = log_handle EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = log_handles EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = message_default_wa EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = i_s_msg = msg_wa EXCEPTIONS log_not_found = 0 OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete Notes'(042) text_question = 'All the notes in process will be deleted. Are you sure?'(045)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Notes'(042) txt1 = 'There are no notes to be deleted'(043) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Notes'(042) txt1 = 'All notes deleted successfully'(046) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Notes'(042) txt1 = 'Error occured while deleting notes.'(047)

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete collision containers'(048) text_question = 'All the collision containers will be deleted. Are you sure?'(052)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete collision containers'(048) txt1 = 'There are no collision containers to be deleted'(049) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete collision containers'(048) txt1 = 'All collision containers deleted successfully'(050) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete collision containers'(048) txt1 = 'Error occured while deleting collision containers.'(051)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Record Selection'(029) txt1 = 'Please select a record first'(030) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Record Selection'(029) txt1 = 'Please select only one record at a time.'(031)

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete Process instance'(053) text_question = 'Process instance will be deleted. Are you sure?'(054)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Process instance'(053) txt1 = 'Process instance deleted successfully'(055) txt2 = space.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Delete Process instance'(053) txt1 = 'Error occured while deleting process instance.'(056)

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING changenumber = receipt_stru-cdoc_changenr objectclass = receipt_stru-cdoc_objectclas objectid = receipt_stru-cdoc_objectid * IMPORTING * ET_CDRED_STR = TABLES editpos = editpos EXCEPTIONS no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 3 OTHERS = 4 .

CHANGEDOCUMENT_DISPLAY CALL FUNCTION 'CHANGEDOCUMENT_DISPLAY' EXPORTING i_applicationid = 'CL_GUI_ALV_GRID=========CP' * IS_LAYOUT = * IS_VARIANT = * FLG_AUTOCONDENSE = ' ' * I_CB_PROGRAM = * I_OBJECTCLAS = * IS_SEL_HIDE = * I_SCREEN_START_LINE = 0 * I_SCREEN_START_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_CALLBACK_PF_STATUS_SET = ' ' * IT_EVENTS = * IT_CDRED_STR = TABLES i_cdred = editpos_tab .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPASRADMIN_WORKBENCH_F01 or its description.