Application Development 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: 

batch input

Former Member
0 Kudos

hi,

i run inbound FM in foreground in we19.

when it comes to call transaction, error message saying idoc has wrong status and also idoc open in process mode.

if in background no such error. may i know how to see the batch input process? or any way i can see the batch input process.

thanks

3 REPLIES 3

anversha_s
Active Contributor
0 Kudos

hi,

u can use

SY-BINPT

for chking in background running.

Regards

ANver

0 Kudos

hi,

what is SY-BINPT? how to check.

thanks

Former Member
0 Kudos

to the continuation for the above posts, SY-BINPT is the system variable that available in SYST table at runtime. if it is 'X' then ur program is running in background, if its balnk, it s not running in background.

In FM, keep a break point and execute and check for this variable.

Regrads,

Sujatha.