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

RPR_CUST_CHECK_FORMS SAP ABAP INCLUDE - RPRCUSTCHECKFORMS







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

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:

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'PTRV_CTRLREC' state = 'A' langu = sy-langu TABLES dd07v_tab = lt_domain_values EXCEPTIONS illegal_input = 1 OTHERS = 2.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = p_lang IMPORTING output = language EXCEPTIONS OTHERS = 9.

FITP_WEB_GEOCODING_GET_SINGLE CALL FUNCTION 'FITP_WEB_GEOCODING_GET_SINGLE' EXPORTING i_address = wa_address_geocoding-address IMPORTING e_geocoding = p_geocoding.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = p_lang IMPORTING output = language EXCEPTIONS OTHERS = 9.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = lwa_log EXCEPTIONS * LOG_HEADER_INCONSISTENT = 1 OTHERS = 2 .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = lwa_message * I_LOG_HANDLE = EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = lwa_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = lwa_display_profile EXCEPTIONS OTHERS = 1.

GET_PROFILE_COMPLEX CALL FUNCTION 'GET_PROFILE_COMPLEX' EXPORTING profile = p_profile IMPORTING entries = lt_entries EXCEPTIONS no_existing_profile = 1 error_profile_def = 2 OTHERS = 3.

DDUT_TEXTTABLE_GET CALL FUNCTION 'DDUT_TEXTTABLE_GET' EXPORTING tabname = p_tabname IMPORTING texttable = lv_texttab_name.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = lv_texttab_name TABLES dd03p_tab = lt_texttab_fields EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_tabname langu = sy-langu IMPORTING dd02v_wa = ls_tab_desc TABLES dd03p_tab = lt_tab_fields EXCEPTIONS illegal_input = 1 OTHERS = 2.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = sy-langu IMPORTING output = sy_langu_text EXCEPTIONS OTHERS = 9.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'PRVEXP' langu = sy-langu IMPORTING dd04v_wa = ls_dd04v EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'PRVEXC' langu = sy-langu IMPORTING dd04v_wa = ls_dd04v EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'PRIEXP' langu = sy-langu IMPORTING dd04v_wa = ls_dd04v EXCEPTIONS illegal_input = 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_CUST_CHECK_FORMS or its description.