SAP Reports / Programs | Controlling(CO) SAP CO

KKANFORM SAP ABAP INCLUDE - CHECK_OBJECTS







KKANFORM 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 KKANFORM 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 KKANFORM. "Basic submit
SUBMIT KKANFORM AND RETURN. "Return to original report after report execution complete
SUBMIT KKANFORM 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 KKANFORM

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_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-046 START_COLUMN = 20 START_ROW = 4 TEXT_OBJECT = 'RKACHCK_POPUP_TEXT2' IMPORTING CANCELLED = L_ANSWER TABLES PARAMETERS = L_T_PARAMS.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' "Infos über Tabelle EXPORTING LANGU = SY-LANGU ONLY = 'T' TABNAME = L_TABLENAME TABLES NAMETAB = R_I_FIELDTEXT.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IT_FIELDCAT = G_T_FIELDCAT[] I_CALLBACK_PF_STATUS_SET = G_CALLBACK_PF_STATUS_SET I_CALLBACK_USER_COMMAND = 'S_USER_COMMAND' IS_LAYOUT = G_S_LAYOUT * Events IT_EVENTS = G_T_EVENTS[] IT_EVENT_EXIT = G_EVENT_EXIT[] "note 397675 * Varianten I_SAVE = 'A' IS_VARIANT = G_IS_VARIANT TABLES T_OUTTAB = G_T_OUTTAB.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING ET_FIELDCAT = G_2_FIELDCAT.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING * ET_FIELDCAT = ES_VARIANT = L_IS_VARIANT.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = '0' IMPORTING ET_EVENTS = G_T_EVENTS.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TITEL = '' TEXTLINE1 = TEXT-049 TEXT_OPTION1 = TEXT-047 TEXT_OPTION2 = TEXT-007 IMPORTING ANSWER = L_ANSWER.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'TRWPR' EXCEPTIONS FOREIGN_LOCK = 1.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'TRWCI' EXCEPTIONS FOREIGN_LOCK = 1.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'TRWCA' EXCEPTIONS FOREIGN_LOCK = 1.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'TRWCI'.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'TRWCA'.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'TRWPR'.



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