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

ABAP Runtime Error MESSAGE_TYPE_X

Former Member
0 Likes
3,656

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,052

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

8 REPLIES 8
Read only

venkateswaran_k
Active Contributor
0 Likes
2,052

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

Read only

jainender_jain2
Explorer
0 Likes
2,052

Hi Kannan

Is the batch job related to a report or update program.

Check with the OSS Note:    1514599

Regards,

Jainender Jain

Read only

Former Member
0 Likes
2,052

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

Read only

Former Member
0 Likes
2,052

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.

Read only

Former Member
0 Likes
2,052

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

Read only

Former Member
0 Likes
2,053

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

Read only

venkateswaran_k
Active Contributor
0 Likes
2,052

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

Read only

Former Member
0 Likes
2,052

Dear All ,

Note 1689063  has been implemented and the runtime error was prevented..

Thanks All

Kannan