This document covers the details of the custom SAP fiori Transactional App developed for Results Recording using FIORI 2.0. SAP does not provide standard solution (FIORI App) that covers all these functionalities for ECC.
The document focuses on two aspects depending on the target audience:
- Features covered in the app (Functional/Business/End Users Audience)
- High level Technical details for each functionality (Technical Audience)
Features of the App
- Search for Inspection Lots Based on Given Search Parameters
- Value helps for all fields with wild card search/case sensitive search wherever possible
- Variant Management ( as in SAP ) – Create / Update / Delete / Setting Default Variant
- Results Recording with respect to inspection point as well as without inspection point
- Single Results
- Multiple Results
- Mixed ( Single + Multiple )
- Qualitative as well as Quantitative Results
- Summarized Recording
- Formula Indicators
- Documentation Required Indicators
- Partial lot/Batch assignment in the inspec. during production
- Link to SAP DMS from Fiori Result Recording ( Inspection Method Documents)
- Defect Recording and View Defects in case of Rejected Characteristics
- Digital Signature for closing Characteristics
- Create/View Note for Inspection Lot
- Create/View Attachments for Inspection Lot
- Print Inspection Report ( Sap script Form in PDF format)
- Decimal , Date User format as per the user profile
- Multiple Language support
- Lock Mechanism
- Authority checks done as per Client requirements
- Security Roles assigned to Catalogs , Groups , OData Services on Gateway and Backend
These features covers functionalities of transactions
QA32/33, QE51n/52n/53n, QF01/03, and QS34.
- Search for Inspection Lots Based on Given Search Parameters
Default Plant appears from the user Profile Parameter WRK set in SU3. Keeping performance as the first priority, Date range mandatory to filter records and only first 500 latest records displayed. User can enter other fields like Inspection Lot, Inspection type, Origin, Material, Batch, Work Center, Order, Purchasing document , Inspection Document to get more accurate records.
On first load, the screen displays the search results based on the results of the default variant/search preference saved.
Period has various options: All, Last 24 hours, Last week, and Last month to give more flexibility to users to get the dates automatically instead of manually entering. These dates are the SAP System date and not local users date as per their computer/browser settings. This helps in getting accurate results as the user’s computer/browser date and time would be different from the SAP system’s date & time when the record was created.
More Filter Options on the screen.
On click of Go , search results are shown and the user can navigate to any inspection lot from the list by clicking the hyperlink for Inspection Lot .
- Value helps for all fields with wild card search/case sensitive search wherever possible
- Variant Management ( as in SAP ) – Create / Update / Delete / Setting Default Variant
After clicking on Search Preference at the top the below list appears that displays the variants created by the logged in user. The user can load any variant, create a new or update an existing one as well as delete any variant. At any time, the user can set any variant as default. This default variant plays a role on first load where the search results are based on the parameters saved as default.
- Results Recording with respect to inspection point as well as without inspection point
After getting the search results, click on link for the inspection lot in the first column takes the user to the next screen which shows only the list of valid operations for which recording can be done . In case the recording needs to be done with an inpsection point then the list also dipslays the exisitng inpsection point and the ability to create a new one and record results.
After selecting an existing inspection point below screen gets displayed. The color code is for differentiating between the optional and required characteristics. Orange color indicates the Optional ones . The lock icon in the first column indicates whether the characteristic is closed or not. Calculator icon indicates that it’s a formula based characteristic and will be calculated and no manual results entry required. Lower , upper and target specifications for each characteristic is displayed that helps the user to enter the correct specifications. Short and long text can be entered for each characteristic.the Accept and Reject column shows the valuation for each characteristic. The last column displays the DMS document if any. User can record results for another inspection point , by clicking on button Record Another Inspection Point at the bottom of the screen and can also go for Usage decision from the same screen after recording results.Closed characteristics can again be opened by clicking on lock icon and results can be reentered.
After scrolling down , the user can see the results for another inspection point as well.
For characteristics having multiple results , a plus sign appears that takes user to next screen where he can enter results for each sample.
For recording a new result, user needs to enter a new inspection point. This will take the user to the screen for recording results. After entering the values user to click on all results complete and save button. This will read the results in the backend, valuate them as per the specifications and close the characteristic as well. In case of multiple results, it will calculate the summarized value, valuate and close. For formula based characteristics, in case all preceding characteristics are valuated and closed it will automatically calculate the value based on the formula and send the results back.Refreshed screen with saved results from backend.
- Link to SAP DMS from Fiori Result Recording ( Inspection Method Documents)
DMS Document display: By clicking on the inspection method column the user can view the documents if any attached. The list of available documents are displayed and user can view as well as save each document by clicking on View button.
Click on View opens the Document in a new tab and user can save the document.
- Defect Recording and View Defects in case of Rejected Characteristics
Defect can be raised for Characteristics whose valuation is rejected. For such characteristics in the Reject column the X sign is clickable and user can enter a new defect or view existing defects.
User can also view the recorded defect in the same tab by clicking the X button in Reject Column.
- Digital Signature for closing Characteristics
Digital Signature is very important part and the most challenging part of the development. The closing of characteristic cannot happen without digital signatures for few Pharmaceutical materials. This signature gets recorded at table level and in DSAL transaction as well. Here the user has to enter the DS details only one and it gets saved for all entered characteristics in the backend.
Check the SPRO settings to ensure all the pre-requisites are in place for the process.
SLG0 -> CDSG1 (sub object)
SIGNA -> LOT (Application)
SIGN0->LOT_RR(Object) , QLOT_DS(Metatable) , QLOT_DS_LOG_RR ( Log Structure)
Partial Lot Assignment during Save.
- Create/View Note for Inspection Lot
User can attach a note as well view existing notes for an inspection lot. This gets attached to GOS ( Global Object Services) Notes.
View the saved note.
- Create/View Attachments for Inspection Lot
User can attach documents as well view existing attachments for an inspection lot. This gets attached to GOS ( Global Object Services) Archived Attachments.
View uploaded Documents by clicking on the download button in the last row. The user can view/save the document.
- Print Inspection Report ( Sap script Form in PDF format)
User can print either standard or custom SAP Script/Smart form/Adobe forms for an inspection lot as per the NACE settings. On click of print button on the upper right corner, a pop up appears for selecting the form to be printed.
- Decimal , Date User format as per the user profile
Frontend UI has no control/access on the user profile settings for date, decimal Etc. maintained in the backend system. For eg: if the user enters quantity in 12.20 format but the decimal notation in backend is maintained as 12,20 which is not known on the UI . All this has been taken off and user can enter date / decimal without bothering about the formats maintained in backend.
- Multiple Language Support
The app can support multiple languages as there is no hardcoding of labels / messages neither in frontend nor in the backend. Currently the app supports English and German Language.
- Lock Mechanism
Another important factor in SAP is lock mechanism. Whenever two users are trying to work on the same record, lock mechanism needs to be in place to prevent data corruption. If a record is in edit mode in ECC, user cannot edit the same record in FIORI app and will get a message “The record XXX is locked by user XXXX “, preventing user from editing the same record.
- Authority checks done as per Client requirements
Every client has some custom authority checks to prevent access to certain business scenarios/functionalities to a certain group of users. These are also taken of in the developed app.
- Security Roles assigned to Catalogs , Groups , OData Services on Gateway and Backend
The most important feature of every application is Security. The security roles for Catalogs, Groups, and OData services in gateway and backend system created to prevent unauthorized access to users.
High Level Technical Details
This part of the document would be more appealing for the technical people as most of the time is lost in finding the correct logic/function modules/tables/enhancements and testing them. The aim is only to give high level details and not the exact step by step process done to achieve the functionalities.
Few Enhancements done to achieve long text , Digital Signature , Print functionality.
Thanks !!!!!