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

RPRCUST1 SAP ABAP INCLUDE - Variable Header Line







RPRCUST1 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 RPRCUST1 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 RPRCUST1. "Basic submit
SUBMIT RPRCUST1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPRCUST1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Variable Header Line


INCLUDES used within this REPORT RPRCUST1

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:

PTRV_GET_ADMIN_INFO CALL FUNCTION 'PTRV_GET_ADMIN_INFO' EXPORTING personnel_number = wa_perio-pernr * OBJECT_TYPE = 'AC' * OBJECT_ID = '01000014' * SEARCH_CRITERIA = * GET_ADDRESS_DATA = 'X' * VALIDITY_DATE = SY-DATUM * DISPLAY_DATA = ' ' * WINDOW_TITLE = * START_COLUMN = '10' * START_ROW = '10' TABLES * TRIP_CONTACTS = trip_contacts_addresses = icontact EXCEPTIONS search_criteria_missing = 1 personnel_number_missing = 2 no_admin_info_found = 3 OTHERS = 4.

SO_USER_ADDRESS_NUMBER_GET CALL FUNCTION 'SO_USER_ADDRESS_NUMBER_GET' EXPORTING user = user IMPORTING user_address = addr EXCEPTIONS office_name_not_exist = 1 parameter_error = 2 sap_name_not_exist = 3 user_not_exist = 4 x_error = 5.

ADDR_SO_KEY_GET_KEY CALL FUNCTION 'ADDR_SO_KEY_GET_KEY' TABLES key_table = ktab EXCEPTIONS internal_error = 1 no_entries_in_key_table = 2 OTHERS = 3.

ADDR_PERS_COMP_GET_ARRAY CALL FUNCTION 'ADDR_PERS_COMP_GET_ARRAY' TABLES address_pers_in_comp_selection = apics address_pers_in_comp_value = apicv EXCEPTIONS parameter_error = 1 internal_error = 2.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING USERNAME = aend-uname IMPORTING * LOGONDATA = * DEFAULTS = ADDRESS = email_addr * COMPANY = * SNC = * REF_USER = * ALIAS = * UCLASS = TABLES * PARAMETER = * PROFILES = * ACTIVITYGROUPS = RETURN = user_return * ADDTEL = * ADDFAX = * ADDTTX = * ADDTLX = ADDSMTP = form_smtp * ADDRML = * ADDX400 = * ADDRFC = * ADDPRT = * ADDSSF = * ADDURI = * ADDPAG = * ADDCOMREM = * PARAMETER1 = * GROUPS = * UCLASSSYS = * EXTIDHEAD = * EXTIDPART = .



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