FCNALFSO 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 FCNALFSO 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!
TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES in = tabelle out = compressed_tab EXCEPTIONS compress_error = 1.
CNIS_GET_VALUES CALL FUNCTION 'CNIS_GET_VALUES' EXPORTING i_titlebar = '716' i_flg_mail = con_yes CHANGING c_flg_einst = flg_einstellungen c_flg_auth = flg_berechtigungen c_flg_daten = flg_daten EXCEPTIONS cancel = 1.
MC_SEND_MAIL CALL FUNCTION 'MC_SEND_MAIL' EXPORTING ms_mail_sendmode = as_fmode ms_mail_title = as_hlp_text ms_mail_description = hlp_description * MS_MAIL_RECEIVER = SY-UNAME ms_mail_express = as_express * MS_MAIL_DLINAME = ' ' * MS_MAIL_LANGU = SY-LANGU ms_mail_funkobj_typ = as_funkt_reptyp ms_mail_funkobj_name = as_funkt_repid IMPORTING ms_ok_code = as_ok_code TABLES ms_mail_cont = ms_mailobject_cont ms_mail_funkobj_parm = ms_funkparams_cont ms_mail_receivers = ms_receivers EXCEPTIONS send_error = 1 canceled = 2 no_title = 3 no_description = 4 no_receiver_or_dli = 5 invalid_sendmode = 6 no_content = 7 invalid_functional_params = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNALFSO - documentation and ABAP source code FCNALFPR - Project Info System: Form Routines Profiles FCNALFOB - Project Info System: Form Routines f. All Overview Object Transactions FCNALFDT - Project Info System: Form Routines All Overviews Detail Screens FCNALFCT - Project Info System: Help Routines for Call Transactions (Background) FCNALFCD - Project Info System: Form Routines All Overviews Change Documents