SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

RFTBCO_IDOC02 SAP ABAP Report - Confirmation IDoc FTRCON: Exception Processing







RFTBCO_IDOC02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program provides an overview of the inbound confirmation IDocs (logical message FTRCON), which could not be posted to the application...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFTBCO_IDOC02 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TBZ14 - Exception Processing IDoc (Inbound)


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 RFTBCO_IDOC02. "Basic submit
SUBMIT RFTBCO_IDOC02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBCO_IDOC02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VARI = D Layout
Selection Text: SO_CREDT = Creation Date
Selection Text: SO_CRETI = Created at
Selection Text: SO_DOCNU = D IDoc number
Selection Text: SO_MESCD = D Message Code
Selection Text: SO_UPDDT = Date of Last Change
Selection Text: SO_UPDTI = Last Changed at
Title: Confirmation IDoc FTRCON: Exception Processing
Text Symbol: ALG = Selections
Text Symbol: OUT = Output Control


INCLUDES used within this REPORT RFTBCO_IDOC02

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:

TPM_TRG_OBSOLETE_TRANSACTIONS CALL FUNCTION 'TPM_TRG_OBSOLETE_TRANSACTIONS' EXPORTING im_old_transaction = 'TBZ14' im_new_transaction = 'FTR_COMONI'.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = XS_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_BUFFER_ACTIVE = XTRUE I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE_PRINT_ONLY' * I_STRUCTURE_NAME = IS_LAYOUT = GS_LAYOUT I_GRID_SETTINGS = GS_LAYOUT_GRID IT_FIELDCAT = GT_FIELDCAT[] I_SAVE = G_SAVE IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS[] IS_PRINT = GS_PRINT IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

FTR_IDOC_READ CALL FUNCTION 'FTR_IDOC_READ' EXPORTING PI_DOCNUM = RT_OUTTAB-DOCNUM IMPORTING PE_IDOC_STATUS = LS_IDOC_STATUS EXCEPTIONS OPEN_ERROR = 1 READ_ERROR = 2 CLOSE_ERROR = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = GS_VARIANT I_SAVE = G_SAVE * IT_DEFAULT_FIELDCAT = IMPORTING E_EXIT = G_EXIT ES_VARIANT = XS_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = XS_VARIANT.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = RT_EVENTS.

FTR_IDOC_INPUT_FTRCON_MANUAL CALL FUNCTION 'FTR_IDOC_INPUT_FTRCON_MANUAL' EXPORTING PI_DOCNUM = GT_OUTTAB-DOCNUM EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID * I_INTERNAL_TABNAME = I_STRUCTURE_NAME = 'EDIDS' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = RT_FIELDCAT EXCEPTIONS OTHERS = 0.

APPL_LOG_DISPLAY_WITH_LOGNO CALL FUNCTION 'APPL_LOG_DISPLAY_WITH_LOGNO' TABLES LOGNUMBERS = LT_LOGNUMBERS EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

TRCA_BATCH_HEADING CALL FUNCTION 'TRCA_BATCH_HEADING' EXPORTING I_BHDGD = GS_BHDGD.



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