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

FTR_INCONF00 SAP ABAP Report - Confirmation Status in TR Transactions Via User Exit







FTR_INCONF00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use report program FTR_IMCONF00 to change the status fields for incoming and outgoing confirmations, and for execution or confirmation times in the business transaction or correspondence data record...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 FTR_INCONF00 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 FTR_INCONF00. "Basic submit
SUBMIT FTR_INCONF00 AND RETURN. "Return to original report after report execution complete
SUBMIT FTR_INCONF00 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_ID = ID (optional)
Selection Text: P_NO = No
Selection Text: P_YES = Yes
Title: Confirmation Status in TR Transactions Via User Exit
Text Symbol: 010 = Error log: Correspondence run
Text Symbol: 011 = CoCd Trans. no. Error text
Text Symbol: CMT = Transmit COMMIT WORK in program flow?


INCLUDES used within this REPORT FTR_INCONF00

INCLUDE FTR_INCONF00TOP . "


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:

ENQUEUE_E_VTBFHA CALL FUNCTION 'ENQUEUE_E_VTBFHA' EXPORTING bukrs = new_fhazu-bukrs rfha = new_fhazu-rfha EXCEPTIONS foreign_lock = 01 system_failure = 02.

TB_ACTIVITY_UPDATE_ONLY CALL FUNCTION 'TB_ACTIVITY_UPDATE_ONLY' IN UPDATE TASK EXPORTING fhazu = new_fhazu.

FTR_CORRESPONDENCE_UPDATE CALL FUNCTION 'FTR_CORRESPONDENCE_UPDATE' IN UPDATE TASK TABLES new_kores = new_kores old_kores = old_kores.

TB_CHANGEDOCUMENT_CREATE CALL FUNCTION 'TB_CHANGEDOCUMENT_CREATE' EXPORTING bukrs = new_fhazu-bukrs rfha = new_fhazu-rfha n_fhazu = new_fhazu o_fhazu = old_fhazu TABLES n_kores = new_kores o_kores = old_kores.

TB_MESSAGE_BUILD_TEXT CALL FUNCTION 'TB_MESSAGE_BUILD_TEXT' EXPORTING msgid = err_enqueue_tab-msgid msgno = err_enqueue_tab-msgno msgv1 = err_enqueue_tab-msgv1 msgv2 = err_enqueue_tab-msgv2 msgv3 = err_enqueue_tab-msgv3 msgv4 = err_enqueue_tab-msgv4 IMPORTING text = l_text.



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