‎2008 Feb 29 3:44 PM
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.
‎2008 Feb 29 3:54 PM
‎2008 Feb 29 3:54 PM
‎2008 Feb 29 4:04 PM
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).
‎2008 Mar 04 2:33 PM
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.
‎2008 Mar 04 2:46 PM
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
‎2008 Mar 04 7:04 PM
I think you're probably right. It was just an idea I had but never mind.
Thanks anyway.