Overview The S10 Framework is layered on top of standard SAP system functionality. The required components are usually already active and configured. Especially if the SAP Gateway is used, the installation only consists of the following steps:
|
||||||||||||||||||||||||||||||||||||||||||
1. import transport request First import the transport request to import the necessary components (transaction, classes, function modules, etc.) into the SAP system. All runtime objects of the S10 Framework can then be found in the package /S10/FRAMEWORK. You can import some additional demo examples, these can then be found in packet /S10/DEMO. The main objects of the S10 Framework are:
|
||||||||||||||||||||||||||||||||||||||||||
2. Enable services in HTTP service tree Use transaction SICF to activate the new S10 services: Enter S10 as the service name and activate the services in the filtered display (right mouse button). |
||||||||||||||||||||||||||||||||||||||||||
3. Specifying a user to access the MIME repository A user must be specified to access the objects in the MIME repository, but this user does not need any authorizations. The actual authorizations are then checked at runtime for the logged-in user of the S10 service. Note: It may be necessary to configure the access already at the /SAP/BC/BSP node. |
||||||||||||||||||||||||||||||||||||||||||
4. Set up and assign roles To develop S10 applications, you need at least the following authorisations:
The S10 Framework additionally checks whether a specific role exists. This is defined in the license using the parameter "role=": class main implementation. * logon user method logon. * set S10 license s10setlicense( 'Demo license role=S10_USERROLE'). |
||||||||||||||||||||||||||||||||||||||||||
5. Create and configure S10 application To start development after installation, you have the following options:
|
||||||||||||||||||||||||||||||||||||||||||
Component S10 Framework |