SAP Reports / Programs

RCMAC_ISRPAYFLAG SAP ABAP Report - Program RCMAC_ISRPAYFLAG







RCMAC_ISRPAYFLAG is a standard Executable ABAP Report 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 RCMAC_ISRPAYFLAG 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 RCMAC_ISRPAYFLAG. "Basic submit
SUBMIT RCMAC_ISRPAYFLAG AND RETURN. "Return to original report after report execution complete
SUBMIT RCMAC_ISRPAYFLAG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_STUD = D Student number
Selection Text: P_TRIG = Set the status automatically
Selection Text: R_BLDAT = D Document date
Selection Text: R_BUDAT = D Posting date
Selection Text: R_XBLNR = D Ref. document number
Title: Program RCMAC_ISRPAYFLAG
Text Symbol: 010 = Choose the account documents, then click the trigger button


INCLUDES used within this REPORT RCMAC_ISRPAYFLAG

INCLUDE RCMAC_DEFINITION.


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:

BAPI_STUDENT_GET_NUMBERS CALL FUNCTION 'BAPI_STUDENT_GET_NUMBERS' EXPORTING studentnumber = p_stud IMPORTING businesspartnerout = gv_gpart objectidout = lv_stobject TABLES return = gt_ret2.

HRIQ_READ_INFTY_1001 CALL FUNCTION 'HRIQ_READ_INFTY_1001' EXPORTING authority = 'DISP' * WITH_STRU_AUTH = 'X' * ISTAT = ' ' * EXTEND = 'X' subty = lc_subty * BEGDA = '19000101' * ENDDA = '99991231' * CONDITION = '00000' * SORT = 'X' * WITH_EV = ' ' * ADATA = 'X' * AUTH_SOBID = ' ' TABLES i1001 = lt_p1001 objects = lt_objects EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3 .

HRIQ_DISPLAY_SAVE_ERROR CALL FUNCTION 'HRIQ_DISPLAY_SAVE_ERROR' EXPORTING iv_sub_object = c_log_sub_isr TABLES it_error_tab = gt_error.

HRIQ_OBJID_REQUEST CALL FUNCTION 'HRIQ_OBJID_REQUEST' EXPORTING plvar = p_plvar otype = p_otype IMPORTING sel_object = ls_object EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = 'X' i_callback_program = gv_repid i_callback_pf_status_set = gv_formname_pf_status_set i_callback_user_command = gv_formname_user_command i_grid_title = 'Choose the account documents, then click the trigger button'(010) * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = gv_save is_variant = gs_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_dfkkop EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid * I_INTERNAL_TABNAME = i_structure_name = 'FKKOP' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = p_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

HRIQ_READ_T7PIQSWITCHVALUE CALL FUNCTION 'HRIQ_READ_T7PIQSWITCHVALUE' EXPORTING grpid = lc_grpid valid = lc_valid IMPORTING value = lv_value EXCEPTIONS entry_not_found = 1 OTHERS = 2.

HRIQ_DISPLAY_SAVE_ERROR CALL FUNCTION 'HRIQ_DISPLAY_SAVE_ERROR' EXPORTING iv_sub_object = c_log_sub_isr TABLES it_error_tab = gt_error.

HRIQ_STATUS_USER_SET CALL FUNCTION 'HRIQ_STATUS_USER_SET' EXPORTING iv_qmnum = lv_qmnum iv_status_int = lv_status_int EXCEPTIONS conversion_failed = 1 object_not_found = 2 status_change_failed = 3 technical_error = 4 OTHERS = 5.

HRIQ_DISPLAY_SAVE_ERROR CALL FUNCTION 'HRIQ_DISPLAY_SAVE_ERROR' EXPORTING iv_sub_object = c_log_sub_isr TABLES it_error_tab = gt_error.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = 'X' * SET_DEFAULT_PLVAR = IMPORTING act_plvar = gv_plvar EXCEPTIONS no_active_plvar .



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 RCMAC_ISRPAYFLAG or its description.