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

application log sace

Former Member
0 Likes
515

hi i am saving messages to application log.

i have data containng Sale orders.

for each sale order application log has to create.

then put messages into each application log.

but while savin allication log using 'BAL_DB_SAVE' FM .following error has come .

Log not found (in main memory)

Message no. BL 207

I am usin an internal table to track log handle against SO of type

Types : begin of loginfo,

so type salorder,

log_handle TYPE balloghndl,

end of loginfo.

it is working fine if i am using only one application log for whole data. but for many application log against each sale order above problem is coming

please help.

1 ACCEPTED SOLUTION
Read only

LeonardoAraujo
SAP Mentor
SAP Mentor
0 Likes
437

The application log functionality works with a main buffer. You should consider refreshing it or removing from there the logs no longer needed.

Refer to the Standard documentation on it (it is very extensive)...

Go to SE37, enter function BAL_LOG_CREATE and go to Documentation.

There, select Application Log: Technical documentation or Quick start documentation

Hope it helps,

Leonardo De Araujo

1 REPLY 1
Read only

LeonardoAraujo
SAP Mentor
SAP Mentor
0 Likes
438

The application log functionality works with a main buffer. You should consider refreshing it or removing from there the logs no longer needed.

Refer to the Standard documentation on it (it is very extensive)...

Go to SE37, enter function BAL_LOG_CREATE and go to Documentation.

There, select Application Log: Technical documentation or Quick start documentation

Hope it helps,

Leonardo De Araujo