Functionality This module reads all of the administration entries for notes in theSAPscript database. You can set various search restrictions and use wildcards in thesearch. You can specify whether the display includes only notes that have beensaved using the parameters NOTES_IN_BUFFER and NOTES_IN_DATABASE(default setting) or whether the display should also include notes inthe update buffer (before calling RH_NOTE_COMMIT >).Example CALL FUNCTION "RH_NOTE_CATALOG" IMPORTING ENTRIES = NUMBER_OF_NOTES_FOUND TABLES INFOTYPES = P1045_TAB EXCEPTIONS INTERNAL_ERROR = 1. Notes The search interval you define should be as restricted as possible, asotherwise the system has to search through all notes. Please note thatthe system only considers the search restriction up to the firstwildcard you enter. All other wildcards serve to further restrict theresulting hitlist. If you want to read notes for relationships, use the function moduleRH_NOTE_CATALOG_1001 >.Further information For more information, refer to the function groupdocumentation>. |