Before you can start to implement the app, ensure that your system landscape has been set up to enable SAP Fiori and that this system landscape already includes the front-end components and back-end components for your app:
SAP Fiori System Landscape Options | |
---|---|
Configuration of Front-End Server | |
Back-End Components Delivered with (Product Version Stack) | SAP enhancement package 7 for SAP ERP 6.0 SPS 8 or higher
If you have not implemented the latest SPS level in your back-end system, you have to ensure that all SAP notes for your selected apps have been implemented there. You can find an overview of the available SAP notes in the release information note 1737650 End of the note. |
Front-End Components Delivered with (Product Version Stack) | SAP Fiori 1.0 for SAP ERP SPS 6 or higher
If you have not implemented the latest SPS level on your front-end server, you have to ensure that the respective SAP notes for your selected apps have been implemented there. You can find an overview of the available SAP notes in the release information note 1914499 End of the note. |
For the app, the following software components must be available in your system landscape. These components are contained in the product SAP Fiori principal apps for SAP ERP
:
Back-End/Front-End Server | Back-End/Front-End Component | Technical Name of Software Component | Support Package Level |
---|---|---|---|
Front-end server | Front-end component |
| 8 |
Back-end server | Back-end component |
| 8 |
For the Create Sales Orders
app, the following SAP Note must be implemented:
Back-End/Front-End Server | SAP Note Number | Description |
---|---|---|
Back-End and Front-End Server | Release Note for the ERP SD FIORI application - Create Sales Orders |
The following sections list tasks that have to be performed to implement the Create Sales Orders
app. The tables contain the app-specific data required for these tasks:
You can find the data required to perform these tasks in the SAP Fiori apps reference library at https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/index.html?appId=F0018.
Component | Technical Name |
---|---|
OData Service (Version Number) |
|
For more information about activating OData services, see Front-End Server: Activate OData Services.
Component | Technical Name |
---|---|
SAP UI5 Application |
|
For more information about how to activate the ICF service, see Front-End Server: Activate ICF Services of SAPUI5 Application (for transactional apps) or Activate ICF Service of BSP Application (fact sheets).
The SAP Fiori launchpad is the entry point to SAP Fiori apps. In the launchpad, the user can see and access those Fiori apps that have been assigned by an administrator to the catalog designed for this user's role.
The administrator makes these assignments in the launchpad designer. For more information, see Setup of Catalogs, Groups, and Roles in the SAP Fiori Launchpad.
SAP delivers technical catalogs for groups of SAP Fiori apps as repositories to create your own catalogs in the launchpad designer. Along with these catalogs, more technical content is delivered for each SAP Fiori app. You can find the delivered technical content for each SAP Fiori app in the SAP Fiori apps reference library.
Component | Technical Name |
---|---|
Semantic Object | SalesOrder |
Business Role |
|
Business Catalog |
|
Business Catalog Group |
|
Technical Role |
|
Technical Catalog |
|
LPD_CUST Role |
|
LPD_CUST Instance |
|
You must assign OData service authorizations for the app to your users.
Caution
Several authorization default values are connected to the OData service. To ensure that all these default values are assigned to a user, you have to follow the instructions given under the documentation links provided.
Make the assignment on the back-end server and on the front-end server:
On the back-end server, a dedicated authorization role (PFCG role) for the OData service is delivered as an example. You can copy this role and adjust it to your needs. For more information, see Back-End Server: Assign OData Service Authorization to Users.
On the front-end server, you must assign the OData service authorization to a new or existing role, such as a business role that has been adjusted according to your needs. For more information, see Add Start Authorizations for OData Services to Role on Front-End and Front-End Server: Assign Roles to Users.
OData Service (Version Number) | Back-End Server: Delivered Authorization Role (PFCG Role) | Front-End Server: Authorization Role |
---|---|---|
|
In addition, this role contains authorizations to display the related business data. End of the note. |
|
Before you implement the Create Sales Orders
app, ensure to create an employee master record as follows:
Implement SAP ERP HCM to maintain employees in the HCM personnel records with the infotype Communication (0105)
and the subtype (0001)
of System User Name SY-UNAME
.
If you have not done this, implement the Sales and Distribution configuration with Use Sales Employees with HR
(Tcode: PULT
). This IMG setting copies the appropriate HCM tables from the 000 Client and allows the setup of the employee record with the above infotype and subtype.
Note
This associates the employee's user ID with a personnel number that is assigned as the sales employee partner function in the customer master.
To enable Create Sales Orders
, perform these configuration tasks:
Call transaction SIMGH and open the Create Sales Orders
node to configure user information parameters of the Customizing activity Define Configuration Parameters
:
Document Type (DOCTYPE)
By default, the app uses the standard order (TA/OR)
. Changing this to another document type may significantly impact the functionality of the application.
Order Period (ORDPERIOD)
Defines how many days into the past sales orders are retrieved. The suggested value is 30 days.
Search Period (SEAPERIOD)
Defines how many days into the past a search must look for sales orders that match the search criteria. The suggested value is 90
.
Ship To Party (SHIP_TO/PARTNER_ROLE)
Defines which partner role in the customer master is used for the ship-to party. The suggested value is WE
.
Forwarding Agent (FORWARDING_AGENT/PARTNER_ROLE)
This defines which partner role in the customer master is used for the forwarding agent. The suggested value is SP
.
Implement the following BAdIs:
Customer Association to Employee
(BADI_SRA017_USER_TO_CUSTOMER)
You can use this BAdI to fetch a list of customers associated with a specific employee.
Retrieve Product Image
(BADI_SRA017_PROD_IMG_RETRIEVER)
You can use this BAdI to retrieve the image of a product. It does not have a default implementation.
For general information about the user management concept in a SAP Fiori environment, see Users in ABAP Front-End System and Users in ABAP Back-End System.