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.
You can't directly create a note.sar file from Cofiles and Data. However, you can generate a transport request to apply changes. To create a note, you'll need to follow the SAP Note Assistant process in your system. Also, for keeping track of notes and other important info, you can use notesonline.com. It’s super handy and keeps everything organized. Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only SAP (and some partners) can provide SAP notes
You can create a SAR file with command sapcar -cvf, look at blogs such as Transporting ABAP Objects from one Landscape to Another, and send it to customers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Creating SAP notes is doable! SAP notes are like messages or reminders you can write within SAP systems to share info or address issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
SAP notes are only provided by SAP.
If you need to make changes or corrections, you have the TMS functionality (create order, release and then import).
If you need to transport the correction for other systems not belonging to the TMS, you need to copy the DATA and COFILE files to the same folders on SYSTEM destination and then add them to the queue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
85 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.