RFTBLR08 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 RFTBLR08 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.
Title: Link to Partner Details
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_LIMIT_CALL_PARTNER *CALL FUNCTION 'TB_LIMIT_CALL_PARTNER' * EXPORTING * rs_selfield = rs_selfield * i_tabname = con_vtblvi0_inttab * TABLES * it_vtblvi0 = it_vtblvi0 * t_vtblsp = t_vtblsp * EXCEPTIONS * no_partner = 1 * wrong_cspos = 2 * internal_err = 3 * OTHERS = 4.
FSBP_READ_PARTNER_SHOW CALL FUNCTION 'FSBP_READ_PARTNER_SHOW' EXPORTING * I_DATE = SY-DATUM I_PARTNER = P_PARTNR * I_TYPE = * I_RLTYP = TRLM_ZGP_RLTYP_ALL I_AKTYP = '03' * I_GROUP = IV_ROLE = TRLM_ZGP_RLTYP_ALL * TABLES * T_RLTYP = EXCEPTIONS NO_PARTNER = 1 * NO_RLTYP = 2 NO_ROLE = 2 WRONG_PARAMETERS = 3 OTHERS = 4 .
BPAR_P_PARTNER_CENTRAL *CALL FUNCTION 'BPAR_P_PARTNER_CENTRAL' * EXPORTING * date_in = sy-datum * entry = l_bpdentry * leave = ' ' * modus = 'DISP' * tcode = sy-tcode ** I_VTB_ST = * i_zgp = l_zgp ** IMPORTING ** EXIT = ** OKCODE_EXIT = * EXCEPTIONS * modus = 1 * OTHERS = 2 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTBLR08 - Link to Partner Details RFTBLR08 - Link to Partner Details RFTBLR07 - Details List for SAP Queries for Limit Management: Note Display RFTBLR07 - Details List for SAP Queries for Limit Management: Note Display RFTBLR06 - Link to Detail Log for Attributable Amount Determin. Incl. NPV Calc. RFTBLR06 - Link to Detail Log for Attributable Amount Determin. Incl. NPV Calc.