Ansicht
Dokumentation

RH_NOTE_INSERT - HRMS: Note - Create

RH_NOTE_INSERT - HRMS: Note - Create

CPI1466 during Backup   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This module lets you edit a new note. The note is displayed in the standard SAPscript Editor.

If you want changes saved directly to the databse, you must select the parameter DIRECT_DB_CHANGE (with 'X').

In the table COLLECT_INFOTYPES, you can specify infotypes whose notes (where relevant) take precedence over the new note.

Example

CALL FUNCTION "RH_NOTE_INSERT" EXPORTING INFOTYPE = P1001 DIRECT_DB_CHANGE = SPACE EXCEPTIONS INTERNAL_ERROR = 1 ILLEGAL_INFOTYPE = 2 NO_AUTHORITY = 3 NOTE_NOT_CREATED = 4.

Notes

Do not change the parameter DIRECT_DB_CHANGE = SPACE.

If no note is allowed for an infotype (table T77NT), the exception ILLEGAL_INFOTYPE is generated. If no note exists for the infotype specified, the exception NOTE_NOT_FOUND is generated.

The exception INTERNAL_ERROR is always returned if an internal function call returns a technical error.

The exception NO_AUTHORITY is generated if the user does not have the required for an infotype. If you do not want this check to be made, you must enter 'X' in the parameter NO_AUTHORITY_CHECK.'

If you do not save the new note, the exception NOTE_NOT_CREATED is generated.

Further information

For more information, refer to the documentation of the function group.





Parameters

COLLECT_INFOTYPES
DIRECT_DB_CHANGE
INFOTYPE
NO_AUTHORITY_CHECK

Exceptions

ILLEGAL_INFOTYPE
INTERNAL_ERROR
NOTE_LOCKED
NOTE_NOT_CREATED
NO_AUTHORITY

Function Group

RHNT

BAL_S_LOG - Application Log: Log header data   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 1840 Date: 20240523 Time: 171524     sap01-206 ( 32 ms )