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

MSSCUI01 SAP ABAP INCLUDE - SAPscript-Kommandos erzeugen







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

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_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-200 TEXTLINE2 = TEXT-201 TITEL = TITLE IMPORTING ANSWER = ANSWER.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING CLIENT = '000' ID = 'ABB' LANGUAGE = '*' NAME = TEXTNAME OBJECT = 'STYLESHEET' SAVEMODE_DIRECT = ' ' TEXTMEMORY_ONLY = ' ' EXCEPTIONS NOT_FOUND = 01.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = '000' DATABASE_ONLY = ' ' ID = 'RTF' LANGUAGE = '*' NAME = DNAME OBJECT = 'STYLESHEET' TEXTMEMORY_ONLY = ' ' ARCHIVE_HANDLE = 0 IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = '000' DATABASE_ONLY = ' ' ID = 'RTF' LANGUAGE = '*' NAME = LTNAME OBJECT = 'STYLESHEET' TEXTMEMORY_ONLY = ' ' IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL.

SELECT_STYLE CALL FUNCTION 'SELECT_STYLE' EXPORTING CLIENT = SY-MANDT LANGUAGE = SY-LANGU STATUS = ' ' STYLE = SNAME THROUGHCLIENT = TRUE THROUGHLANGUAGE = TRUE IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING CLIENT = SY-MANDT FORM = FNAME LANGUAGE = SY-LANGU STATUS = ' ' THROUGHCLIENT = TRUE THROUGHLANGUAGE = TRUE IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL.

READ_STYLE CALL FUNCTION 'READ_STYLE' EXPORTING CLIENT = SY-MANDT LANGUAGE = SY-LANGU STYLE = SNAME THROUGHCLIENT = TRUE THROUGHLANGUAGE = TRUE IMPORTING FOUND = FOUND STYLE_HEADER = LHEADER TABLES PARAGRAPHS = TPARAS STRINGS = TSTRINGS TABS = LTABS.

READ_FORM CALL FUNCTION 'READ_FORM' EXPORTING CLIENT = SY-MANDT FORM = FNAME LANGUAGE = SY-LANGU THROUGHCLIENT = TRUE THROUGHLANGUAGE = TRUE IMPORTING FORM_HEADER = LFORMHEADER FOUND = FOUND TABLES FORM_LINES = LLINES PAGES = LPAGES PAGE_WINDOWS = LPWINDOWS PARAGRAPHS = TPARAS STRINGS = TSTRINGS TABS = LTABS WINDOWS = LWINDOWS.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING CLIENT = '000' HEADER = TEXTHEADER IMPORTING NEWHEADER = TEXTHEADER TABLES LINES = TEXTLINES EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = '000' ID = 'RTF' LANGUAGE = 'E' NAME = LNAME OBJECT = 'STYLESHEET' IMPORTING HEADER = LHEAD TABLES LINES = LLINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = '000' ID = 'RTF' LANGUAGE = 'D' NAME = LNAME OBJECT = 'STYLESHEET' IMPORTING HEADER = LHEAD TABLES LINES = LLINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING CLIENT = '000' HEADER = LHEAD TABLES LINES = LLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.

IMPORT_STYLESHEET CALL FUNCTION 'IMPORT_STYLESHEET' EXPORTING DFVNAME = LNAME LEN_OF_LINE = 72 EXCEPTIONS CANCELLED = 01.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = '000' ID = 'RTF' LANGUAGE = 'E' NAME = LNAME OBJECT = 'STYLESHEET' IMPORTING HEADER = LHEAD TABLES LINES = LLINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = '000' ID = 'RTF' LANGUAGE = 'D' NAME = LNAME OBJECT = 'STYLESHEET' IMPORTING HEADER = LHEAD TABLES LINES = LLINES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING CLIENT = '000' HEADER = LHEAD TABLES LINES = LLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.

IMPORT_STYLESHEET CALL FUNCTION 'IMPORT_STYLESHEET' EXPORTING DFVNAME = LNAME LEN_OF_LINE = 72 EXCEPTIONS CANCELLED = 01.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = '000' DATABASE_ONLY = ' ' ID = 'ABB' LANGUAGE = '*' NAME = '*' OBJECT = 'STYLESHEET' TEXTMEMORY_ONLY = ' ' IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL.

SELECT_TEXT





CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = '000' DATABASE_ONLY = ' ' ID = 'RTF' LANGUAGE = '*' NAME = LTNAME OBJECT = 'STYLESHEET' TEXTMEMORY_ONLY = ' ' IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SEL.



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