SAP Reports / Programs | Financial Accounting(FI) SAP FI

RFPOSFE0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' "1549155 IMPORTING "1549155 e_glflex_active = ld_flex. "1549155

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = ld_tcode EXCEPTIONS OK = 0 NOT_OK = 4.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' "1515294 EXPORTING "1515294 TCODE = ld_tcode "1515294 EXCEPTIONS "1515294 OK = 0 "1515294 NOT_OK = 4. "1515294

ITEM_DERIVE_FIELDS call function 'ITEM_DERIVE_FIELDS' exporting key_date = sy-datlo xopvw = ld_xopvw x_icons_only = 'X' changing s_item = it_posx.

FI_ITEMS_DISPLAY call function 'FI_ITEMS_DISPLAY' EXPORTING caller_repid = 'RFEPOS00' ACCTYPE = p_koart X_CHANGE = 'X' I_U_SAVE = 'A' IS_U_VARIANT = s_variant IT_KONTAB = kontab[] IT_SLBTAB = slbtab[] TABLES it_items = it_posx.

FREE_SELECTIONS_RANGE_2_EX call function 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = it_trange[] IMPORTING EXPRESSIONS = it_subfs[].



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