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

Error while running BAPI_XBP_JOB_START_IMMEDIATELY

Former Member
0 Likes
759

HI,

Can anybody suggest me how to run the above mentioned Function Module

I am getting the following Error.

T    ID                   NUM           MESSAGE

E   XM                   034            Internal problem (function BAPI_XBP_JOB_START_IMMEDIATELY)

What could be the issue.

Any inputs would be really appriciated.

Thanks

SAM

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
496

This function module is part of an external interface for job scheduling in function group SXBP (e.g. used by job scheduling tools). There is several dependencies or sequence of calls you have to observe, each function module is documented, as far as I know.

Are you aware of these dependencies? Did you try debugging to reach the point where the error is being issued and to understand the context?


Thomas