SAP Reports / Programs

IST_CA_FILEHIST_01 SAP ABAP Report - IS-T-CA: Histoy of Disconnection/Reconnection Files







IST_CA_FILEHIST_01 is a standard Executable ABAP Report 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 IST_CA_FILEHIST_01 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

ISTCAFHIST - Disconnec.and Reconnec.File History


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


Text pool values


Title: IS-T-CA: Histoy of Disconnection/Reconnection Files
Text Symbol: 019 = Created On
Text Symbol: 018 = Identification
Text Symbol: 017 = Run Date
Text Symbol: 016 = History of Telephone Disconnection or Reconnection Files
Text Symbol: 015 = Error Occurred While Creating the ALV Control
Text Symbol: 014 = Transferred
Text Symbol: 013 = Created
Text Symbol: 012 = Dunning
Text Symbol: 011 = Payment Lot
Text Symbol: 010 = User Name
Text Symbol: 009 = Time
Text Symbol: 008 = Creat.Date
Text Symbol: 007 = Identi.
Text Symbol: 006 = Run Date
Text Symbol: 005 = Status Descrptn
Text Symbol: 004 = ActDate
Text Symbol: 003 = Origin Descrptn
Text Symbol: 002 = Oi
Text Symbol: 001 = File Name


INCLUDES used within this REPORT IST_CA_FILEHIST_01

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:

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-015.

SELSCREEN_ICONS_SUPPLY CALL FUNCTION 'SELSCREEN_ICONS_SUPPLY' EXPORTING sign = it_laufd-sign option = it_laufd-option IMPORTING icon_result = h_icon_laufd.

SELSCREEN_ICONS_SUPPLY CALL FUNCTION 'SELSCREEN_ICONS_SUPPLY' EXPORTING sign = it_laufi-sign option = it_laufi-option IMPORTING icon_result = h_icon_laufi.

SELSCREEN_ICONS_SUPPLY CALL FUNCTION 'SELSCREEN_ICONS_SUPPLY' EXPORTING sign = it_fista-sign option = it_fista-option IMPORTING icon_result = h_icon_fista.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' IMPORTING result = c_icon_enter.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' IMPORTING result = c_icon_display.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = 'U' CHANGING cs_variant = p_gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

COMPLEX_SELECTIONS_DIALOG CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING text = 'Datum der Ausführung'(017) * just_display = help_field = 'IST_DYN_FILEHIST-LAUFD_LO' TABLES range = range_laufd EXCEPTIONS cancelled = 4.

FKK_AKTIV2_CHANGED_SET CALL FUNCTION 'FKK_AKTIV2_CHANGED_SET'.

COMPLEX_SELECTIONS_DIALOG CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING text = 'Identifikation'(018) * just_display = help_field = 'IST_DYN_FILEHIST-LAUFI_LO' TABLES range = range_laufi EXCEPTIONS cancelled = 4.

FKK_AKTIV2_CHANGED_SET CALL FUNCTION 'FKK_AKTIV2_CHANGED_SET'.

COMPLEX_SELECTIONS_DIALOG CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING text = 'Erstellungsdatum'(019) * just_display = help_field = 'IST_DYN_FILEHIST-DATUM_LO' TABLES range = range_datum EXCEPTIONS cancelled = 4.

FKK_AKTIV2_CHANGED_SET CALL FUNCTION 'FKK_AKTIV2_CHANGED_SET'.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LAUFI' value_org = 'C' display = ' ' TABLES value_tab = laufi_tab field_tab = fldtabnew return_tab = returntab EXCEPTIONS OTHERS = 0.

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * display = ' ' * fieldname = 'LAUFI' * tabname = 'IST_FILE_TELNR' * IMPORTING * select_value = p_laufi * TABLES * fields = fldtab * valuetab = laufi_tab.



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