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

Batch Job-

Former Member
0 Likes
647

Pls. let me know that How to handle the messages in batch jobs?

thanq

Message was edited by:

Srinivas

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
605

One basic question: How do you run you background job? How does the program post the document - BDC or BAPI or something else?

Regards,

Naimesh Patel

Pls. let me know that How to handle the messages in batch jobs?

thanq

Message was edited by:

Srinivas

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
606

One basic question: How do you run you background job? How does the program post the document - BDC or BAPI or something else?

Regards,

Naimesh Patel

Read only

0 Likes
605

thanq,

am not sure, but I got info from SM35, SM50 that , Its <i><b>RVV50R10C</b></i>

with Z variant.

thanq

Read only

Former Member
0 Likes
605

You can write it to application log (SLG1) using the FM BAL_LOG_CREATE, BAL_LOG_MSG_ADD, and BAL_DB_SAVE.

Albert