SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

MSSCSI00 SAP ABAP INCLUDE - SAPscript-Kommandos erzeugen







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

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:

SAPSCRIPT_DIALOG_CONFIRM call function 'SAPSCRIPT_DIALOG_CONFIRM' exporting dial_fcode = fcode_exit dial_name = style_header-tdstyle dial_otype = otype_form importing dial_fcode = fcode.

CHECK_STYLE_AUTHORITY call function 'CHECK_STYLE_AUTHORITY' exporting style = rsscs-tdstyle language = rsscs-tdspras activity = 'EDIT' exceptions others = 4.

CHECK_STYLE_AUTHORITY call function 'CHECK_STYLE_AUTHORITY' exporting style = rsscs-tdstyle language = rsscs-tdspras activity = 'EDIT' exceptions others = 4.

CHECK_STYLE_AUTHORITY call function 'CHECK_STYLE_AUTHORITY' exporting style = rsscs-tdstyle language = rsscs-tdspras activity = 'SHOW' exceptions others = 4.

SAPSCRIPT_DIALOG_CONFIRM call function 'SAPSCRIPT_DIALOG_CONFIRM' exporting dial_fcode = fcode_exit dial_name = style_header-tdstyle dial_otype = otype_style importing dial_fcode = fcode.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TDSTRING' dynpprog = repid dynpnr = dynnr dynprofield = 'ITCDP-TDLSTRING' value_org = 'S' multiple_choice = ' ' tables value_tab = string field_tab = l_fieldtab exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TDPARGRAPH' dynpprog = repid dynpnr = dynnr dynprofield = 'ITCDA-TDFIRSTPAR' value_org = 'S' multiple_choice = ' ' tables value_tab = paragraph field_tab = l_fieldtab exceptions parameter_error = 1 no_values_found = 2 others = 3.

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * DYNAME = REPID * DYNUMB = DYNNR * TABLES * DYNPFIELDS = D_TAB * EXCEPTIONS * INVALID_ABAPWORKAREA = 01 * INVALID_DYNPROFIELD = 02 * INVALID_DYNPRONAME = 03 * INVALID_DYNPRONUMMER = 04 * INVALID_REQUEST = 05 * NO_FIELDDESCRIPTION = 06 * UNDEFIND_ERROR = 07.

TRANSFER_NAMES_TO_FIELDS * CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' * EXPORTING * SELECTFIELD = 'TDFONTDEC' * TABLES * FIELDS = F_TAB * NAMELIST = LIST_OF_FIELDS * EXCEPTIONS * WRONG_FORMAT_GIVEN = 01.

HELP_VALUES_GET_WITH_TABLE_EXT * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' * EXPORTING * CUCOL = 0 * CUROW = 0 * FIELDNAME = TITLE_FIELD * TABNAME = 'TFO02' * DISPLAY = LIST_DISPLAY * NO_CONVERSION = TRUE * IMPORTING * INDEX = INDEX * TABLES * FIELDS = F_TAB * SELECT_VALUES = S_TAB * VALUETAB = V_TAB * EXCEPTIONS * FIELD_NOT_IN_DDIC = 01 * MORE_THEN_ONE_SELECTFIELD = 02 * NO_SELECTFIELD = 03.

DYNP_VALUES_UPDATE * CALL FUNCTION 'DYNP_VALUES_UPDATE' * EXPORTING * DYNAME = REPID * DYNUMB = DYNNR * TABLES * DYNPFIELDS = D_TAB * EXCEPTIONS * INVALID_ABAPWORKAREA = 01 * INVALID_DYNPROFIELD = 02 * INVALID_DYNPRONAME = 03 * INVALID_DYNPRONUMMER = 04 * INVALID_REQUEST = 05 * NO_FIELDDESCRIPTION = 06 * UNDEFIND_ERROR = 07.



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