SAP Reports / Programs | Payroll | Venezuela(PY-VE) SAP PY

PUMTRVE0 SAP ABAP INCLUDE - documentation and ABAP source code







PUMTRVE0 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 PUMTRVE0 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 PUMTRVE0. "Basic submit
SUBMIT PUMTRVE0 AND RETURN. "Return to original report after report execution complete
SUBMIT PUMTRVE0 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 PUMTRVE0

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = SY-REPID I_INTERNAL_TABNAME = 'PVEMT' I_STRUCTURE_NAME = 'PVEMT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = IT_FIELDCATALOG EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

HRVE_GET_BASIC_SALARY CALL FUNCTION 'HRVE_GET_BASIC_SALARY' EXPORTING p_date = p0008-begda IMPORTING p_basic_sal = l_mosal TABLES p_p0008 = p0008 EXCEPTIONS error_at_indirect_evaluation = 1 error_basic_salary_vklas = 2 error_invalid_date = 3 OTHERS = 4.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'TMSNAME' i_rollname = 'TEXT32' i_seltext_s = 'Fichero'(026) * I_SELTEXT_M = * I_SELTEXT_L = * I_COL_POS = * IMPORTING * ES_FIELDCAT = CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'TSOBJ' i_rollname = 'P_TS_TSOBJ' * I_SELTEXT_S = * I_SELTEXT_M = * I_SELTEXT_L = * I_COL_POS = * IMPORTING * ES_FIELDCAT = CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'PUSHTMSE' i_rollname = 'BALIMSGTY' i_seltext_s = 'Vis.'(022)

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'DOWNLOAD' i_rollname = 'BALIMSGTY' i_seltext_s = 'Down.'(027)

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'TEMSE' * I_STRUCTURE_NAME = 'HRPAD_PAL_TEMSE' * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = it_fieldcat = l_temse_fcat * I_SAVE = * IS_VARIANT = * I_DEFAULT = 'X' * IT_PRINT_FCAT = is_layout = l_layout * I_S_PRINT_OPTIONS = * I_TREE_SORT = i_clbk = l_clbk EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Ficheros TemSe Generados'(023) * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'TEMSE' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = IMPORTING e_node_key = l_temse_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_temse_node i_row_data = l_temse_row EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3 .

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_conversion i_msgid = 'BL' i_msgty = 'S' i_msgno = '001' i_msgv1 = l_msgv1 EXCEPTIONS program_error = 1 others = 2.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_conversion i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = l_msgv1 EXCEPTIONS program_error = 1 others = 2.



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