SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | BRFplus - ABAP-Based Business Rules(BC-SRV-BR) SAP BC

FDT_HELPERS_F01 SAP ABAP INCLUDE - Include FDT_HELPERS_F01







FDT_HELPERS_F01 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 FDT_HELPERS_F01 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Include FDT_HELPERS_F01


INCLUDES used within this REPORT FDT_HELPERS_F01

INCLUDE FDT_INCL_DOWNPORT_CHECK_MACROS.


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:

RPY_EXISTENCE_CHECK_TRAN CALL FUNCTION 'RPY_EXISTENCE_CHECK_TRAN' EXPORTING name = p_tcode * LIMU_KEY = EXCEPTIONS not_exist = 1 OTHERS = 2.

MENU_GET_TSTCT_TEXT CALL FUNCTION 'MENU_GET_TSTCT_TEXT' EXPORTING text_reporttype = 'TR' text_report = l_text_report spras = sy-langu IMPORTING tstct_text = l_tcodetxt.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Back'(003) text_question = 'Save the changes first?'(004) text_button_1 = 'Yes'(001) icon_button_1 = 'ICON_OKAY' text_button_2 = 'No'(002) icon_button_2 = 'ICON_CANCEL' display_cancel_button = gc_false IMPORTING answer = p_lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' view_name = ls_maptab-tabname EXCEPTIONS OTHERS = 1.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_suppress_dialog = abap_true iv_request_types = 'K' * IV_CLI_DEP = ' ' iv_request = gv_req_number it_e071 = lt_e071 it_e071k = lt_e071k * IV_LOCK_OBJECTS = ' ' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IV_WITH_ERROR_LOG = 'X' * IV_NO_OWNER_CHECK = ' ' * IV_FOREIGN_REQUEST = ' ' * IT_E071K_STR = * IMPORTING * ES_REQUEST = EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.

RPY_EXISTENCE_CHECK_PROG CALL FUNCTION 'RPY_EXISTENCE_CHECK_PROG' EXPORTING name = p_rep_name * LIMU_KEY = * TABLES * PROGDIR_TAB = EXCEPTIONS not_exist = 1 OTHERS = 2.

SWY_PROGRAM_EXISTS * CALL FUNCTION 'SWY_PROGRAM_EXISTS' * EXPORTING * program = p_rep_name * EXCEPTIONS * program_not_exists = 1 * OTHERS = 2.

SRT_GET_REPORT_DESCRIPTION CALL FUNCTION 'SRT_GET_REPORT_DESCRIPTION' EXPORTING report_structure = ls_report_structure langu = sy-langu substitute_missing_texts = 'X' IMPORTING report_text = ls_report_text.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = lv_systype EXCEPTIONS OTHERS = 1.



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