SAP Reports / Programs

RFTBUP10_TZKN2T SAP ABAP Report - Conversion Report for Table TZKN2T







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


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


INCLUDES used within this REPORT RFTBUP10_TZKN2T

INCLUDE RFTBUP04_6.
INCLUDE RFTBUP04_9.
INCLUDE RFTBUP04_5.


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:

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.



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