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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.