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

SLDEFORM SAP ABAP INCLUDE - Include SLDEFORM







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

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:

FT_SLS_ADRESS_DATA_MAINTENANCE CALL FUNCTION 'FT_SLS_ADRESS_DATA_MAINTENANCE' EXPORTING I_STATUS = 'VXS3' I_XFSLS = LOC_ITAB_FSLS I_YFSLS = LOC_ITAB_FSLS TABLES T_XFSLSA = LOC_ITAB_FSLSA T_YFSLSA = LOC_ITAB_FSLSA.

FT_SLS_NAMES_DATA_MAINTENANCE CALL FUNCTION 'FT_SLS_NAMES_DATA_MAINTENANCE' EXPORTING I_STATUS = 'VXS3' I_XFSLS = LOC_ITAB_FSLS I_YFSLS = LOC_ITAB_FSLS TABLES T_XFSLSN = LOC_ITAB_FSLSN T_YFSLSN = LOC_ITAB_FSLSN.

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING BNAME = G_ITAB_FSLS-SLAEN MANDT = G_MANDT.

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING BNAME = G_ITAB_FSLS-SLAEN MANDT = G_MANDT NO_DISPLAY = CON_X CHANGING USER_USR03 = INT_TAB_USR03.

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.

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

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

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

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

FT_SLS_DATA_READ CALL FUNCTION 'FT_SLS_DATA_READ' EXPORTING I_ENQUEUE_NECESSARY = ' ' "Tabellen nicht sperren I_SHOW_DELETED = P_SLDKZ * i_selection_flag = p_selection_flag TABLES T_SLNUM = G_ITAB_SLNUM T_FSLS = P_FSLS T_FSLSN = P_FSLSN T_FSLSA = P_FSLSA T_FSLSW = P_FSLSW EXCEPTIONS NO_DATA_SELECTED = 1 FOREIGN_LOCK = 2 OTHERS = 3.

TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' IMPORTING ACTIVE = L_ACTIVE.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = P_DISVARIANT I_SAVE = CON_X IMPORTING ES_VARIANT = P_DISVARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 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 SLDEFORM or its description.