Ansicht
Dokumentation

RSLAW_PLUGIN - Program RSLAW_PLUGIN

RSLAW_PLUGIN - Program RSLAW_PLUGIN

CPI1466 during Backup   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Purpose

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. It is essentially used for the transfer of the measurement results from the component system to the LAW. Together with the new LAW, it is now also used as a type of RFC module to allow remote communication.

Integration

The report was programmed so that it can be used in all releases from SAP Basis 3.1I to SAP Web AS 6.40. To achieve this, the report uses a release-dependent Include.

Prerequisites

If the report is copied to older releases, you need to adjust the Include statement.

First, you need to change the name in all releases in which the plug-in Include does not exist as an SAP object:

4.6C, 6.10, 6.20:,,rslaw_plugin_ddic --> zslaw_plugin_ddic

4.6B:,, ,,,,rslaw_plugin_ddic_46b --> zslaw_plugin_ddic_46b

4.0, 4.5: ,,,,rslaw_plugin_ddic_40b_45b --> zslaw_plugin_ddic_40b_45b

3.1: ,,,,rslaw_plugin_ddic_31i --> zslawddi

The plug-in is set up so that you only need to comment out the standard Include statement and decomment the Include statement that is appopriate for your release.

* SAP Web AS 6.40 and above

INCLUDE rslaw_plugin_ddic.

* SAP Basis 4.6, SAP Web AS 6.10, 6.20

*INCLUDE zslaw_plugin_ddic. "rslaw_plugin_ddic

* SAP Basis 4.6B

*INCLUDE zslaw_plugin_ddic_46b. "rslaw_plugin_ddic_46b

* SAP Basis 4.0, 4.5

*INCLUDE zslaw_plugin_ddic_40b_45b. "rslaw_plugin_ddic_40b_45b

* SAP Basis 3.1

*INCLUDE zslawddi. "rslaw_plugin_ddic_31i

Features

Selection

The selection screen provides the following functions:

  • Downloading the measurement data to a file (this was previously the only function)
  • Sending the measurement data by e-mail to any recipient
  • Sending the measurement data to the central LAW system by RFC
  • Additional processing of the measurement data using a customer's own function module
  • Maintaining the RFC destination for sending to the central LAW system

Standard Variants

Output

Activities

Additional processing of the measurement data using a customer's own function module provides an interface to be able to handle the measurement data in a problem-oriented way. This is not an exit. There is no automatic send after the execution of the function module. The measurement data is transferred to the table it_trans in an internal LAW format. This format is not documented.

The following call is used. The interface to be implemented results from this

CALL FUNCTION s_func,,,,"Selection parameter name

EXPORTING

i_param_1 = s_fcpar1,,,,,,"Selection parameter Parameter 1

i_param_2 = s_fcpar2,,,,,,"Selection parameter Parameter 2

i_param_3 = s_fcpar3,,,,,,"Selection parameter Parameter 3

i_param_4 = s_fcpar4,,,,,,"Selection parameter Parameter 4

TABLES

it_trans = lt_trans,,,,,,"Table containing the measurement data

EXCEPTIONS

e_error = 1.

s_fcpar1 to s_fcpar4 are field of length 60 of type C.

it_trans is a table of the following type:

DATA: BEGIN OF ls_trans OCCURS 0,

          line(1024) TYPE c,

       END OF ls_trans.

Example






RFUMSV00 - Advance Return for Tax on Sales/Purchases   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 4336 Date: 20240520 Time: 125000     sap01-206 ( 54 ms )