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

RSLAW_PLUGIN SAP ABAP Report - Program RSLAW_PLUGIN







RSLAW_PLUGIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RSLAW_PLUGIN is the plug-in for the License Administration Workbench (LAW) and forms the interfaces between the LAW and the connected component systems...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 RSLAW_PLUGIN 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_PLUGIN. "Basic submit
SUBMIT RSLAW_PLUGIN AND RETURN. "Return to original report after report execution complete
SUBMIT RSLAW_PLUGIN 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_PLUGIN
Text Symbol: T01 = LAW Data
Text Symbol: 059 = Caution:
Text Symbol: 058 = Instead, import the file into LAW.
Text Symbol: 057 = Do not send the files from the following two options directly to SAP.
Text Symbol: 030 = Name:
Text Symbol: 029 = Time:
Text Symbol: 028 = Date:
Text Symbol: 027 = System:
Text Symbol: 026 = Convert All E-Mail Addresses to Lower-Case
Text Symbol: 025 = Handling of E-Mail Addresses
Text Symbol: 024 = Repeat After x Months
Text Symbol: 023 = Time of First Start
Text Symbol: 022 = Date of First Start
Text Symbol: 021 = Schedule a Backg. Job for License Meas.
Text Symbol: 020 = Do You Want to Create a New Measurement Job?
Text Symbol: 019 = Schedule License Measurement for this System
Text Symbol: 018 = Transferring data ...
Text Symbol: 017 = Loading data ...
Text Symbol: 016 = Could not load application log
Text Symbol: 015 = Could not find application log
Text Symbol: 014 = Maintain RFC Destination for LAW Center
Text Symbol: 013 = By Function Module
Text Symbol: 012 = By RFC to LAW Center
Text Symbol: 011 = By E-Mail to
Text Symbol: 010 = By Download to a File
Text Symbol: 009 = Bypass Inbox
Text Symbol: 008 = Use qRFC
Text Symbol: 007 = Parameter 4
Text Symbol: 006 = Parameter 3
Text Symbol: 005 = Parameter 2
Text Symbol: 004 = Parameter 1
Text Symbol: 003 = Name
Text Symbol: 002 = Address
Text Symbol: 001 = Data Transfer Selection


INCLUDES used within this REPORT RSLAW_PLUGIN

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Loading data ...'(017).

SX_INTERNET_ADDRESS_TO_NORMAL CALL FUNCTION 'SX_INTERNET_ADDRESS_TO_NORMAL' EXPORTING address_unstruct = ls_unstruct_addr complete_address = 'X' IMPORTING address_normal = ls_normal_addr EXCEPTIONS error_address_type = 1 error_address = 2 error_group_address = 3.

POPUP_GET_VALUES_USER_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_USER_CHECKED' EXPORTING popup_title = l_popup_title programname = l_program formname = 'CHECK_EXIT' IMPORTING returncode = l_returncode TABLES fields = lt_fields.



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