Functionality This module reads all relationships of notes that are in the SAPscriptdatabase. You can set various search restrictions and use wildcards (*) in thesearch if required. 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_1001" IMPORTING ENTRIES = NUMBER_OF_NOTES_FOUND TABLES RELAT_TAB = NOTE_I1001 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 infotypes other that the Relationshipsinfotype (1001), use the function moduleRH_NOTE_CATALOG>.Further information For more information, refer to the function groupdocumentation>. |