‎2006 Aug 03 2:49 PM
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.
‎2006 Aug 03 2:57 PM
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
‎2006 Aug 03 2:57 PM
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