SAP Reports / Programs | Payroll | Australia | Public Sector(PY-AU-PS) SAP PY

RPUPBSQ6_FORM SAP ABAP INCLUDE - Include RPUPBSQ6_FORM







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


Text pool values


Title: Include RPUPBSQ6_FORM


INCLUDES used within this REPORT RPUPBSQ6_FORM

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:

HR_TIME_EVALUATION * call function 'HR_TIME_EVALUATION' "SAML7DK013508 call function func_name "SAML7DK013508 exporting evaluation_begin = key_end_date evaluation_end = key_end_date selection_variant = rptime_varia log = 'OFF' tables employee_numbers = employee_numbers exceptions variant_not_exist = 1 program_not_exist = 2 others = 3.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = '016' msgv1 = msg.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = '016' msgv1 = msg.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = '016' msgv1 = msg.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' importing fire_date = fire_date hire_date = hire_date tables pphifi = phifi pp0000 = p0000 pp0001 = p0001.

RP_CALC_DATE_IN_INTERVAL * CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' * EXPORTING * DATE = p0568-anbeg * DAYS = 0 * MONTHS = 0 * SIGNUM = '-' * YEARS = 1 * IMPORTING * CALC_DATE = i559l-anbeg.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'W' msgno = '016' msgv1 = msgv1 msgv2 = msgv2.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = '016' msgv1 = msg.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = '72' msgty = 'E' msgno = '001' msgv1 = t001p_key.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = '72' msgty = 'E' msgno = '002' msgv1 = t503_key.

HR_AUPBS_FILL_INFTY CALL FUNCTION 'HR_AUPBS_FILL_INFTY' EXPORTING GEN_PERNR = pernr-pernr TABLES GEN_P0000 = P0000 GEN_P0001 = P0001 GEN_P0002 = P0002 GEN_P0007 = P0007 GEN_P0008 = P0008 GEN_P0019 = P0019 GEN_P0041 = P0041 GEN_P0568 = P0568.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = '016' msgv1 = msg.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'RP' msgty = 'W' msgno = '016' msgv1 = msg.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING PERNR = pernr-pernr.

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' * exporting * pernr = pernr-pernr * arbgb = 'RP' * msgty = 'I' * msgno = '016' * msgv1 = msg.

HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = ' ' no_print = 'X' linesize = sy-linsz tables error = error_int exceptions invalid_linesize = 1 others = 2.

ENQUEUE_EPPRELE * call function 'ENQUEUE_EPPRELE' * exporting pernr = pernr-pernr.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = FILE_NAME = text-009 HEAD_LINE1 = text-007 HEAD_LINE2 = text-008 * FOOT_NOTE1 = ' ' * FOOT_NOTE2 = ' ' * FOOT_NOTE3 = ' ' * LAY_OUT = 0 * DYN_PUSHBUTTON_TEXT1 = * DYN_PUSHBUTTON_TEXT2 = * DYN_PUSHBUTTON_TEXT3 = * DYN_PUSHBUTTON_TEXT4 = * DYN_PUSHBUTTON_TEXT5 = * DYN_PUSHBUTTON_TEXT6 = * DATA_STRUCTURE = ' ' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' * CURRENT_REPORT = * LIST_LEVEL = ' ' * ADDITIONAL_OPTIONS = ' ' * WORD_DOCUMENT = * NO_ALV_GRID = ' ' * ALV_MARKER = * IMPORTING * RETURN_CODE = TABLES DATA_TAB = list_0568 FIELDNAME_TAB = FIELDNAMES * SELECT_TAB = ERROR_TAB = error_int * EXCEPTIONS * DOWNLOAD_PROBLEM = 1 * NO_DATA_TAB_ENTRIES = 2 * TABLE_MISMATCH = 3 * PRINT_PROBLEMS = 4 * OTHERS = 5 .



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