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

Read BALDAT table

Former Member
0 Likes
3,261

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,511

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

Read only

Former Member
0 Likes
1,511

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