SAP Reports / Programs | Cross-Application Components | Classification(CA-CL) SAP CA

BSCL_CLASS_VIEW_GENERATION SAP ABAP Report - Generate SAP HANA Views for Classification







BSCL_CLASS_VIEW_GENERATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to create custom SAP HANA views for classification data to be joined with other virtual data models used in business object-specific analytics...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 BSCL_CLASS_VIEW_GENERATION 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 BSCL_CLASS_VIEW_GENERATION. "Basic submit
SUBMIT BSCL_CLASS_VIEW_GENERATION AND RETURN. "Return to original report after report execution complete
SUBMIT BSCL_CLASS_VIEW_GENERATION 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_DBCON = Database Connection Name
Selection Text: P_KLART = Class Type
Selection Text: P_OBJT = Object Type
Selection Text: P_UI = Show list before generation
Selection Text: SO_CLASS = Class
Title: Generate SAP HANA Views for Classification
Text Symbol: 001 = Class Views for Generation
Text Symbol: 002 = Generate
Text Symbol: 003 = Consider for view generation
Text Symbol: 004 = Export generated SQL
Text Symbol: 005 = SQL
Text Symbol: 008 = Save file
Text Symbol: 009 = Creation Date
Text Symbol: 010 = Created By
Text Symbol: 011 = Last Changed
Text Symbol: 012 = Changed By
Text Symbol: 013 = Object Type
Text Symbol: 014 = Organizational Area


INCLUDES used within this REPORT BSCL_CLASS_VIEW_GENERATION

INCLUDE BSCL_VIEW_GENERATION_GLOB_DATA.
INCLUDE BSCL_VIEW_GENERATION_UI_CLASS.
INCLUDE BSCL_VIEW_GENERATION_FORMS.
INCLUDE BSCL_VIEW_GENERATION_ALV.
INCLUDE BSCL_VIEW_GENERATION_PAI.
INCLUDE BSCL_VIEW_GENERATION_PBO.


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