SAP Reports / Programs | Training and Event Management(PE) SAP PE

RHNOTEF0 SAP ABAP INCLUDE - Include YHNOTEF0: subroutines







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RHNOTEF0. "Basic submit
SUBMIT RHNOTEF0 AND RETURN. "Return to original report after report execution complete
SUBMIT RHNOTEF0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include YHNOTEF0: subroutines


INCLUDES used within this REPORT RHNOTEF0

INCLUDE RHNOTTOP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RHNOTEF0 or its description.