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

Retrieve Error messages from Error Log - for CJ30

Former Member
0 Likes
2,003

Hi All,

We are doing a call transaction on CJ30. On screen when we do a syntax check and there is an error, we get a pop-up message of the error on the screen.

Get the following messages -

Message type is green - "Overall budget less than distributed budget"

Message type is red - "- 1199991: 900.00 < 1,600.00 (USD)"

The help on both rows displays the following.

Overall budget less than distributed budget

Message no. BQ001

Diagnosis

The total budget for one or more of the WBS elements is less than the distributed budget.

- 1199991: 900.00 < 1,600.00 (USD)

Message no. BQ002

Diagnosis

The total budget 900.00 USD in WBS element 1199991 is less than the distributed budget 1,600.00 USD.

The Call transaction on CJ30 results in a generic error message in the error table.

Errors found --> Access the error log

Need a way to retrieve the error message from the Error Log,

Have had no luck so far, any suggestion is appreciated.

Thanks and Regards

Lalitha

Hi All,

We are doing a call transaction on CJ30. On screen when we do a syntax check and there is an error, we get a pop-up message of the error on the screen.

Get the following messages -

Message type is green - "Overall budget less than distributed budget"

Message type is red - "- 1199991: 900.00 < 1,600.00 (USD)"

The help on both rows displays the following.

Overall budget less than distributed budget

Message no. BQ001

Diagnosis

The total budget for one or more of the WBS elements is less than the distributed budget.

- 1199991: 900.00 < 1,600.00 (USD)

Message no. BQ002

Diagnosis

The total budget 900.00 USD in WBS element 1199991 is less than the distributed budget 1,600.00 USD.

The Call transaction on CJ30 results in a generic error message in the error table.

Errors found --> Access the error log

Need a way to retrieve the error message from the Error Log,

Have had no luck so far, any suggestion is appreciated.

Thanks and Regards

Lalitha

4 REPLIES 4
Read only

Former Member
0 Likes
1,396

I'm not sure this can be easily done. (I've tried to do something similar in the past.)

In any event, you can try running a trace (ST05) in parallel with checking the error log. That will tell you which tables are hit.

Rob

Read only

0 Likes
1,396

Hi Rob,

Tried the SQL trace, but not sure if it hit any relevant tables,

These are the objects it hit, and they all seem to be mostly generic ones.

D347T, DDFTX ,USRBF2, TCVIEW,UST12, T100,TFDIR, TBP0L, DD02L etc.

I was thinking of using the FM 'APPL_LOG_READ_DB' , which basically is SLG1,

but not sure of the object and program that needs to be passed.

Tried executing SLG1 for just my user ID for a date range, nothing comes up,

which leads me to believe this FM might not help.

Appreciate your suggestion.

Thanks and Regards

Lalitha

Read only

Former Member
0 Likes
1,396

That's why it's difficult. I think you may have to debug the program. I think you'll find that is a something created within the program.

(I removed one of the duplicate posts, so you may get a stern e-mail. You can ignore it.)

Rob

Read only

0 Likes
1,396

Thanks Rob, yep planning to debug to find a solution.

(session timed out,might have ended in the dbl post, thanks for removing it.)

Thanks

Lalitha