Application Development and Automation 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: 
Read only

Programatically search OSS notes database

Former Member
0 Likes
683

This is a long shot but does anyone know of a way to search for OSS notes programatically in ABAP? Is there any RFC or BAPI that could be used to connect to the OSS note database?

Thanks in advance.

Chris Bailey.

SAP ABAP Consultant.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

Have a look at standard SAP program SCWN_ENTRY_TREE.

Rob

5 REPLIES 5
Read only

Former Member
0 Likes
655

Have a look at standard SAP program SCWN_ENTRY_TREE.

Rob

Read only

0 Likes
654

Thanks Rob, will do.

I've also found function module:

CLM_LIST_OBJECT_IN_NOTES which looks good. It allows me to search for OSS notes relating to specific ABAP objects (programs, tables etc).

Read only

Former Member
0 Likes
654

Darn it! Turns out CLM_LIST_OBJECT_IN_NOTES only looks in OSS notes that have been downloaded. I wanted something that could search ALL OSS notes regardless.

Read only

0 Likes
654

Hi Chris,

I don't think there is any such FM which will be querying to SAP online DB (OSS DB) to get the results back.

Regards,

Atish

Read only

Former Member
0 Likes
654

I think you're probably right. It was just an idea I had but never mind.

Thanks anyway.