SAP Reports / Programs

BS_PERIOD_TOOLSET_CUSTOMIZING SAP ABAP Report - Period Toolset - Simulation and Customizing Check







BS_PERIOD_TOOLSET_CUSTOMIZING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program provides the simulation and Customizing check of the Period Toolset...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BS_PERIOD_TOOLSET_CUSTOMIZING 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

BS_PERIOD_TOOLSET01 - BS Period Toolset - Customizing


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 BS_PERIOD_TOOLSET_CUSTOMIZING. "Basic submit
SUBMIT BS_PERIOD_TOOLSET_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT BS_PERIOD_TOOLSET_CUSTOMIZING 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: PYEARMAX = D .
Selection Text: PROCTYPE = D .
Selection Text: PPERMAX = D .
Selection Text: PMAPTYPE = D .
Selection Text: PIGNWARN = D .
Selection Text: PIGNINFO = D .
Selection Text: PFRQTYPE = D .
Selection Text: PDDRTYPE = D .
Selection Text: PDATETO = D .
Selection Text: PDATEFR = D .
Selection Text: PCUSTOPT = D .
Selection Text: PAPPLARA = D .
Title: Period Toolset - Simulation and Customizing Check
Text Symbol: 062 = Generation and Calculation Limits
Text Symbol: 061 = Result Processing and Display
Text Symbol: 060 = Customizing
Text Symbol: 050 = Maintain BAdI Implementations
Text Symbol: 049 = Maintain Customizing
Text Symbol: 048 = BAdI
Text Symbol: 047 = Customizing Settings
Text Symbol: 045 = Would you like to maintain Customizing Settings or corresponding BAdI Implementations?
Text Symbol: 044 = Due Date Rule Enhancement
Text Symbol: 043 = Mapping Enhancement
Text Symbol: 042 = Due Date Rules
Text Symbol: 041 = Period Toolset Customizing
Text Symbol: 040 = SAP Calendar
Text Symbol: 032 = General Settings
Text Symbol: 031 = DDR Modifier
Text Symbol: 030 = DDR Type
Text Symbol: 029 = Dest Frq.Type
Text Symbol: 028 = Source Frq.Type
Text Symbol: 027 = Period Mapping Category
Text Symbol: 026 = Frequency Mapping Type
Text Symbol: 025 = SCalendar Indicator
Text Symbol: 024 = Due Date
Text Symbol: 023 = Destination Period End
Text Symbol: 022 = Destination Period Begin
Text Symbol: 021 = Source Period End





Text Symbol: 020 = Source Period Begin
Text Symbol: 012 = Messages and Customizing Check Results
Text Symbol: 005 = Options
Text Symbol: 003 = Frequency Mapping and Due Date Rule Specification
Text Symbol: 001 = Selection Period


INCLUDES used within this REPORT BS_PERIOD_TOOLSET_CUSTOMIZING

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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