MKCEEF80_SAVED_GRAPHIC_PARAMET 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 MKCEEF80_SAVED_GRAPHIC_PARAMET into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKD_WORD_WRAP CALL FUNCTION 'RKD_WORD_WRAP' EXPORTING TEXTLINE = STRING1 OUTPUTLEN = 80 IMPORTING OUT_LINE1 = USRGR-DISPLAY-TEXT1 OUT_LINE2 = USRGR-DISPLAY-TEXT2 EXCEPTIONS OUTPUTLEN_TOO_LARGE = 1 OTHERS = 2.
RKD_WORD_WRAP CALL FUNCTION 'RKD_WORD_WRAP' EXPORTING TEXTLINE = STRING2 OUTPUTLEN = 80 IMPORTING OUT_LINE1 = USRGR-MODIFY-TEXT1 OUT_LINE2 = USRGR-MODIFY-TEXT2 OUT_LINE3 = USRGR-MODIFY-TEXT3 EXCEPTIONS OUTPUTLEN_TOO_LARGE = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCEEF80_SAVED_GRAPHIC_PARAMET - MKCEEF80SAVEDGRAPHICPARAMET MKCEEF80_RKD_CHECK_CURRENCY_FI - MKCEEF80RKDCHECKCURRENCYFI MKCEEF80_REPORT_EXPORT - MKCEEF80REPORTEXPORT MKCEEF80_REPORT_DIRECTORY_INSE - MKCEEF80REPORTDIRECTORYINSE MKCEEF80_POPUP_VARIABLE_OBL - MKCEEF80POPUPVARIABLEOBL MKCEEF80_PBO_GRAPHICAL_MENUE - MKCEEF80PBOGRAPHICALMENUE