2006 Dec 07 10:25 AM
I need to read log generated for IDOC processing.
Can any one please tell me how to read data from BALDAT.
Thanks in advance
Atul Mohite
I need to read log generated for IDOC processing.
Can any one please tell me how to read data from BALDAT.
Thanks in advance
Atul Mohite
2006 Dec 07 10:29 AM
Hi Atul,,
use fm.
RS_SCRP_FIELDS_RAW_TO_CHAR or
BAL_LOG_MSG_READ
Search SDN with <b>key BALDAT</b>.
Reward points if this Helps.
Manish
2006 Dec 07 10:37 AM
Hi,
Please refer the following FM's to log your errors/logs.
BAL_LOG_CREATE Create log with header data
BAL_LOG_MSG_ADD Put message in log
BAL_LOG_EXCEPTION_ADD Put exception in log
BAL_DSP_LOG_DISPLAY Display messages in memory
For more documentation go to function group of above function modules and see the documentation.
The errors or logs can be stored in DB also.
Please see the class also --> CL_APP_LOG_DIALOG
See tocde : SLG1
Regards
Bhupal Reddy