SAP Reports / Programs

FRE_DIF_DELETE_ADMI SAP ABAP Report - Delete administrative data for DIF occurrences







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FRE13 - Delete Admin.Data for DIF Occurrence


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 FRE_DIF_DELETE_ADMI. "Basic submit
SUBMIT FRE_DIF_DELETE_ADMI AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_DIF_DELETE_ADMI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FRE_DIF_DELETE_ADMI

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:

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.



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