Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to Download the OSS Note to Desktop via programatically

Hi,

I would like to Download the OSS Note to desktop programatically.There is no option to download the Note to Desktop in transaction SNOTE.Please let me know the physical location where the note is saved when downloaded via transaction SNOTE.

7 REPLIES 7

Sandra_Rossi
Active Contributor

You can still do it from the SAP Market Place, using the SAP Download Basket or the function module SCWN_NOTE_DOWNLOAD from within an ABAP program. Notes already downloaded are stored in tables CWBN* (easy to find using the SQL trace tool i.e. transaction ST05).

Jelena
Active Contributor

In SNOTE, click Display (eyeglasses) button and it opens quite a handy display, with PDF and save option right there.

There is also "Export as PDF" option in the Support Launchpad.

Is there really a need to reinvent this functionality?

0 Kudos

Hi Jelena,

Thanks for your Reply!!

We have created the program to upload multiple OSS Notes(Text Files which are downloaded from service market Place) using the custom program , where we can implement multiple Notes in a single Go.

Purpose of this new program is to download multiple notes(Text Files) onto the desktop, so that upload program can implement the notes which are downloaded using the download Program.

Thanks,

Naveen.

0 Kudos

Hi Naveen,

We are also in the same need... Can u pls share your code.... So that it would help me bit in getting oss notes.

Your help would be highly appreciated...

Awaiting reply..

Thanks,

Akil syed

kiran_k8
Active Contributor

Naveen,

Why this mass implementation of S NOTES ?

What about the dependencies where a bit manual work is involved ( like creating a table or program as part of NOTES)and pre-requisite checks ?

Curious to know the advantages of such a Custom Program.

K.Kiran.

c_steve
Explorer
0 Kudos

Hi,

Yes, this SCWN_NOTE_DOWNLOAD program can perform the mass download via SE38, by just entering the list of the SAP note, it will download the SAP note, it just how we did in SNOTE transaction code.

But, I'm also looking for a customize solution that can pick up the SAP note number from the table, and download them automatically via SCWN_NOTE_DOWNLOAD, perhaps, might need to customize/enhance the coding (which i not familiar with).

This could help for the SAP Security notes implementation process, as you know, the SAP security note release by SAP from time to time, considering the large/complex of landscape, downloading them in each system, is very time consuming. We have enable Configuration validation and System recommendation feature in Solution Manager for the managed system. it will be helpful, if this can be automate/simplify using custom solution.

The SCWN_NOTE_DOWNLOAD (with enhance version) will pick up the SAP Note from the table (which store the security note recommendation) and download them automatically in the respective system.

I couldn't find any related topic about this. So, not too sure whether is it possible to make it or not ?

0 Kudos

Hi Steve,

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time please note that:

You are adding a comment to an old post that is not likely to get an answer.

I suggest starting a new question and following these guidelines:

I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Regards,

Dedi

Regards,
Dedi Metser