You are on page 1of 3

SAP Certification, Functional, Basis Administration and ABAP Programming Reference Books

List of ABAP Functions


ABAP_DOCU_DOWNLOAD Download ABAP documentation in HTML format. With this function module you delete logs in the database according to specified selection conditions With this function module you can analyze logs in the database. With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database. This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory. With this function module you read the log data in the database for an object or subobject according to specified selection conditions. With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object. With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the APPL_LOG_WRITE_... messages are written in local memory or are output on the screen. With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling

APPL_LOG_DELETE

APPL_LOG_DISPLAY

APPL_LOG_DISPLAY_INTERN

APPL_LOG_INIT

APPL_LOG_READ_DB

APPL_LOG_READ_INTERN

APPL_LOG_SET_OBJECT

APPL_LOG_WRITE_DB

You might also like