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

Where to find all the Batch, or Direct, Input Programs for SAP Data Loading

Former Member
0 Likes
1,429

Hello all,

I was wondering where I can go to get a list of all the available Batch Data Input Programs and the Direct Input Programs for Master Data Loading.

Is there a Transaction I can go to search for them?

For programs like below:

rcclbi01 <-- Batch Input Program Create Classes

RMDATIND <-- Direct Input Program for the creation of Material

Thanks all.

Hello all,

I was wondering where I can go to get a list of all the available Batch Data Input Programs and the Direct Input Programs for Master Data Loading.

Is there a Transaction I can go to search for them?

For programs like below:

rcclbi01 <-- Batch Input Program Create Classes

RMDATIND <-- Direct Input Program for the creation of Material

Thanks all.

1 REPLY 1
Read only

Former Member
0 Likes
863

Hi Michael,

Check table entries of SXDA1 table where DXPTY = 'D' and 'B' for direct input and batch input programs name respectively.

Related texts of these programs can be found in table SXDA1T.

ECC standard Batch Input programs list :

http://wiki.sdn.sap.com/wiki/display/ABAP/ECCstandardBatchInputprograms

Direct Input BDC Program's list:-

http://wiki.sdn.sap.com/wiki/display/ABAP/DirectInputBDC+Program's

hope this help you.

Thanks.

Anurag