2011 Oct 11 3:09 PM
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
2011 Oct 11 6:24 PM
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
2011 Oct 11 10:41 PM
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
2011 Oct 11 11:07 PM
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
2011 Oct 12 3:47 PM
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