SAP Reports / Programs

FTBAS_SCHEDULE_OVERVIEW SAP ABAP Report - Program NL_CLEANUP_SCHEDULES







FTBAS_SCHEDULE_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_SCHEDULE_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

RDPT2 - List of Redemption Schedules


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_SCHEDULE_OVERVIEW. "Basic submit
SUBMIT FTBAS_SCHEDULE_OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT FTBAS_SCHEDULE_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: S_VALID = 'Effective from' date
Selection Text: S_TYPE = D RS set class
Selection Text: S_SET = D Redemption schedule set
Selection Text: S_SCHD = D Redemption schedule
Selection Text: S_RERF = D Created by
Selection Text: S_RBEAR = D Last changed by
Selection Text: S_RANL = D ID number
Selection Text: S_NUMRED = D Number of redemptions
Selection Text: S_GSART = D Product type
Selection Text: S_FIRST = First redemption date
Selection Text: S_FILE = D Redemption schedule file
Selection Text: S_DERF = Created On
Selection Text: S_DBEAR = Last edited on
Selection Text: P_VAR = D Layout
Selection Text: P_DISPRS = Display redemption schedules
Title: Program NL_CLEANUP_SCHEDULES
Text Symbol: D00 = Redemption schedule data
Text Symbol: C00 = General selections
Text Symbol: B00 = Output control
Text Symbol: 026 = Select redemption schedule
Text Symbol: 025 = Display redemption schedules
Text Symbol: 023 = Update run
Text Symbol: 022 = User
Text Symbol: 021 = Time
Text Symbol: 020 = Date
Text Symbol: 019 = Operation cancelled - no redemption schedules deleted
Text Symbol: 018 = Number of selected redemption schedules:
Text Symbol: 016 = Error when saving to the database
Text Symbol: 015 = Number of deleted redemption schedules:
Text Symbol: 011 = The redemption schedules selected cannot be deleted
Text Symbol: 010 = One or more redemption schedule sets is/are locked
Text Symbol: 006 = Do you really want to delete &A1& redemption schedules?
Text Symbol: 005 = Delete
Text Symbol: 003 = No
Text Symbol: 002 = Yes
Text Symbol: 001 = Test run


INCLUDES used within this REPORT FTBAS_SCHEDULE_OVERVIEW

INCLUDE FTBAS_RDPT_INCLUDE_CON1.
INCLUDE FTBAS_RDPT_INCLUDE_ALV_HANDLE.




INCLUDE FTBAS_RDPT_INCLUDE_F4_VAL_REQ.
INCLUDE FTBAS_RDPT_INCLUDE_F4_FILE.


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_MULTIPLE_AUTHORITY_CHECK CALL FUNCTION 'FVW6_MULTIPLE_AUTHORITY_CHECK' EXPORTING IM_MODE = con_display IM_IT_SET_AND_SCHED = it_schedules * IM_IT_SET_ALV = EXCEPTIONS EXC_AUTHORITY_CHECK_FAILED = 1 OTHERS = 2.

FVW6_DISP_CLEANUP_SET_AND_SCHD CALL FUNCTION 'FVW6_DISP_CLEANUP_SET_AND_SCHD' EXPORTING IM_IT_ALV_TOP_OF_PAGE_LAYOUT = p_it_alv_top_of_page IM_ALV_VARIANT = ALV_Variant IM_MODE = con_clrs_mode_overview_sched CHANGING CH_IT_SET_SCHED = p_it_schedules.

FVW6_DISP_CLEANUP_SET_AND_SCHD CALL FUNCTION 'FVW6_DISP_CLEANUP_SET_AND_SCHD' EXPORTING IM_IT_ALV_TOP_OF_PAGE_LAYOUT = p_it_alv_top_of_page IM_ALV_VARIANT = ALV_Variant IM_MODE = con_clrs_mode_overview_sched CHANGING CH_IT_SET_SCHED = dum_it_schedules.

FVW6_DEFINE_ALV_TOP_OF_PAGE CALL FUNCTION 'FVW6_DEFINE_ALV_TOP_OF_PAGE' CHANGING CH_ALV_TOP_OF_PAGE = p_it_alv_top_of_page.



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