小木木 发表于 2015-9-20 12:16:40

SAP Note assistant

  The Note Assistant (transaction SNOTE) helps you to implement SAP OSS notes. Although itis not perfect it does generally make the application of OSS notes a much easier process. Noteassistant is at its best when all that is required is a simple code deletion/insertion into an existingABAP object. If the object does not exists then you will be required to do the creation bit manually,note assistant will then be able to insert the ABAP code.

Another benefit of SAP note assistant is that it automatically prompts you to implement anyprerequisite notes that apply.

Note assistants biggest problem comes when updates have been provided bySAP but not forgeneral release (i.e. a specific fix for your company) or you have modified standard SAP code. Ifnote assistant tries to update an object which has been changed using this method then itmay have trouble inserting the code in the correct place.

Implementing an OSS note via SAP note assistant
The table below outlines the simple steps required to implement an OSS note using SAPnote assistant (SNOTE).

StepIconDescription1or Download note (differnt icon depending on your version of SAP)2Set process status to ‘in process’3Read note instructions4Implement note (popup will appear allowing you to read note)5View implementation log, add comments of your own6Set status to ‘complete’  

Other icons
De-implement noteNote browser (view all in system for your user)Download latest version of SAP notes
页: [1]
查看完整版本: SAP Note assistant