SAP Reports / Programs

LKEATF18 SAP ABAP INCLUDE - IM: Routinen fuer Pflege Abrechnungsvorschrift bei EP-Abrechnung







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


INCLUDES used within this REPORT LKEATF18

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:

RSTS_SET_CHECK CALL FUNCTION 'RSTS_SET_CHECK' EXPORTING name = isetid EXCEPTIONS not_found = 01.

G_SET_TREE_IMPORT * CALL FUNCTION 'G_SET_TREE_IMPORT' * EXPORTING * FIELDNAME = ' ' * LANGU = SY-LANGU * NO_DESCRIPTIONS = ' ' * REPORT_ENVIRONMENT = ' ' * SETID = ISETID * TABNAME = ' ' * NO_VARIABLE_REPLACEMENT = ' ' * ROOT_HEADER_ONLY = 'X' * EXCEPTIONS * SET_NOT_FOUND = 01.

RSTS_SET_TEXT_GET CALL FUNCTION 'RSTS_SET_TEXT_GET' EXPORTING name = isetid IMPORTING text = itext text_l = itext_l.

G_SET_TREE_IMPORT * CALL FUNCTION 'G_SET_TREE_IMPORT' * EXPORTING * FIELDNAME = ' ' * LANGU = ITLANGU * NO_DESCRIPTIONS = ' ' * REPORT_ENVIRONMENT = ' ' * SETID = ISETID * TABNAME = ' ' * NO_VARIABLE_REPLACEMENT = ' ' * ROOT_HEADER_ONLY = 'X' * TABLES * SET_HIERARCHY = ISET_HIERARCHY * EXCEPTIONS * SET_NOT_FOUND = 01.

RSTS_INTERVAL_CHECK CALL FUNCTION 'RSTS_INTERVAL_CHECK' EXPORTING name = iintrv EXCEPTIONS not_found = 01.

RSTS_INTERVAL_TEXT_GET CALL FUNCTION 'RSTS_INTERVAL_TEXT_GET' EXPORTING name = iintrv IMPORTING text = itext text_l = itext_l.

READ_COSTCENTER_TEXT CALL FUNCTION 'READ_COSTCENTER_TEXT' EXPORTING datum = sy-datlo kokrs = select_table-character+00(04) kostl = select_table-character+04(10) sprache = itlangu IMPORTING text = cctext * TEXT_WA = EXCEPTIONS text_not_found = 01.

KE_PROFIT_CENTER_READ_TEXT CALL FUNCTION 'KE_PROFIT_CENTER_READ_TEXT' EXPORTING datum = sy-datlo prctr = select_table-character+00(10) sprache = itlangu IMPORTING text_wa = text_wa EXCEPTIONS text_not_found = 01.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = prinfo-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS verso_error = 02.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = prinfo-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime EXCEPTIONS verso_error = 02.

RKE_GET_NUMBER_OF_PERIODS CALL FUNCTION 'RKE_GET_NUMBER_OF_PERIODS' EXPORTING perflag = rkb1x-perflag2 "'2' periv = iperiv year = select_table-character(04) IMPORTING anzbp = anzbp anzsp = anzsp EXCEPTIONS i_error = 01 i_perflag_invalid = 02 i_periv_notfound = 03.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = prinfo-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS verso_error = 02.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = prinfo-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime EXCEPTIONS verso_error = 02.

RKE_GET_NUMBER_OF_PERIODS CALL FUNCTION 'RKE_GET_NUMBER_OF_PERIODS' EXPORTING perflag = rkb1x-perflag2 "'2' periv = iperiv year = select_table-character(04) IMPORTING anzbp = anzbp anzsp = anzsp EXCEPTIONS i_error = 01 i_perflag_invalid = 02 i_periv_notfound = 03.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = prinfo-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS verso_error = 02.

RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = prinfo-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS verso_error = 02.



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