Application Development 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: 

exception log creation

Former Member
0 Kudos

i have created a log using fm bal_log_create but it seems as if even for the condition for which i want to create the exception that condition is getting satisfied but the log is not getting created

i have also used the fm BAL_LOG_MSG_ADD

can u guys tell me what could be the issue

6 REPLIES 6

matt
Active Contributor
0 Kudos

Chances are that you're not using the function modules correctly. Have another read of the documentation and carefully examine the examples.

Former Member
0 Kudos

Hi,

[https://forums.sdn.sap.com/click.jspa?searchID=16859856&messageID=6083431]

check this.

Rhea.

Edited by: rhea on Sep 29, 2008 3:19 PM

0 Kudos

hi

now the log is getting created and i have used the display function to display it but when i go to slg1 tcode i am not able to c it

can u tell me why

0 Kudos

Hi

Are you sure that it got created?

If created then u should be able to see in sgl1 or aral tcodes. Check again the selection criteria in those tcodes.

Rhea.

0 Kudos

hi

now the log is getting created

and it is showing when the prog executesand i have used the display function to display it but when i go to slg1 tcode i am not able to c it

can u tell me why

Former Member
0 Kudos

thanks