PCVAMMX0 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 PCVAMMX0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_GET_F4_BENEFIT_AREA call function 'HR_BEN_GET_F4_BENEFIT_AREA' exporting * DISPLAY_MODE = ' ' reaction = 'E' importing barea = pa_barea subrc = subrc tables error_table = error_table.
HR_BEN_GET_F4_PLAN_TYPE CALL FUNCTION 'HR_BEN_GET_F4_PLAN_TYPE' exporting barea = pa_barea bpcat = c_ftickets reaction = c_no_msg IMPORTING PLTYP = pa_pltyp subrc = subrc tables error_table = error_table.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = dynpro_tab exceptions others = 8.
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = $molga importing waers = waers exceptions others.
HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = p_p0001_bukrs importing comp_name = p_dge_nomcia exceptions not_found = 1 others = 2.
HELP_VALUES_GET_WITH_TABLE_EXT call function 'HELP_VALUES_GET_WITH_TABLE_EXT' exporting fieldname = fnam2 tabname = tnam2 titel = text-014 tables fields = ihelp_fields2 valuetab = helptab2 select_values = sel_values exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
HR_MX_SEL_MOLGA call function 'HR_MX_SEL_MOLGA' exporting persnr = pernr-pernr * MOLGA = 32 begda = p_beginvp endda = p_endinvp exceptions not_found = 4.
CU_READ_RGDIR call function 'CU_READ_RGDIR' exporting persnr = p_p_pernr tables in_rgdir = new_rgdir exceptions no_record_found = 1 others = 2.
CD_SELECT_VOID call function 'CD_SELECT_VOID' exporting void_indicator = space tables in_rgdir = new_rgdir out_rgdir = rgdir_without_void exceptions others = 1.
CD_SELECT_DATE_RANGE call function 'CD_SELECT_DATE_RANGE' exporting fpper_begda = p_p_begda fpper_endda = p_p_endda tables in_rgdir = rgdir_without_void out_rgdir = rgdir_selected_dates exceptions others = 1.
CD_SELECT_SRTZA call function 'CD_SELECT_SRTZA' exporting record_type = c_srtza tables in_rgdir = rgdir_selected_dates out_rgdir = new_rgdir exceptions others = 1.
HR_MX_EDIT_NAME call function 'HR_MX_EDIT_NAME' exporting flag = true "ITSPH9K010886 changing tab_ename = nombre.
RP_TS_CREATE_OBJECT call function 'RP_TS_CREATE_OBJECT' exporting objkn = p_temse_object-short_name objnr = p_temse_object-number empfg = p_temse_object-receiver_id importing tsobj = p_temse_object-full_name exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 fb_nr_no_object = 7 fb_nr_not_intern = 8 fb_nr_not_found = 9 fb_object_already_exist = 10 fb_nr_overflow = 11 others = 12.
RSTS_WRITE call function 'RSTS_WRITE' tables datatab = t_temse_tab exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 others = 5.
RSTS_CLOSE call function 'RSTS_CLOSE' exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 others = 4.
HR_BEN_GET_F4_PLAN call function 'HR_BEN_GET_F4_PLAN' exporting barea = pa_barea bpcat = c_ftickets datum = c_beg_plan reaction = c_no_msg importing bplan = pa_bplan subrc = subrc tables error_table = error_table.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.