SAP Function
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 sub-object 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 program.
With this function module, you write the log header data in local memory.
With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like APPL_LOG_WRITE_SINGLE_MESSAGE.
With this function module you write one or more messages, without parameters, in local memory.
With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
will return the IP address of the terminal in hex.
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 sub-object 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 program.
With this function module, you write the log header data in local memory.
With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like APPL_LOG_WRITE_SINGLE_MESSAGE.
With this function module you write one or more messages, without parameters, in local memory.
With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
will return the IP address of the terminal in hex.
Create Control for log display
Release Control
Put new data in log display
Delete logs from the database
Unlock log
Lock log
Load logs from the database
Load log(s)
Save logs in the database
Save log(s)
Prepare save
Find logs in the database
Display messages in memory
Display Log
Either output extended long text or call a callback routine (based on the data in BAL_S_LOG-PARAMS)
Output all log header data
Display message long text
Either output extended long text or call a callback routine (based on the data in BAL_S_MSG-PARAMS)
Output technical data of a message such as work area, error number, etc.
End output
Initialize output
Set dataset to be displayed
Message hierarchy in DETLEVEL
Display without tree (fullscreen)
Display without tree (popup)
Standard profile (SLG1) for one log
Standard profile (SLG1) for a lot of logs
Assign authorization
Reset authorization
Release Control
Put new data in log display
Delete logs from the database
Unlock log
Lock log
Load logs from the database
Load log(s)
Save logs in the database
Save log(s)
Prepare save
Find logs in the database
Display messages in memory
Display Log
Either output extended long text or call a callback routine (based on the data in BAL_S_LOG-PARAMS)
Output all log header data
Display message long text
Either output extended long text or call a callback routine (based on the data in BAL_S_MSG-PARAMS)
Output technical data of a message such as work area, error number, etc.
End output
Initialize output
Set dataset to be displayed
Message hierarchy in DETLEVEL
Display without tree (fullscreen)
Display without tree (popup)
Standard profile (SLG1) for one log
Standard profile (SLG1) for a lot of logs
Assign authorization
Reset authorization
Read configuration
Set configuration
Put function group memory in ABAP-MEMORY
Get function group memory from ABAP-MEMORY
(Partially) reset global memory
(Partially) initialize memory
Get current message handle
Get message defaults
Find logs in memory
Find messages in memory
Create log with header data
Create log with header data
Delete log (from database also at Save)
Check existence of a log in memory
Change log header
Check log header data for consistency
Read log header and other data
Put message in log
Put message in log
Change message
Change message
Check message data for consistency
Add message cumulated
Delete message
Delete message
Check existence of a message in memory
Set configuration
Put function group memory in ABAP-MEMORY
Get function group memory from ABAP-MEMORY
(Partially) reset global memory
(Partially) initialize memory
Get current message handle
Get message defaults
Find logs in memory
Find messages in memory
Create log with header data
Create log with header data
Delete log (from database also at Save)
Check existence of a log in memory
Change log header
Check log header data for consistency
Read log header and other data
Put message in log
Put message in log
Change message
Change message
Check message data for consistency
Add message cumulated
Delete message
Delete message
Check existence of a message in memory
Read message and other data
Replace last message
Delete log from memory
Delete log from memory
Output message as ABAP-MESSAGE
Read Application Log objects table record
Check whether object and subobject exist and the combination is allowed
Read subobject table record
Trigger an event from ABAP/4 program
Fetch job log executions
Get the change document header for a sales document, and put the results in an internal table.
Replace last message
Delete log from memory
Delete log from memory
Output message as ABAP-MESSAGE
Read Application Log objects table record
Check whether object and subobject exist and the combination is allowed
Read subobject table record
Trigger an event from ABAP/4 program
Fetch job log executions
Get the change document header for a sales document, and put the results in an internal table.
Example: CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING objectclass = 'EINKBELEG' objectid = l_objectid username = space TABLES i_cdhdr = lt_cdhdr. LOOP AT lt_cdhdr WHERE udate IN s_aedat. CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = lt_cdhdr-changenr TABLES editpos = lt_editpos. LOOP AT lt_editpos WHERE fname = 'LOEKZ' AND f_new = 'L'. p_desc = text-r01. " Cancel Contract ENDLOOP. ENDLOOP. |
Get the details of a change document, and store them in an internal table. This will tell you whether a field was changed, deleted, or updated.
Example: CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING objectclass = 'EINKBELEG' objectid = l_objectid username = space TABLES i_cdhdr = lt_cdhdr. LOOP AT lt_cdhdr WHERE udate IN s_aedat. CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = lt_cdhdr-changenr TABLES editpos = lt_editpos. LOOP AT lt_editpos WHERE fname = 'LOEKZ' AND f_new = 'L'. p_desc = text-r01. " Cancel Contract ENDLOOP. ENDLOOP. |
Return all of the characteristics for a material
Move the negative sign from the left hand side of a number, to the right hand side of the number. Note that The result will be left justified (like all character fields), not right justifed as numbers normally are.
Export a text table to the clipboard (on presentation server)
Import a Text Table from the Clipboard (on presentation server)
To load long text into SAP
converts any number into a string fill with zeroes, with the number at the extreme right
Move the negative sign from the left hand side of a number, to the right hand side of the number. Note that The result will be left justified (like all character fields), not right justifed as numbers normally are.
Export a text table to the clipboard (on presentation server)
Import a Text Table from the Clipboard (on presentation server)
To load long text into SAP
converts any number into a string fill with zeroes, with the number at the extreme right
Example: input = 123 output = 0000000000000...000000000000123 |
converts any number with zeroes right into a simple integer
No comments:
Post a Comment