SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

SLKWFORM SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING GCLIENT = SY-MANDT GNAME = CON_TABNAME_FSLS TABLES ENQ = TAB_ENQ EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

FT_SLS_DATA_READ CALL FUNCTION 'FT_SLS_DATA_READ' EXPORTING I_ENQUEUE_NECESSARY = 'X' I_SHOW_DELETED = ' ' I_SELECTION_FLAG = P_SELECTION_FLAG TABLES T_SLNUM = H_BAS_TAB_SLNUM T_FSLS = H_TAB_FSLS T_FSLSN = H_TAB_FSLSN T_FSLSA = H_TAB_FSLSA T_FSLSW = H_TAB_FSLSW EXCEPTIONS NO_DATA_SELECTED = 1 FOREIGN_LOCK = 2 OTHERS = 3.

FT_SLS_MASS_MASTER_UPD_PREP CALL FUNCTION 'FT_SLS_MASS_MASTER_UPD_PREP' EXPORTING I_FLAG_CDOC = 'X' TABLES I_T_XFSLS = H_RES_TAB_FSLS I_T_YFSLS = H_TAB_FSLS_OLD I_T_XFSLSN = H_RES_TAB_FSLSN I_T_YFSLSN = H_TAB_FSLSN_OLD I_T_XFSLSA = H_RES_TAB_FSLSA I_T_YFSLSA = H_TAB_FSLSA_OLD I_T_XFSLSW = H_RES_TAB_XFSLSW I_T_YFSLSW = H_RES_TAB_YFSLSW.

FT_SLS_KEYWORD_DETERMINE_MASS CALL FUNCTION 'FT_SLS_KEYWORD_DETERMINE_MASS' EXPORTING I_KWD_NAMES = 'X' I_KWD_ADDRESSES = 'X' I_DEL = H_DEL TABLES I_T_XFSLS = H_RES_TAB_FSLS C_T_XFSLSN = H_RES_TAB_FSLSN C_T_XFSLSA = H_RES_TAB_FSLSA C_T_XFSLSW = H_RES_TAB_XFSLSW C_T_YFSLSW = H_RES_TAB_YFSLSW.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RVEXSLKW' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'SPECIAL_USER_COMMAND' IT_FIELDCAT = ITAB_FIELDCAT I_SAVE = GP_SAVE IS_VARIANT = STRUC_DISVARIANT I_TABNAME_HEADER = 'ITAB_RVFSLSW_H' I_TABNAME_ITEM = 'ITAB_RVFSLSW_P' I_STRUCTURE_NAME_HEADER = 'RVFSLSW_H' I_STRUCTURE_NAME_ITEM = 'RVFSLSW_P' IS_KEYINFO = GS_KEYINFO IMPORTING ES_EXIT_CAUSED_BY_USER = P_EXIT_BY_USER TABLES T_OUTTAB_HEADER = ITAB_FSLSW_H T_OUTTAB_ITEM = ITAB_FSLSW_P EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = P_REPID I_INTERNAL_TABNAME = P_TAB_NAME_H I_STRUCTURE_NAME = P_TAB_STRUC_H CHANGING CT_FIELDCAT = P_ITAB_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = P_REPID I_INTERNAL_TABNAME = P_TAB_NAME_P I_STRUCTURE_NAME = P_TAB_STRUC_P CHANGING CT_FIELDCAT = P_ITAB_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_EMPLOYEE IMPORTING RESULT = ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_ADDRESS IMPORTING RESULT = ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.



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