SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | License Measurement(BC-SRV-LIM) SAP BC

SLIM_SHOW_STATUSLIST_1 SAP ABAP Report - Display Price Categories







SLIM_SHOW_STATUSLIST_1 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 SLIM_SHOW_STATUSLIST_1 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 SLIM_SHOW_STATUSLIST_1. "Basic submit
SUBMIT SLIM_SHOW_STATUSLIST_1 AND RETURN. "Return to original report after report execution complete
SUBMIT SLIM_SHOW_STATUSLIST_1 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: CAT2 = mySAP.com Category II
Selection Text: CAT3 = mySAP.com Category III
Selection Text: CAT4 = mySAP.com Category IV
Selection Text: CAT5 = Display Those w/o Attributes
Selection Text: COLL = Composite Roles
Selection Text: SINGLE = Single roles
Selection Text: CAT1 = mySAP.com Category I
Selection Text: AGR_NAME = Role
Title: Display Price Categories
Text Symbol: 001 = Check role:
Text Symbol: 002 = No Attributes Assigned
Text Symbol: 005 = By Clicking a Line, You Can Change the Price List Category of a Role
001 Role Name Text for Role Price List Category


INCLUDES used within this REPORT SLIM_SHOW_STATUSLIST_1

INCLUDE RSUVMIN3.


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:

PRGN_COLL_ACTIVITY_GROUPS_LOAD CALL FUNCTION 'PRGN_COLL_ACTIVITY_GROUPS_LOAD' EXPORTING ACTIVITY_GROUP = ' ' RANGES_PARAMETER_FOR_SELECT = agr_name LIKE_PARAMETER_FOR_SELECT = ' ' SELECT_TEXTS = 'X' SELECT_ALL_ACTIVITY_GROUPS = ' ' SELECT_TEXTS_IN_ANY_LANGUAGE = 'X' NO_BW_ACTGROUPS = ' ' ONLY_SAP_ACTGROUPS = ' ' RESTRICT_TO_THIS_CHILD_AGR = ' ' TABLES SINGLE_ACTGROUPS = SINGLE_ACTGROUPS COLLECTIVE_ACTGROUPS = COLLECTIVE_ACTGROUPS EXCEPTIONS NO_ACTIVITY_GROUPS_AVAILABLE = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = text2.

SLIM_GET_LICENSE_ATTRIBUTE CALL FUNCTION 'SLIM_GET_LICENSE_ATTRIBUTE' EXPORTING ACTIVITY_GROUP = all_actgroups-agr_name IMPORTING LICENSE_ATTRIBUTE = LICENSE_ATTRIBUTE EXCEPTIONS NO_DATA_AVAILABLE = 1 OTHERS = 2.

PRGN_CHECK_SYSTEM_TYPE CALL FUNCTION 'PRGN_CHECK_SYSTEM_TYPE' EXCEPTIONS SAP_SYSTEM = 1 OTHERS = 2.

PRGN_CHECK_IF_SAP_ROLE CALL FUNCTION 'PRGN_CHECK_IF_SAP_ROLE' EXPORTING ACTIVITY_GROUP = agr ALLOW_BW_ROLES = 'X' ALLOW_ANY_NAMESPACE = ' ' EXCEPTIONS SAP_ROLE = 1 OTHERS = 2.

PRGN_ACTIVITY_GROUP_ENQUEUE CALL FUNCTION 'PRGN_ACTIVITY_GROUP_ENQUEUE' EXPORTING ACTIVITY_GROUP = AGR EXCEPTIONS FOREIGN_LOCK = 1 TRANSPORT_CHECK_PROBLEM = 2 OTHERS = 3.

SLIM_DIALOG_INIT CALL FUNCTION 'SLIM_DIALOG_INIT' EXPORTING ACTIVITY_GROUP = agr.

SLIM_DIALOG_SHOW_POPUP CALL FUNCTION 'SLIM_DIALOG_SHOW_POPUP' EXPORTING ANZ_AEND = 'X' COLLECTIVE_AGR = coll position_right = 'X'.

SLIM_DIALOG_SAVE CALL FUNCTION 'SLIM_DIALOG_SAVE' EXPORTING ACTIVITY_GROUP = agr.

SLIM_GET_LICENSE_ATTRIBUTE CALL FUNCTION 'SLIM_GET_LICENSE_ATTRIBUTE' EXPORTING ACTIVITY_GROUP = agr IMPORTING LICENSE_ATTRIBUTE = LICENSE_ATTRIBUTE EXCEPTIONS NO_DATA_AVAILABLE = 1 OTHERS = 2.

PRGN_ACTIVITY_GROUP_DEQUEUE CALL FUNCTION 'PRGN_ACTIVITY_GROUP_DEQUEUE' EXPORTING ACTIVITY_GROUP = agr.



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