RHNOTEF0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RHNOTEF0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include YHNOTEF0: subroutines
INCLUDE RHNOTTOP.
No SAP DATABASE tables are accessed within this REPORT code!
RH_NOTE_CATALOG_1001 CALL FUNCTION 'RH_NOTE_CATALOG_1001' EXPORTING PLVAR = RC_PLVAR OTYPE = RC_OTYPE OBJID = RC_OBJID "#EC DOM_EQUAL * infty = rc_infty SUBTY = RC_SUBTY SCLAS = RC_SCLAS SOBID = RC_SOBID IMPORTING ENTRIES = RC_COUNT TABLES RELAT_TABLE = RC_NOTE1001 EXCEPTIONS INTERNAL_ERROR = 1 NO_AUTHORITY = 2 OTHERS = 3.
RH_TEXT_BUFFER_FILL_EXTERNAL CALL FUNCTION 'RH_TEXT_BUFFER_FILL_EXTERNAL' EXPORTING CHECK_STRU_AUTH = 'X' TABLES OBJECTS = RAO_SOBID EXCEPTIONS OTHERS = 1.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = RAO_SOBID-PLVAR OTYPE = RAO_SOBID-OTYPE REALO = RAO_SOBID-SOBID CHECK_STRU_AUTH = 'X' IMPORTING SHORT = RAO_TOBJT-SHORT STEXT = RAO_TOBJT-STEXT EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 TITEL = TEXT-003 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.
RH_NOTE_CANCEL CALL FUNCTION 'RH_NOTE_CANCEL' EXCEPTIONS OTHERS = 1.
RH_NOTE_COMMIT CALL FUNCTION 'RH_NOTE_COMMIT' EXPORTING COMMIT_FLAG = 'X' EXCEPTIONS OTHERS = 1.
RH_NOTE_DISPLAY CALL FUNCTION 'RH_NOTE_DISPLAY' EXPORTING INFOTYPE = TEXT_P1001 EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NOTE_NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.
RH_NOTE_PRINT CALL FUNCTION 'RH_NOTE_PRINT' EXPORTING INFOTYPE = TEXT_P1001 EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NOTE_NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.
RH_NOTE_EDIT CALL FUNCTION 'RH_NOTE_EDIT' EXPORTING INFOTYPE = TEXT_P1001 DIRECT_DB_CHANGE = TEXT_DMODE EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NOTE_NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.
RH_NOTE_DELETE CALL FUNCTION 'RH_NOTE_DELETE' EXPORTING INFOTYPE = TEXT_P1001 DIRECT_DB_CHANGE = TEXT_DMODE EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NOTE_NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.
RS_TREE_DELETE_NODE CALL FUNCTION 'RS_TREE_DELETE_NODE' EXPORTING NODE_ID = NODES-ID EXCEPTIONS ID_NOT_FOUND = 1 OTHERS = 2.
RH_NOTE_TRANSPORT CALL FUNCTION 'RH_NOTE_TRANSPORT' EXPORTING INFOTYPE = TRANSPORT_NOTE TR_TASK = TRANSPORT_TASK TRANSPORT_DIRECT = 'X' IMPORTING NEW_TASK = TRANSPORT_TASK * NEW_ORDER = EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 ILLEGAL_TASK = 3 COPY_FAILED = 4 COMMIT_FAILED = 5 CORR_APPEND_FAILED = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.