SAP Reports / Programs

RPCF2PIB SAP ABAP Report - Service report for the display of SD section - correction







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


Text pool values


Title: Service report for the display of SD section - correction
Text Symbol: 001 = EE
Text Symbol: 002 = Box 28
Text Symbol: 003 = Box 36
Text Symbol: 004 = Box 37
Text Symbol: 005 = Box 38
Text Symbol: 006 = Box 39
Text Symbol: 007 = Box 40
Text Symbol: 008 = Box 41
Text Symbol: 009 = Box 42
Text Symbol: 010 = Box 43
Text Symbol: 011 = Box 44
Text Symbol: 012 = Box 45
Text Symbol: 013 = taxpayer's region ind.-22
Text Symbol: 014 = reimb. H/W region - 23
Text Symbol: 015 = reimb. H/W region - 24
Text Symbol: 016 = H/W region ind.- 27
Text Symbol: 017 = Sep.tax. withh. - 28
Text Symbol: 018 = Sep.tax. adjust.-31
Text Symbol: 019 = 2 withh. adv - 38
Text Symbol: 020 = 2 adj. advance - 40
Text Symbol: H01 = Display: identical total number


INCLUDES used within this REPORT RPCF2PIB

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:

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = SY-TITLE FILE_NAME = MYREPORT HEAD_LINE1 = HEADLINE1 * foot_note3 = p_temse_object-full_name * list_level = p_record_control-screen CURRENT_REPORT = MYREPORT * dyn_pushbutton_text1 = text-001 * data_structure = p_record_control-structure TABLES DATA_TAB = T_INPUT_TABLE FIELDNAME_TAB = P_FIELD_NAME_TAB EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.



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