SAP Reports / Programs

FTBAS_SET_OVERVIEW SAP ABAP Report - Program FTBAS_SET_OVERVIEW







FTBAS_SET_OVERVIEW 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 FTBAS_SET_OVERVIEW 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

RDPT1 - List of Redemption Schedule Sets


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 FTBAS_SET_OVERVIEW. "Basic submit
SUBMIT FTBAS_SET_OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT FTBAS_SET_OVERVIEW 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_DISPRS = Display Sets
Selection Text: P_VAR = D .
Selection Text: S_FIRST = First redemption date
Selection Text: S_GSART = D .
Selection Text: S_LAST = Last redemption date
Selection Text: S_PER_L = D .
Selection Text: S_PER_T = Period Indicator
Selection Text: S_RANL = D .
Selection Text: S_SET = D .
Selection Text: S_TYPE = D .
Title: Program FTBAS_SET_OVERVIEW
Text Symbol: 025 = Display Sets
Text Symbol: B00 = Output Control
Text Symbol: C00 = General selections
Text Symbol: C01 = Additional Data


INCLUDES used within this REPORT FTBAS_SET_OVERVIEW

INCLUDE FTBAS_RDPT_INCLUDE_CON1.
INCLUDE FTBAS_RDPT_INCLUDE_ALV_HANDLE.
INCLUDE FTBAS_RDPT_INCLUDE_F4_VAL_REQ.


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:

FVW6_SET_OVERVIEW CALL FUNCTION 'FVW6_SET_OVERVIEW' EXPORTING im_range_security_id = it_range_secid im_range_gsart = it_range_gsart im_range_set_name = it_range_set_name im_range_set_type = it_range_type im_range_first_red = it_range_first im_range_last_red = it_range_last im_range_tfmarhy = it_range_tfmarhy im_range_dattp = it_range_dattp im_alv_variant = alv_variant im_flag_display_sets = p_disprs EXCEPTIONS exc_authority_check_failed = 1 OTHERS = 2.



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