SAP Reports / Programs

RWSVZUKT SAP ABAP Report - Create Selection Variants - Key Figure Cats. + Inc. Generation







RWSVZUKT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to create selection variants for key figure categories...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 RWSVZUKT 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

WA53 - Create Selection Variants


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 RWSVZUKT. "Basic submit
SUBMIT RWSVZUKT AND RETURN. "Return to original report after report execution complete
SUBMIT RWSVZUKT 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: KETYP = For key figure category
Selection Text: ALL_KTPS = For all key figure categories
Title: Create Selection Variants - Key Figure Cats. + Inc. Generation
Text Symbol: 022 = Info structure & does not have plant as charact.
Text Symbol: 021 = selection variant of same name created
Text Symbol: 020 = Selection variant of same name created for key fig. category &1
Text Symbol: 019 = No data structure created for selection variant &1 (error: &2)
Text Symbol: 018 = No key figure categories exist
Text Symbol: 017 = Selection variant:
Text Symbol: 016 = A data structure was created for selection variant &
Text Symbol: 015 = < was successful
Text Symbol: 014 = For
Text Symbol: 013 = For selection variant
Text Symbol: 012 = System error
Text Symbol: 011 = Internal error
Text Symbol: 010 = no selection variant will be created
Text Symbol: 009 = No selection variant created For key figure category &
Text Symbol: 008 = Info structure & contains no data fields for material group hierarchy
Text Symbol: 007 = Information structure
Text Symbol: 006 = already exists
Text Symbol: 005 = Selection variant & already exists
Text Symbol: 004 = does not exist
Text Symbol: 003 = Key fig. cat.
Text Symbol: 002 = No corresponding key figure categories exist
Text Symbol: 001 = Create Selection Variants for Key Figure Categories


INCLUDES used within this REPORT RWSVZUKT

INCLUDE VZUKTTOP.
INCLUDE VZUKTE01.


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