FKCEBF12_SAVE_PICTURE 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 FKCEBF12_SAVE_PICTURE 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!
DOCUMENT_DIRECTORY_MAINTAIN CALL FUNCTION 'DOCUMENT_DIRECTORY_MAINTAIN' EXPORTING MSGID = SVP_MSGID MSGNO = SVP_MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 PRIID = SVP_PRIID REPID = HEFT-REPID SCOLS = SVP_SCOLS SHTID = SHTID TFLAG = SPACE wtype = rkd1_wtype-text IMPORTING WINID = WINID.
TEXT_MODIFY_INTERNAL CALL FUNCTION 'TEXT_MODIFY_INTERNAL' EXPORTING TABLE_KEY = WINID TABLE_NAME = 'T242P' TFLAG = SVP_TFLAG TABLES TEXT_LINES = TEXT_TAB.
SAVE_LIST CALL FUNCTION 'SAVE_LIST' EXPORTING LIST_INDEX = 1 TABLES LISTOBJECT = LIST.
BRIEFINGBOOK_COIXID_GET CALL FUNCTION 'BRIEFINGBOOK_COIXID_GET' EXPORTING APPL = RKB1D-APPLCLASS WINID = WINID IMPORTING COIXID = SVP_COIXID.
RKD_COIX_ADMIN_FILL CALL FUNCTION 'RKD_COIX_ADMIN_FILL' CHANGING C_S_COIX = COIX.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.