Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Application Log

kishorepallapothula
Participant
0 Likes
746

HI SAP Gurus,

Please let me know the purpose of application log and the creation of it.

I am strugling with one standard report which have a BADI to it.

It is equipement status report(IW38).

In the production we find some equipments which are not serviceable even all the orders are done.

I need to find the reason for that. So, i was sugested to create application logs. But i dont know about it. Please let me know.

Will be rewarded with points.

Regards,

Kishore

2 REPLIES 2
Read only

Former Member
0 Likes
542

Hi

Look at the Tcode <b>SLG1</b> which gives the application log

You have to create a Object, Subobject for your application to see your own tcode log

and you can use the following fun modules in your code as per the requirement

SBAL Application Log: Collect Messages

BAL_GLB_SEARCH_LOG Application Log: Global: Find log(s) (in memory)

BAL_GLB_SEARCH_MSG Application Log: Global: Find message(s) (in memory)

BAL_LOG_CREATE Application Log: Log: Create with Header Data

BAL_LOG_EXCEPTION_ADD Application Log: Log: Add Exception

BAL_LOG_EXCEPTION_CHANGE Application Log: Log: Exception: Change

BAL_LOG_EXCEPTION_DELETE Application Log: Log: Delete Exception

BAL_LOG_EXCEPTION_READ Application Log: Log: Exception: Read Data and Texts

BAL_LOG_EXC_ADD Application Log: Log: Exception: Add

BAL_LOG_HDR_CHANGE Application Log: Log: Header data: Change

BAL_LOG_HDR_READ Application Log: Log: Header Data: Read Data and Texts

BAL_LOG_MSG_ADD Application Log: Log: Message: Add

BAL_LOG_MSG_ADD_FREE_TEXT Application Log: Log: Message: Insert as free text

BAL_LOG_MSG_CHANGE Application Log: Log: Message: Change

BAL_LOG_MSG_CUMULATE Application Log: Log: Message: Add Cumulatively

BAL_LOG_MSG_DELETE Application Log: Log: Message: Delete

BAL_LOG_MSG_DELETE_ALL Application Log: Log: Message: Delete All Messages

BAL_LOG_MSG_READ Application Log: Log: Message: Read data and texts

BAL_LOG_REFRESH Application Log: Log: Delete log from memory

SBAL_DB Application Log: Database Interface

BAL_ARCHIVE_LOAD Application Log: Archive: Load Logs

BAL_ARCHIVE_SEARCH

BAL_DB_DELETE Application Log: Database: Delete Logs from Database

BAL_DB_LOAD Application Log: Database: Load Logs

BAL_DB_SAVE Application Log: Database: Save logs

BAL_DB_SEARCH Application Log: Database: Find Logs

Regards

Anji

Read only

Former Member
0 Likes
542

Kishore,

Application logs are a part of the Extended application functions library :

The standard SAP help is very useful and you can find it here :

http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa0216493111d182b70000e829fbfe/frameset.htm