FRE_TS_POINTER_REORG_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FRE_TS_POINTER_REORG_F01 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 FRE_TS_POINTER_REORG_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_FRE_MD_PRODUCT CALL FUNCTION 'ENQUEUE_E_FRE_MD_PRODUCT' EXPORTING mode_fre_md_product = 'E' mandt = sy-mandt fre_prodt = '99' fre_product = '$$TS_NEW$$' * X_FRE_PRODT = ' ' * X_FRE_PRODUCT = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_FRE_MD_PRODUCT CALL FUNCTION 'DEQUEUE_E_FRE_MD_PRODUCT' EXPORTING mode_fre_md_product = 'E' mandt = sy-mandt fre_prodt = '99' fre_product = '$$TS_NEW$$' * X_FRE_PRODT = ' ' * X_FRE_PRODUCT = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
FRE_MESSAGE_DB CALL FUNCTION 'FRE_MESSAGE_DB' EXPORTING mode = 'I' * NO_COMMIT = TABLES messages = pt_messages EXCEPTIONS database_error = 1 wrong_mode = 2 foreign_lock = 3 OTHERS = 4.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING "Note 1638975 * EXPORTING * ARCHIVE_ID = C_CHAR_UNKNOWN * ARCHIVE_INFO = C_CHAR_UNKNOWN * ARCHIVE_MODE = C_CHAR_UNKNOWN * ARCHIVE_TEXT = C_CHAR_UNKNOWN * AR_OBJECT = C_CHAR_UNKNOWN * ARCHIVE_REPORT = C_CHAR_UNKNOWN * AUTHORITY = C_CHAR_UNKNOWN * COPIES = C_NUM3_UNKNOWN * COVER_PAGE = C_CHAR_UNKNOWN * DATA_SET = C_CHAR_UNKNOWN * DEPARTMENT = C_CHAR_UNKNOWN * DESTINATION = C_CHAR_UNKNOWN * EXPIRATION = C_NUM1_UNKNOWN * IMMEDIATELY = C_CHAR_UNKNOWN * IN_ARCHIVE_PARAMETERS = ' ' * IN_PARAMETERS = ' ' * LAYOUT = C_CHAR_UNKNOWN * LINE_COUNT = C_INT_UNKNOWN * LINE_SIZE = C_INT_UNKNOWN * LIST_NAME = C_CHAR_UNKNOWN * LIST_TEXT = C_CHAR_UNKNOWN * MODE = ' ' MODE = 'CURRENT' "Note 1638975 * NEW_LIST_ID = C_CHAR_UNKNOWN * NO_DIALOG = C_FALSE * RECEIVER = C_CHAR_UNKNOWN * RELEASE = C_CHAR_UNKNOWN * REPORT = C_CHAR_UNKNOWN * SAP_COVER_PAGE = C_CHAR_UNKNOWN * HOST_COVER_PAGE = C_CHAR_UNKNOWN * PRIORITY = C_NUM1_UNKNOWN * SAP_OBJECT = C_CHAR_UNKNOWN * TYPE = C_CHAR_UNKNOWN * USER = SY-UNAME * DRAFT = C_CHAR_UNKNOWN * ABAP_LIST = ' ' * USE_ARCHIVENAME_DEF = ' ' * DEFAULT_SPOOL_SIZE = C_CHAR_UNKNOWN IMPORTING out_archive_parameters = arcpar out_parameters = pripar valid = valid EXCEPTIONS archive_info_not_found = 0 invalid_print_params = 0 invalid_archive_params = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRE_TS_POINTER_REORG_F01 - Include FRE_TS_POINTER_REORG_F01 FRE_TS_POINTER_REORG - Deletion of Change Pointers (Stock Information and Consumption Data) FRE_TS_POINTER_REORG - Deletion of Change Pointers (Stock Information and Consumption Data) FRE_SUBST_SWITCH_LOAD - Transfer of Switchover and Switchback Information to SAP F&R FRE_SUBST_SWITCH_LOAD - Transfer of Switchover and Switchback Information to SAP F&R FRE_SUBST_ASSIGNMENT_LOAD - Program for Specific Data Transfer of Assignment Details