Skip to Content
Author's profile photo Masayuki Sekihara

SAP Fiori LL03 – Apply all SAP Notes before implementation

SAP Fiori Lessons Learned 03.

Apply all SAP Notes before implementation.

 

Background:

SAP Notes are listed in the installation guide. http://help.sap.com/fiori

Responsibility is not clear for applying SAP Notes.

Bug fix notes are available in the SAP Service Marketplace.

 

Lessons Learned:

If you did not apply SAP Notes, you have to spend 2-3 weeks for troubleshooting.

Searching, Checking, Applying SAP Notes may takes full 1 day but it saves your 2-3 weeks troubleshooting time.

 

1. Define clear responsibility for applying SAP Notes. Is it a job for system admin or application consultants?

2. Double chekc that all SAP Notes listed in the install guide have been applied.

3. Search bug fix notes wich are coming in the next Support Package in the SAP Service Marketplace. http://service.sap.com/notes

     For example:

    Search term: fiori

    Search term: SAPK-60004INSRA004

      The oData add-on component name for “My Travel Requests” is “SRA004”. The naming convention is “SAPK-” + base version “600” + support package “04” + “IN” + technical components “SRA004” => SAPK-60004INSRA004

     Search term: SAPK-10002INUIX01TRV

     The UI add-on component name for “My Travel Requests” is “UIX01TRV”. The naming convention is “SAPK-” + base version “100” + support package “02” + “IN” + technical components “UIX01TRV” => SAPK-10002INUIX01TRV

Reference:

There are many tips are posted in SCN. How t osearch SAP Notes.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Paul Abrahamson
      Paul Abrahamson

      Please note that the Installation instructions dated 2013-06-15 refer to SAP Notes for ABAP (Section 1.2) and SAP Notes for SAP ERP (Section 1.3). Note 1805986 is a pre-requisite for 1774246 for the Mobile Inbox APIs.

      We had installed all the notes applicable to our environment, but were getting  a short dump in our ERP system when running the Fiori Purchase Requisition Application:

      CL_WAPI_MOBILE_INBOX==========CP :

             "Method "GET_NUMBER_COMMENTS" is unknown or PROTECTED or PRIVATE."

      The problem is that this CL_WAP_MOBILE_INBOX private method _GET_COMMENT_COUNT was trying to call a non-existent method.

      If You're on an ABAP 7.31 SP02 stack on your ERP like we are, version 2 of Note 1805986 was only applicable for SP03 onwards, so we couldn't install it. On 2013-07-12 SAP released version 3 of this note which now allows us to install the note which includes this method from class CL_SWF_RUN_WORKITEM_COMPATIBLE.

      Hey presto all is working now 🙂