+ All Categories
Home > Technology > SAP OSS note search

SAP OSS note search

Date post: 02-Dec-2014
Category:
Upload: michelle-crapo
View: 14,123 times
Download: 0 times
Share this document with a friend
Description:
Advice on searching and finding notes.
Popular Tags:
26
SAP Challenges Find an OSS note
Transcript
Page 1: SAP OSS note search

SAP Challenges

Find an OSS note

Page 2: SAP OSS note search

Different ideas for finding notes• See Note 192194 It includes SAP standard search

methods – Julius von dem Bussche Suggested this. • See Note 888889 - Proactively watch for your area

notes. Another great Julius suggestion.• Note: Search by your company’s system. Only the

notes that pertain to your system will be listed. This is a nice filter. - This was a suggestion by O. Joppe.

• Program Dump – Although there is not always a dump when there is a bug.

• Program name for search via Message debug

Page 3: SAP OSS note search

Different ideas for finding notes Cont.

• Find what transaction was being run. Search by the transaction.

• Do a where use on the program. • Look at the program.• Search by the error message.• Read notes that do not relate to your error.• If all else fails create a message to OSS.

Page 4: SAP OSS note search

Searching OSS

• Search for OSS Note – Log on to OSS – Type in a search Term usually program that is

failing• This is where I enter most of the information. Usually I

leave everything else, as is. I will limit the data if there are too many notes. BUT usually I limit it by expanding my search term instead of using the other fields.

Page 5: SAP OSS note search
Page 6: SAP OSS note search

Program Dump

• If the program has dumped, look at the dump to determine the program. (ST22) This will provide the program name for searching OSS

• Execute ST22 on the day that the error occurred.

Page 7: SAP OSS note search
Page 8: SAP OSS note search

A list is generated.

• Select the program that you are researching, and display the error message.

Page 9: SAP OSS note search
Page 10: SAP OSS note search

Find the program name

• If the program has dumped, look at the dump to determine the program. (ST22) This will provide the program name for searching.

• Double click on the error message– In this case I have a distinct error. I’ve got the

program name.

Page 11: SAP OSS note search
Page 12: SAP OSS note search

Program name for search via Message debug

• The OSS note could relate to a different program in your stack. For example in a program from a function module from an object from an include program. (Yuck.) You could step thru the code.

• A “quicker” way of finding the lower program is to set a breakpoint at message to stop at all messages. This can lead you into the function module or program to look up.

Page 13: SAP OSS note search

Note Example is a custom program. OSS only supports SAP programs. Used for example purpose only.

Page 14: SAP OSS note search
Page 15: SAP OSS note search

Do a where used on the program

• Search by each level higher and lower in the stack. This could take days. But sometimes finding a note can take days.

Page 16: SAP OSS note search

Look at the program

• There sometimes are clues in the program – in the comments

Page 17: SAP OSS note search
Page 18: SAP OSS note search
Page 19: SAP OSS note search

Read Notes that do not relate to your Error

• You’ve exhausted all the searches you’ve tried. As a last resort try reading the notes that didn’t sound like they would fix your problem. Look at the code in the notes. Look at the code in the SAP program. If it looks like it will fix the problem, try applying it to your Sandbox system. Sometimes that works.

Page 20: SAP OSS note search

Create an OSS Message

• And here is a novel idea – create your own message to OSS. I try to use this as a last resort. But maybe I should do it sooner.

Page 21: SAP OSS note search

Step 1: Report a problem

Page 22: SAP OSS note search

Pick your system and product

Page 23: SAP OSS note search

You will have to search for your note. If you don’t find it create the message

Page 24: SAP OSS note search

Be sure to enter the correct component – then it will get the right person

Page 25: SAP OSS note search

The short text is a quick description – the long text and stages are nicely defined by SAP

Page 26: SAP OSS note search

Your contact details will be filled. When done you can save for later or submit to SAP.


Recommended