FRE_DIF_DELETE_ADMI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for deleting administrative data for DIF occurences from tables FRE_DB_ABI_HEAD and FRE_DB_ABI_POS ..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_DIF_DELETE_ADMI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FRE13 - Delete Admin.Data for DIF Occurrence
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.
Selection Text: P_CHECK = D .
Selection Text: S_AKTNR = Promotion
Selection Text: S_VKDAB = On Sale to Consumers From
Selection Text: S_VKDBI = On Sale to Consumers To
Title: Delete administrative data for DIF occurrences
Text Symbol: 001 = Promotions
Text Symbol: 002 = Delete administrative data for active promotions as well
Text Symbol: 003 = On Sale Period (Header Level)
Text Symbol: 004 = Deletion of Administrative Data
Text Symbol: 005 = Do you want to delete administrative DIF occurence data irrevocable?
Text Symbol: 006 = Yes
Text Symbol: 007 = No
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_FRE_DB_ABI_HD CALL FUNCTION 'ENQUEUE_E_FRE_DB_ABI_HD' EXPORTING mode_fre_db_abi_head = gc_x mandt = sy-mandt EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_FRE_DB_ABI_HD CALL FUNCTION 'ENQUEUE_E_FRE_DB_ABI_HD' EXPORTING mode_fre_db_abi_head = gc_x mandt = sy-mandt EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FRE_DB_DIF_READ_FROM_AKTNR CALL FUNCTION 'FRE_DB_DIF_READ_FROM_AKTNR' EXPORTING it_wakh = gt_wakh IMPORTING et_abi_head = gt_abi_head et_abi_pos = gt_abi_pos EXCEPTIONS nothing_to_do = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 text_question = text-005 text_button_1 = text-006 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-007 icon_button_2 = 'ICON_INCOMPLETE' display_cancel_button = gc_init IMPORTING answer = lp_flag EXCEPTIONS OTHERS = 1.
DEQUEUE_E_FRE_DB_ABI_HD CALL FUNCTION 'DEQUEUE_E_FRE_DB_ABI_HD' EXPORTING mode_fre_db_abi_head = gc_x mandt = sy-mandt.
FRE_DB_DIF_SAVE CALL FUNCTION 'FRE_DB_DIF_SAVE' EXPORTING it_abi_head = gt_abi_head it_abi_pos = gt_abi_pos EXCEPTIONS nothing_to_do = 1 OTHERS = 2.
DEQUEUE_E_FRE_DB_ABI_HD CALL FUNCTION 'DEQUEUE_E_FRE_DB_ABI_HD' EXPORTING mode_fre_db_abi_head = gc_x mandt = sy-mandt.
DEQUEUE_E_FRE_DB_ABI_HD CALL FUNCTION 'DEQUEUE_E_FRE_DB_ABI_HD' EXPORTING mode_fre_db_abi_head = gc_x mandt = sy-mandt.
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_DIF_DELETE_ADMI - Delete administrative data for DIF occurrences FRE_DIF_DELETE_ADMI - Delete administrative data for DIF occurrences FRE_DELTA_LOADTOP - Include FRE_INIT_LOADTOP FRE_DELTA_LOADF03 - Include FRE_DELTA_LOADF03 FRE_DELTA_LOADF02 - Include FRE_DELTA_LOADF02 FRE_DELTA_LOADF01 - Include FRE_DELTA_LOADF01