SAP Reports / Programs | Financial Accounting | Lease Accounting(FI-LA) SAP FI

FIOTP_KOFI_CALLBACK SAP ABAP Report - Account Assignment Determination: Call Back Routines







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


Text pool values


Title: Account Assignment Determination: Call Back Routines


INCLUDES used within this REPORT FIOTP_KOFI_CALLBACK

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:

K_KOKRS_SET * CALL FUNCTION 'K_KOKRS_SET' * IMPORTING * E_KOKRS = GD_TKA01-KOKRS.

K_KOKRS_READ * CALL FUNCTION 'K_KOKRS_READ' * EXPORTING * KOKRS = GD_TKA01-KOKRS * IMPORTING * E_TKA01 = GD_TKA01.

ACE2_TACECOMP_READ CALL FUNCTION 'ACE2_TACECOMP_READ' EXPORTING I_COMP = LS_TACECOMP-COMP IMPORTING E_TACECOMP = LS_TACECOMP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

G_READ_TEXT * CALL FUNCTION 'G_READ_TEXT' * EXPORTING * DATE_VALID = SY-DATLO * FIELD = LD_FIELDNAME * RECORD_KEY = LD_RECORD * T800D_TABLE = 'CCSS' * TABLE = 'CCSS' * VALUE = LD_FIELD_VALUE * IMPORTING * LTEXT = LD_LTEXT * STEXT = LD_STEXT * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

G_READ_VALUE ** CALL FUNCTION 'G_READ_VALUE' ** EXPORTING ** CHECK_TYP = '0' ** FIELD = LD_FIELDNAME ** RECORD_KEY = LD_RECORD ** T800D_TABLE = 'CCSS' ** TABLE = 'CCSS' ** TEXT_FLAG = 'X' ** VALUE = LD_FIELD_VALUE ** IMPORTING ** LTEXT = LD_LTEXT ** STEXT = LD_STEXT ** TABLES ** PERIOD = LT_PERIODS ** EXCEPTIONS ** NOT_FOUND = 1 ** ERROR_MESSAGE = 2 ** OTHERS = 3.

F4IF_FIELD_VALUE_REQUEST * CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' * EXPORTING * TABNAME = I_NAME-TABNAME * FIELDNAME = I_NAME-FIELDNAME * SEARCHHELP = LD_SEARCHHELP ** SHLPPARAM = ' ' ** DYNPPROG = ' ' ** DYNPNR = ' ' ** DYNPROFIELD = ' ' ** STEPL = 0 ** VALUE = ' ' ** MULTIPLE_CHOICE = ' ' ** DISPLAY = ' ' ** SUPPRESS_RECORDLIST = ' ' ** CALLBACK_PROGRAM = ' ' ** CALLBACK_FORM = ' ' * TABLES * RETURN_TAB = LT_VALUES_TAB * EXCEPTIONS * FIELD_NOT_FOUND = 1 * NO_HELP_FOR_FIELD = 2 * INCONSISTENT_HELP = 3 * NO_VALUES_FOUND = 4 * OTHERS = 5.

ACE2_TACECOMP_READ CALL FUNCTION 'ACE2_TACECOMP_READ' EXPORTING I_COMP = LS_TACECOMP-COMP IMPORTING E_TACECOMP = LS_TACECOMP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LS_NAME-TABNAME * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = LT_DFIES * FIXED_VALUES = * EXCEPTIONS * NOT_FOUND = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'FIOTP_KOFI_BASE' * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = LT_DFIES * FIXED_VALUES = * EXCEPTIONS * NOT_FOUND = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' POPUP_TITLE = ' ' * START_COLUMN = '5' * START_ROW = '5' * IMPORTING * RETURNCODE = TABLES FIELDS = LT_FIELDS * EXCEPTIONS * ERROR_IN_FIELDS = 1 * OTHERS = 2 .

KEDR_DERIVE_CHARACTERISTICS CALL FUNCTION 'KEDR_DERIVE_CHARACTERISTICS' EXPORTING I_APPL = 'FOTP' I_SUBCLASS = '01' I_ENV = I_ENV I_STRATEGY_ID = 'BASE' I_IDENTIFIER_1 = 'STANDARD' I_RECORD_1 = LS_FIOTP_KOFI_BASE I_IDENTIFIER_2 = 'USER' I_RECORD_2 = * I_IDENTIFIER_3 = * I_RECORD_3 = * I_IDENTIFIER_4 = * I_RECORD_4 = I_TRACE_MODE = 'S' * I_TAB_EXCEPTIONS = * I_DERIVATION_DATE = SY-DATUM * I_DERIVE_ANYWAY = * I_MASS_PROCESSING = * I_CHECK_CHIER_ONLY = * IMPORTING * E_RECORD_1 = * E_RECORD_2 = * E_RECORD_3 = * E_RECORD_4 = * E_TRACE_HANDLE = * E_TAB_MODIFIED_FIELDS = * E_TAB_USED_SOURCE_FIELDS = * EXCEPTIONS * DERIVATION_FAILED = 1 * CHECK_CHIER_FAILED = 2 * OTHERS = 3 .

KEDR_TRACE_WRITE CALL FUNCTION 'KEDR_TRACE_WRITE'.



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