SAP Reports / Programs | Project System | Information System(PS-IS) SAP PS

FCNALFSO SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.



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