RFKKPTSAFT_FORMS01 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 RFKKPTSAFT_FORMS01 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.
Title: Include RFKKPTSAFT_FORMS01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VERS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_VERS' value_org = 'S' display = 'F' TABLES value_tab = lt_vers return_tab = lt_return.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = p_bukrs component = 'PT' EXCEPTIONS component_not_active = 1 OTHERS = 2.
FKK_GET_LAST_DAY_OF_MONTH CALL FUNCTION 'FKK_GET_LAST_DAY_OF_MONTH' EXPORTING i_date_in = s_date-high IMPORTING e_date_out = lv_last_day.
F4IF_INT_TABLE_VALUE_REQUEST *** call function 'F4IF_INT_TABLE_VALUE_REQUEST' *** exporting *** retfield = 'FORMAT' *** dynpprog = sy-repid *** dynpnr = sy-dynnr *** dynprofield = 'S_DFORM' *** value_org = 'S' *** display = 'F' *** tables *** value_tab = lt_format *** return_tab = lt_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKPTSAFT_FORMS01 - Include RFKKPTSAFT_FORMS01 RFKKPTSAFT_DELETE_EXTRACT_DATA - SAF-T: Delete Extracted Data RFKKPTSAFT_DELETE_EXTRACT_DATA - SAF-T: Delete Extracted Data RFKKPTSAFTSIGN_SCREEN - Include RFKKPTSAFTSIGN_SCREEN RFKKPTSAFTSIGN_FORM02 - Include RFKKPTSAFTSIGN_FORM02 RFKKPTSAFTSIGN_FORM01 - Include RFKKPTSAFTSIGN_FORM01