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

Checking of Batch Input Folders

Former Member
0 Likes
1,539

Good Morning,

In transaction SM35 i can check the status of Batch Input Folders. How can i check it using ABAP?

Is there any function to do so?

Best Regards,

Pedro Gaspar

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
936

Batch input header are stored into table APQI.

Name of folder is APQI-GROUPID, unique id is APQI-QID

The status is in field QSTATE

Or you can use function module CATT_BATCH_INPUT_FINISHED.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
936

I think no option,you need to go SM35 Transaction

Read only

Former Member
0 Likes
936
Read only

RaymondGiuseppi
Active Contributor
0 Likes
937

Batch input header are stored into table APQI.

Name of folder is APQI-GROUPID, unique id is APQI-QID

The status is in field QSTATE

Or you can use function module CATT_BATCH_INPUT_FINISHED.

Regards