SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

RPR_CUSTOMIZING_FORMS_HPF SAP ABAP INCLUDE - RPRCUSTOMIZINGFORMSHPF







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


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

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:

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.



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