SAP Reports / Programs

RFTBBF01_VERSION2 SAP ABAP Report - Manual Posting Block and Posting Release







RFTBBF01_VERSION2 is a standard Executable ABAP Report 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 RFTBBF01_VERSION2 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

TI90 - Posting Release
TI93 - Manual Posting Block


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 RFTBBF01_VERSION2. "Basic submit
SUBMIT RFTBBF01_VERSION2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBBF01_VERSION2 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: BUKRS = Company Code
Selection Text: P_CCODE = D Company Code
Selection Text: P_TRANUM = D Transaction
Selection Text: RFHA = Transaction
Title: Manual Posting Block and Posting Release
Text Symbol: 001 = Exit release
Text Symbol: 002 = Data entered will be lost
Text Symbol: 003 = Save first?
Text Symbol: 004 = Exit block
Text Symbol: 005 = Cancel release
Text Symbol: 006 = Cancel block
Text Symbol: 007 = Cancel anyway?


INCLUDES used within this REPORT RFTBBF01_VERSION2

INCLUDE MF700FEN.
INCLUDE MF700PBOMODULES.
INCLUDE MF700PAIMODULES.
INCLUDE MF700UCOMMMODULES.
INCLUDE MF700INITFORMS.


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:

TRCA_COMPANYCODE_GETDETAIL call function 'TRCA_COMPANYCODE_GETDETAIL' exporting companycode = p_ccode exceptions not_found = 1 others = 2.

FTR_EXISTENCE_CHECK call function 'FTR_EXISTENCE_CHECK' exporting i_bukrs = p_ccode i_rfha = p_tranum exceptions not_found = 1 others = 2.

FTR_GET_DATA call function 'FTR_GET_DATA' exporting i_tab_key_fha = g_tab_transkey importing e_tab_fha = g_tab_trans e_tab_fhazu = g_tab_activ e_tab_fhapo = g_tab_flow.

TB_DEAL_ACTIVITY_TO_FUNCTION call function 'TB_DEAL_ACTIVITY_TO_FUNCTION' exporting i_product = g_trans-sanlf i_deal = g_trans-sfgtyp i_activity = g_activ_current-sfgzustt importing e_function = g_repctrl-auth_func.

TB_DEAL_AUTHORITY_CHECK call function 'TB_DEAL_AUTHORITY_CHECK' exporting bukrs = g_trans-bukrs sgsart = g_trans-sgsart sfhaart = g_trans-sfhaart rportb = g_trans-rportb rldepo = g_trans-rldepo tbegru = g_trans-tbegru trfct = g_repctrl-auth_func actvt = g_repctrl-auth_activ exceptions authority = 1 others = 2.

SUSR_USER_READ call function 'SUSR_USER_READ' exporting user_name = g_trans-upuser importing user_logondata = g_wa_logondata exceptions others = 4.

CHANGEDOCUMENT_READ_HEADERS call function 'CHANGEDOCUMENT_READ_HEADERS' exporting objectclass = 'VTBFHA' objectid = g_hlp_objectid tables i_cdhdr = g_tab_cdhdr exceptions others = 4.

SUSR_USER_READ call function 'SUSR_USER_READ' exporting user_name = g_wa_cdhdr-username importing user_logondata = g_wa_logondata exceptions others = 4.



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