‎2013 Jul 02 2:29 PM
Hi All ,
There is a batch job which failed , this job has failed due to run time error MESSSAGE_TYPE_X ,
Could you please let me know as to why this error is caused and how it can be rectified .
The error in the messge log shows ERROR IN LINKAGE ------> CONTACT SAP .
Thanks and Regards
Kannan
‎2013 Jul 03 6:41 AM
Hi Kannan,
SAP note 1514599 describes this issue, but check (and apply if missing) all of the following SAP notes:
1507976 SchedMan: Workflow does not continue to run
1514599 SchedMan: Job terminates with KZ555
1528256 SchedMan: Message KZ 555 does not exist
1689063 SCMA/CLOCO - dump message type X
Regards,
Klaus
‎2013 Jul 02 2:33 PM
Hi Kannan
What was the batch job..? Is is a report or update program..
Is it running in foreground?
Anyway, Check with the OSS Note: 1514599
Regards,
venkat
‎2013 Jul 02 3:17 PM
Hi Kannan
Is the batch job related to a report or update program.
Check with the OSS Note: 1514599
Regards,
Jainender Jain
‎2013 Jul 02 3:49 PM
Hi kannan,
Share the screenshot of the ST22 dump. See source code section to find where it abended and search with the program for notes if it is a standard program.
Regards,
Karthik
‎2013 Jul 02 4:01 PM
If possible debug the job again using SM37 - select the job - run JDBG command.
Else search for that message and see where it is used and check where that message can be touched in your code.
‎2013 Jul 03 5:53 AM
Today I ran the program in foreground with the same variant in S1Q , it ran successfully , but the problem arises when i schedule it in the background .
Thanks Kishore , I shall debug the job and get back to you thanks
‎2013 Jul 03 6:41 AM
Hi Kannan,
SAP note 1514599 describes this issue, but check (and apply if missing) all of the following SAP notes:
1507976 SchedMan: Workflow does not continue to run
1514599 SchedMan: Job terminates with KZ555
1528256 SchedMan: Message KZ 555 does not exist
1689063 SCMA/CLOCO - dump message type X
Regards,
Klaus
‎2013 Jul 03 6:53 AM
Dear Kannan,
Do you use any GUI function --- ( CALL GUI.....) in your program.
If so, please let me know.. You cannot use GUI functions in the background....
Regards,
Venkat
‎2013 Jul 03 9:13 AM
Dear All ,
Note 1689063 has been implemented and the runtime error was prevented..
Thanks All
Kannan