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

RHNOTE10 SAP ABAP Report - Notes Without Relationship







RHNOTE10 is a standard Executable ABAP Report 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 RHNOTE10 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 RHNOTE10. "Basic submit
SUBMIT RHNOTE10 AND RETURN. "Return to original report after report execution complete
SUBMIT RHNOTE10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Notes Without Relationship
Text Symbol: 001 = Should the selected notes
Text Symbol: 002 = be deleted?
Text Symbol: 003 = Exit program
Text Symbol: 013 = Hits:
Text Symbol: 014 = Notes Without Relationship
Text Symbol: 015 = Deleted


INCLUDES used within this REPORT RHNOTE10

No INCLUDES are used within this REPORT code!


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_AUTHORITY_ADMIN CALL FUNCTION 'RH_NOTE_AUTHORITY_ADMIN' * IMPORTING * FCODE = 'DISP' EXCEPTIONS INTERNAL_ERROR = 1 NO_AUTHORITY = 2 OTHERS = 3.

RH_NOTE_CATALOG_1001 CALL FUNCTION 'RH_NOTE_CATALOG_1001' EXPORTING PLVAR = PLVAR IMPORTING ENTRIES = TEXT_COUNT TABLES RELAT_TABLE = NOTE1001 EXCEPTIONS INTERNAL_ERROR = 1 NO_AUTHORITY = 2 OTHERS = 3.

RH_CONDITION_BUILD CALL FUNCTION 'RH_CONDITION_BUILD' EXPORTING INFTY = '1001' IMPORTING CONDITION = COND TABLES CONDTAB = CONDTAB EXCEPTIONS EMPTY_CONDTAB = 1 NO_DB_FIELD = 2 UNKNOWN_INFTY_DB = 3 WRONG_CONDITION = 4 UNKNOWN_PAD_DB = 5 OTHERS = 6.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING AUTHORITY = SPACE WITH_STRU_AUTH = ' ' ISTAT = ' ' EXTEND = 'D' CONDITION = COND SORT = ' ' WITH_EV = 'X' ADATA = ' ' TABLES I1001 = I1001 OBJECTS = OBJ_TAB EXCEPTIONS NOTHING_FOUND = 0 WRONG_CONDITION = 2 OTHERS = 3.

RH_CONDITION_DELETE CALL FUNCTION 'RH_CONDITION_DELETE' EXPORTING CONDITION = COND EXCEPTIONS OTHERS = 1.

RH_NOTE_DISPLAY * CALL FUNCTION 'RH_NOTE_DISPLAY' * EXPORTING * INFOTYPE = NOTE1001 * EXCEPTIONS * INTERNAL_ERROR = 1 * ILLEGAL_INFOTYPE = 2 * NOTE_NOT_FOUND = 3 * NO_AUTHORITY = 4 * OTHERS = 5.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING ** DEFAULTOPTION = 'Y' * TEXTLINE1 = TEXT-001 * TEXTLINE2 = TEXT-002 * TITEL = TEXT-003 ** START_COLUMN = 25 ** START_ROW = 6 ** CANCEL_DISPLAY = 'X' * IMPORTING * ANSWER = ANSWER * EXCEPTIONS * OTHERS = 1.

RH_NOTE_COMMIT * CALL FUNCTION 'RH_NOTE_COMMIT' * EXPORTING * COMMIT_FLAG = 'X' * 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 = NOTE1001 * 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 = NOTE1001 * 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 = NOTE1001 * DIRECT_DB_CHANGE = ' ' * EXCEPTIONS * INTERNAL_ERROR = 1 * ILLEGAL_INFOTYPE = 2 * NOTE_NOT_FOUND = 3 * NO_AUTHORITY = 4 * OTHERS = 5.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = g_repid I_CALLBACK_PF_STATUS_SET = SLIS_EV_PF_STATUS_SET I_CALLBACK_USER_COMMAND = SLIS_EV_USER_COMMAND I_GRID_SETTINGS = ls_grid_settings IS_LAYOUT = ls_layout_note IT_FIELDCAT = lt_fieldcat_note IT_EVENTS = lt_eventtab_note TABLES T_OUTTAB = gt_output_table EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_repid I_STRUCTURE_NAME = gc_structure_rhnote10 CHANGING CT_FIELDCAT = xt_fieldcat_note EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_top_of_list[].

RH_NOTE_DISPLAY CALL FUNCTION 'RH_NOTE_DISPLAY' EXPORTING INFOTYPE = NOTE1001 EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NOTE_NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.

RH_NOTE_DISPLAY CALL FUNCTION 'RH_NOTE_DISPLAY' EXPORTING INFOTYPE = NOTE1001 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 = NOTE1001 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 = NOTE1001 DIRECT_DB_CHANGE = ' ' EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NOTE_NOT_FOUND = 3 NO_AUTHORITY = 4 OTHERS = 5.

RH_NOTE_COMMIT CALL FUNCTION 'RH_NOTE_COMMIT' EXPORTING COMMIT_FLAG = 'X' EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 TITEL = TEXT-003 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

RH_NOTE_COMMIT CALL FUNCTION 'RH_NOTE_COMMIT' EXPORTING COMMIT_FLAG = 'X' EXCEPTIONS OTHERS = 1.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTTAB_NOTE.



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 RHNOTE10 or its description.