Configuring the Student Lifecycle Management My Request Application
My Request is a BSP application built on latest UI5 template which is available only from EHP08 as it ensures better performance for the application. The following document describes the steps required to define and configure the My Request application. Following are the notes to be applied along with EHP07 SP11 and EHP8 SP01 upgrade:
Note
If you are upgrading from EHP7 and if you are already using req_manager, you can continue using the same version.
Activate the ICF
service of BSP Applications manually as follows:
Run transaction Maintain Services (SICF) on the ABAP server
Press F8
Navigate .
Under this node, navigate to the BSP application
If it is not yet active, activate the ICF service for your app choosing
Enable virus check for attachments for security reasons:
In SLCM system, enter the transaction /n/IWFND/VIRUS_SCAN
Enable or disable the virus profile
For more information about this topic, see:
Note 78179
SAP Help – Virus Scan for Gateway
Note
Due to security concerns, the attachment size which can be uploaded from the applicant UI or the Form Runtime is limited to 3MB at the UI layer.
Setup the ABAP Frontend System for Security. It is recommended to move UI Applications delivered as part of the SLCM Admission portal to the ABAP frontend server as the applications are exposed to the internet.
For transactional BSP applications, the client can issue the following types of requests to the ABAP front-end server:
HTML requests
OData requests
For communication between the client and the ABAP front-end server, a HTTPS connection is established. Data and services from the ABAP back-end server are provided to the ABAP front-end server by using OData services. To do so:
Create and activate BSP Application, FORMRUNTIME
in the ABAP Frontend Server
You can activate the OData services (PIQ_ADM_PORTAL_SRV
and GFD_CONFIG_SRV
) individually, as follows:
Run the transaction Activate and maintain the services (/IWFND/MAINT_SERVICE
) on the front-end server.
Select Add Service
Enter the system alias of your backend system
In the External Service Name field, enter the technical name of the OData service for your app without the version number.
In the Version field, enter the version number.
Select Get Services
Select Add Selected Services
Enter a technical name for the service in your customer namespace
Assign a package or select a Local Object
Select Execute to save the service
In the Activate and Maintain Services
screen, check if the system alias is correct. If not, delete the alias and add the correct one.
For more information, see:
Setup of SAP Fiori Launchpad
Setup of SAP Fiori Search
Setup of ABAP Frontend Server
Front-End Server: Activate OData Services
Activate ICF Nodes for Gateway Services:
Enter transaction /IWFND/MAINT_SERVICE
Search and select GFD_CONFIG_SRV
in the Service Catalog
Click Manage ICF Node
and click Activate
Note
You must perform similar steps to activate the PIQ_ADM_PORTAL_SRV
service.
You can use the RPT_GFD_INITIAL_DATA_SETUP
report for initial configuration. Once the report is executed , the customizing activities are not required except Configure Supported Languages and My Request display. You can use the same if any additional use cases have to be configured. Select Form Designer Configuration
and upload the excel.
You can use theRPT_GFD_MAP_RECOMEND_SETUP
report fill the data in field FORM_SUBMISSION_ID_MAP
of table GFDDBCONFIGRATON
along with table entries of GFDDB_CONFIG_MAP
. Select the Context ID
and execute in test and actual run for Insert
, Update
or Delete
options. If your Context ID
is not listed, then enter your Context ID
.
In IMG, enter the transaction SPRO
Navigate to and configure the following as described in the implementation guide:
Configure Supported Languages
Configure UI Display
Configure Form Contexts
Configure GFD Intermediate Page
In IMG, enter the transaction SPRO
Navigate to and configure the following as described in the implementation guide:
Configure Actions Status
You have successfully configured the My Request application.