RPR_CUSTOMIZING_FORMS_HPF 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 RPR_CUSTOMIZING_FORMS_HPF 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!
HRXSS_SER_READTABAR CALL FUNCTION 'HRXSS_SER_READTABAR' EXPORTING area = area_key IMPORTING arlinkressource = ls_area-linkressource TABLES subareas = lt_area_subarea EXCEPTIONS no_subareas_in_area = 1 area_not_found = 2 OTHERS = 3.
CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = p_lang IMPORTING output = gv_language EXCEPTIONS OTHERS = 9.
HRXSS_SER_READTABSAR CALL FUNCTION 'HRXSS_SER_READTABSAR' EXPORTING subarea = ls_area_subarea-subarea personnelnumber = lv_personnelnumber countrygrouping = lv_countrygrouping TABLES subareaservices = lt_subareaservices EXCEPTIONS no_services_in_subarea = 1 OTHERS = 2.
HRXSS_SER_READTABRES CALL FUNCTION 'HRXSS_SER_READTABRES' EXPORTING ressourceobject = pv_resourcekey IMPORTING resobject = ls_resource-resobject respcdpage = lv_respcdpage resurlparameter = ls_resource-resurlparameter reswdname = ls_resource-reswdname EXCEPTIONS ressource_not_found = 1 OTHERS = 2.
HRXSS_SER_READTABSRV CALL FUNCTION 'HRXSS_SER_READTABSRV' EXPORTING service = pv_servicekey countrygrouping = lv_countrygrouping IMPORTING servicetype = ls_service-servicetype serviceressource = ls_service-serviceressource proxyclass = ls_service-proxyclass * srvdescription = lv_service_desc EXCEPTIONS service_not_found = 1 service_without_ressource = 2 OTHERS = 3.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'XSS_SER_SERVICETYPE' text = 'X' langu = p_lang IMPORTING rc = lv_subrc TABLES dd07v_tab = lt_values EXCEPTIONS wrong_textflag = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPR_CUSTOMIZING_FORMS_HPF - RPRCUSTOMIZINGFORMSHPF RPR_CUSTOMIZING_CHECK - Customizing Check Program for Travel Management RPR_CUSTOMIZING_CHECK - Customizing Check Program for Travel Management RPR_CREATE_RESOURCE_FILES - Offline Application: Create Resource Files RPR_CREATE_RESOURCE_FILES - Offline Application: Create Resource Files RPR_CREATE_PTRV_BTRGSUM - Report Program for Subsequent Build of Amount Accumulation (AT)