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

DFSLFORM SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

OUTGOING_CALL_PROCESS CALL FUNCTION 'OUTGOING_CALL_PROCESS' EXPORTING TEL_NUMBER = LV_TELNO NAME_IN = LV_NAME REMARK_IN = LV_ABTLG DISPLAY_POPUP = CON_X.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = CON_REPORT I_INTERNAL_TABNAME = CON_TAB_DET I_STRUCTURE_NAME = CON_STRUC_P CHANGING CT_FIELDCAT = T_FIELDCAT[].

CHANGEDOCUMENT_READ * CALL FUNCTION 'CHANGEDOCUMENT_READ' * EXPORTING * OBJECTCLASS = CON_OBJCLASS * OBJECTID = LV_OBJID * TABLES * EDITPOS = LT_CHANGE * EXCEPTIONS * NO_POSITION_FOUND = 1 * WRONG_ACCESS_TO_ARCHIVE = 2 * OTHERS = 4.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = LV_ICON IMPORTING RESULT = LV_NAME.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = LS_DISVARIANT I_SAVE = CON_A IMPORTING ES_VARIANT = LS_DISVARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = CON_REPORT I_INTERNAL_TABNAME = CON_TAB_H I_STRUCTURE_NAME = CON_STRUC_H CHANGING CT_FIELDCAT = LT_FIELDCAT[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = CON_REPORT I_INTERNAL_TABNAME = CON_TAB_P I_STRUCTURE_NAME = CON_STRUC_P CHANGING CT_FIELDCAT = LT_FIELDCAT[].

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = CON_REPORT I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS_DET' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_DET' IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT[] IT_EVENTS = LS_EVENT I_SCREEN_START_COLUMN = 5 I_SCREEN_START_LINE = 5 I_SCREEN_END_COLUMN = 90 I_SCREEN_END_LINE = 12 TABLES T_OUTTAB = LT_ALV.

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING BNAME = LV_ERNAM MANDT = SY-MANDT NO_DISPLAY = LV_DISPLAY CHANGING USER_USR03 = LT_USR03.

TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' IMPORTING ACTIVE = L_ACTIVE.



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