SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

FDEPL00_READ SAP ABAP INCLUDE - FDEPL00READ







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

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:

GET_GKONT CALL FUNCTION 'GET_GKONT' "#EC * exporting belnr = bsid-belnr bukrs = bsid-bukrs buzei = bsid-buzei gjahr = bsid-gjahr gknkz = gkonto importing gkont = bsega-gkont koart = bsega-gkart exceptions belnr_not_found = 01 buzei_not_found = 02 gknkz_not_found = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' "#EC * exporting i_fimsg = fimsg i_xappn = ' ' exceptions msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.

READ_BSEC call function 'READ_BSEC' exporting xbelnr = bsid-belnr xbukrs = knb1-bukrs xbuzei = bsid-buzei xgjahr = bsid-gjahr importing xbsec = bsec exceptions key_incomplete = 01 not_authorized = 02 not_found = 03.

ADDRESS_INTO_PRINTFORM call function 'ADDRESS_INTO_PRINTFORM' exporting adrswa_in = ls_address importing address_short_form_s = gs_data-addr_short.

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' "#EC * exporting bukrs = bsid-bukrs saknr = bsid-hkont spras = sy-langu xmass = 'X' xskan = 'X' xtext = ' ' importing altkt_sakan = gs_data-hkont altkt_not_found = altkt_not_found exceptions bukrs_not_found = 02 saknr_not_found = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' "#EC * exporting i_fimsg = fimsg i_xappn = ' ' exceptions msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' "#EC * exporting i_fimsg = fimsg i_xappn = ' ' exceptions msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' "#EC * exporting i_fimsg = fimsg i_xappn = ' ' exceptions msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.

FI_TEXTS_DOCUMENT call function 'FI_TEXTS_DOCUMENT' exporting i_belnr = belnr i_bukrs = bukrs i_check = 'X' i_gjahr = gjahr i_object = 'BELEG' exceptions no_texts_found = 1 others = 2.

SELECT_TEXT call function 'SELECT_TEXT' exporting object = object name = lv_name id = ttxid-tdid language = '*' importing entries = lv_entries.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' "#EC * exporting i_fimsg = fimsg i_xappn = ' ' exceptions msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' "#EC * exporting i_fimsg = fimsg i_xappn = ' ' exceptions msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.



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