RFTBUP10_TZKN2T 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 RFTBUP10_TZKN2T into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PAR_UITS = Ignore Test Run
Selection Text: PAR_UCTS = Include Test Run
Selection Text: PAR_TEST = Test Run
Selection Text: PAR_PROJ = Project
Selection Text: PAR_PROG = Log Name
Selection Text: PAR_PRDT = Show Log Details
Selection Text: PAR_DISJ = Disjunct Numbers
Title: Conversion Report for Table TZKN2T
Text Symbol: F02 = Control
Text Symbol: F01 = Project
Text Symbol: C06 = Process as Job
Text Symbol: C05 = Show Log Details
Text Symbol: C03 = Ignore Check Run (DB Changes)
Text Symbol: C02 = Include Check Run (DB Changes)
Text Symbol: C01 = Check Run (No DB Changes)
Text Symbol: 002 = Inadmiss.
Text Symbol: 001 = PartnerCat
INCLUDE RFTBUP04_6.
INCLUDE RFTBUP04_9.
INCLUDE RFTBUP04_5.
No SAP DATABASE tables are accessed within this REPORT code!
FTBU_CONV_ALL_TRGP_TO_ZGP CALL FUNCTION 'FTBU_CONV_ALL_TRGP_TO_ZGP' EXPORTING i_convert = 'X' CHANGING c_partner = l_c_partnr EXCEPTIONS no_entry = 1 no_ucust = 2 error = 3 OTHERS = 4.
FTBU_CONV_ALL_TRGP_TO_ZGP CALL FUNCTION 'FTBU_CONV_ALL_TRGP_TO_ZGP' EXPORTING i_legal_enty = l_i_leg_ety i_convert = 'X' IMPORTING e_legal_enty = l_e_leg_ety EXCEPTIONS no_entry = 1 no_ucust = 2 error = 3 OTHERS = 4.
FTBU_CONV_ALL_TRGP_TO_ZGP CALL FUNCTION 'FTBU_CONV_ALL_TRGP_TO_ZGP' EXPORTING i_legal_org = l_i_leg_org i_convert = 'X' IMPORTING e_legal_org = l_e_leg_org EXCEPTIONS no_entry = 1 no_ucust = 2 error = 3 OTHERS = 4.
FTBU_CONV_ALL_TRGP_TO_ZGP CALL FUNCTION 'FTBU_CONV_ALL_TRGP_TO_ZGP' EXPORTING i_brsch = l_i_sector i_convert = 'X' IMPORTING e_ind_sector = l_e_sector EXCEPTIONS no_entry = 1 no_ucust = 2 error = 3 OTHERS = 4.
FTBU_CONV_ALL_TRGP_TO_ZGP CALL FUNCTION 'FTBU_CONV_ALL_TRGP_TO_ZGP' EXPORTING i_brsch = l_i_sector i_convert = 'X' IMPORTING e_ind_sector = l_e_sector EXCEPTIONS no_entry = 1 no_ucust = 2 error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.