on 2024 Apr 02 2:40 PM
Hello,
I have a question about SAP notes, if I generate Cofiles and Data from a request, could I generate a note.sar file to apply in a SAP system?
if so, how can I create a note?
if not, is there some way that create a note to apply in SAP?
Request clarification before answering.
I believe what you are looking for is a way to deliver your software to SAP customers in such a way that they would be able to install it with ease.
SAP Notes contain attachments and are created by SAP only (as mentioned here already) as means to distribute software corrections that can be applied via SNOTE transaction.
However, you can use Add-on Assembly Kit (AAK) to create your own software and distribute to customer so they can easily install and uninstall it from their SAP instances using standard Add-On Component Management transactions such as SAINT:
https://help.sap.com/docs/SAP_ADD-ON_ASSEMBLY_KIT
That approach is the correct way to distribute any ABAP code to customers as it clearly demands your code to have a namespace defined and standard and known procedures to get it installed/uninstalled. And, in order to achieve this, you ought to certify your add-on with SAP. This is all explained on the documentation I linked here.
Some Consulting Firms will grab a Transport Request directly from the filesystem and send it to a customer to be imported into their own system. That should be OK as long as the customer understands that the ABAP code contained in that TR will have no relation to SAP and it is considered on "Customer's Domain" - usually assigned to a 'Z' or 'Y' namespace that cannot be traced back to who originally code it.
Best regards,
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
60 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.