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

RSLAW_FAX_PROTOCOL_LIST SAP ABAP Report - Program RSLAW_FAX_PROTOCOL_LIST







RSLAW_FAX_PROTOCOL_LIST 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 RSLAW_FAX_PROTOCOL_LIST 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 RSLAW_FAX_PROTOCOL_LIST. "Basic submit
SUBMIT RSLAW_FAX_PROTOCOL_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RSLAW_FAX_PROTOCOL_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSLAW_FAX_PROTOCOL_LIST
Text Symbol: 090 = Status Message
Text Symbol: 089 = Information
Text Symbol: 088 = Error Message
Text Symbol: 087 = Termination Message
Text Symbol: 086 = Message:
Text Symbol: 085 = Description
Text Symbol: 084 = Value of Customizing Attribute
Text Symbol: 083 = Attribute
Text Symbol: 082 = LAW Customizing Data
Text Symbol: 081 = Upgrade
Text Symbol: 080 = Standalone
Text Symbol: 079 = Consolidated Meas. Results by User Types
Text Symbol: 078 = Consolidated Meas. Results for Engines (Productive Clients)
Text Symbol: 077 = Table Country Surcharge
Text Symbol: 076 = Table User Type ==> Price
Text Symbol: 075 = Name
Text Symbol: 074 = Measurement by:
Text Symbol: 073 = Displaying Log
Text Symbol: 072 = & Users Found with User Types from Inactive Price Lists
Text Symbol: 071 = Active Price Lists
Text Symbol: 070 = Active Price List
Text Symbol: 091 = Warning
Text Symbol: 092 = Exit
Text Symbol: 093 = Variable 1:
Text Symbol: 094 = Variable 2:
Text Symbol: 095 = Variable 3:
Text Symbol: 096 = Variable 4:
Text Symbol: 100 = List of Users for each Category
Text Symbol: 101 = Automatically Excluded SAP Technical Users
Text Symbol: 102 = SAP System ID
Text Symbol: 103 = Installation Number
Text Symbol: 104 = Hardware Key
Text Symbol: 105 = Consolidated Systems
Text Symbol: 106 = Sys. status
Text Symbol: 107 = Sender and Receiver Addresses
Text Symbol: 108 = List of Consolidated Systems
Text Symbol: 109 = Table of Contents





Text Symbol: 110 = System
Text Symbol: 111 = Installation Number
Text Symbol: 112 = Measurement Results per System
Text Symbol: 113 = Installation/System
Text Symbol: 114 = Engine
Text Symbol: 115 = No data available
Text Symbol: 031 = Surcharges
Text Symbol: 030 = User Type
Text Symbol: 026 = Deleted Users
Text Symbol: 025 = Top ~ Multiple Logons
Text Symbol: 024 = Logons After Validity Has Expired:
Text Symbol: 023 = Users with Expired Validity Period:
Text Symbol: 022 = Meas. Results for SSCR-Registered Users
Text Symbol: 021 = Meas. Results for Engines (Productive Clients)
Text Symbol: 020 = Meas. Results by User Type
Text Symbol: 015 = System Number
Text Symbol: 014 = Create log
Text Symbol: 013 = System Name
Text Symbol: 012 = Hardware key
Text Symbol: 011 = Installation Number
Text Symbol: 010 = Measurement Date
Text Symbol: 009 = Fax No.:
Text Symbol: 008 = Frm
Text Symbol: 007 = On
Text Symbol: 004 = Client
Text Symbol: 003 = Of Group:
Text Symbol: 002 = LAW Log System Measurement
Text Symbol: 001 = Measurement Results for Active Engines
Text Symbol: 063 = SAP Kernel
Text Symbol: 062 = PatchLevel
Text Symbol: 061 = Release
Text Symbol: 060 = Component
Text Symbol: 059 = Installed Components
Text Symbol: 051 = Status of Background Jobs
Text Symbol: 049 = Measurement-Relevant Clients
Text Symbol: 048 = Database System
Text Symbol: 047 = E-ASL user
Text Symbol: 045 = N o d a t a a v a i l a b l e
Text Symbol: 044 = SAP Release





Text Symbol: 043 = ID
Text Symbol: 042 = System Type
Text Symbol: 041 = Development
Text Symbol: 040 = Training
Text Symbol: 039 = Test
Text Symbol: 038 = Production
Text Symbol: 036 = Excluded Clients
Text Symbol: 035 = Country Srchge
Text Symbol: 034 = Total
Text Symbol: 033 = Distribut.
Text Symbol: 032 = Number


INCLUDES used within this REPORT RSLAW_FAX_PROTOCOL_LIST

INCLUDE RSLAWCONST .
INCLUDE RSLAW_I001.
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:

SLIM_WRITE_LAW_FAX_MOBILE_USRS * CALL FUNCTION 'SLIM_WRITE_LAW_FAX_MOBILE_USRS' * EXPORTING * LAW_SYSID = i_lawprot-sysid * LAW_INSTNO = i_lawprot-instno * LAW_HWKEY = i_lawprot-hwkey * TABLES * CLIENT_LIST = mes_clients.

SLIM_WRITE_LAW_FAX_DEV_WB_USG CALL FUNCTION 'SLIM_WRITE_LAW_FAX_DEV_WB_USG' EXPORTING LAW_SYSID = i_lawprot-sysid LAW_INSTNO = i_lawprot-instno LAW_HWKEY = i_lawprot-hwkey TABLES CLIENT_LIST = mes_clients.

SLIM_WRITE_LAW_FAX_EHR_USERS CALL FUNCTION 'SLIM_WRITE_LAW_FAX_EHR_USERS' EXPORTING LAW_SYSID = i_lawprot-sysid LAW_INSTNO = i_lawprot-instno LAW_HWKEY = i_lawprot-hwkey TABLES CLIENT_LIST = mes_clients.

SLIM_WRITE_LAW_FAX_TOP_TEN_USR CALL FUNCTION 'SLIM_WRITE_LAW_FAX_TOP_TEN_USR' EXPORTING LAW_SYSID = i_lawprot-sysid LAW_INSTNO = i_lawprot-instno LAW_HWKEY = i_lawprot-hwkey TABLES CLIENT_LIST = mes_clients.

LAW_SET_FAX_PRINTING_TIME call function 'LAW_SET_FAX_PRINTING_TIME'.



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