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

FDOPOI00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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' 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' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS MSGID_MISSING = 01 MSGNO_MISSING = 02 MSGTY_MISSING = 03.

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING BUKRS = BSID-BUKRS SAKNR = ABSTKONT SPRAS = SY-LANGU XMASS = 'X' XSKAN = 'X' XTEXT = ' ' IMPORTING ALTKT = ABSTKONT ALTKT_SAKAN = HSAKAN ALTKT_NOT_FOUND = ALTKT_NOT_FOUND * TEXT_NOT_FOUND = TEXT_NOT_FOUND * LTEXT = * KTEXT = EXCEPTIONS BUKRS_NOT_FOUND = 02 SAKNR_NOT_FOUND = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS MSGID_MISSING = 01 MSGNO_MISSING = 02 MSGTY_MISSING = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS MSGID_MISSING = 01 MSGNO_MISSING = 02 MSGTY_MISSING = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS MSGID_MISSING = 01 MSGNO_MISSING = 02 MSGTY_MISSING = 03.

FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS NO_MESSAGE = 04.

FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.

FI_MESSAGE_PRINT CALL FUNCTION 'FI_MESSAGE_PRINT' EXPORTING I_MSORT = ' ' I_XAUSN = 'X' I_XEAUS = ' ' I_XSKIP = 'X'.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.

ADDRESS_INTO_PRINTFORM call function 'ADDRESS_INTO_PRINTFORM' exporting ADDRESS_TYPE = '1' ADDRESS_NUMBER = KNA1-ADRNR NUMBER_OF_LINES = LD_LINES importing ADDRESS_PRINTFORM = LS_ADRS_PRINT ADDRESS_SHORT_FORM_S = LD_ADDR_SHORT.

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.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS MSGID_MISSING = 01 MSGNO_MISSING = 02 MSGTY_MISSING = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS MSGID_MISSING = 01 MSGNO_MISSING = 02 MSGTY_MISSING = 03.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = THEAD-TDSPRAS NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT IMPORTING HEADER = THEAD TABLES LINES = EDTEXT EXCEPTIONS NOT_FOUND = 4 OTHERS = 8.

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.



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