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

Direct Input Job

Former Member
0 Likes
612

hi,

What is Direct Input Job. Is it same as Background Job? or is there any difference...

Regards,

Swamy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
556

Hi,

Direct Input job is not as a Background job.. It is something which SAP has already given to use. It is mainly used for data loading in BDCs and LSMws.

There are some Direc input methods which are given by sap which directly does your work. Direct input job is a SAp defined job for which you dont have to write a report or program. Yes this can be done in Background also.

Prince

hi,

What is Direct Input Job. Is it same as Background Job? or is there any difference...

Regards,

Swamy

3 REPLIES 3
Read only

Former Member
0 Likes
556

Hi,

Direct Input is a type of data transfer option like BDC/Call Transaction.

Here is link from SAP Help:

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/0d/e211c5543e11d1895d0000e829fbbd/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/0d/e211c5543e11d1895d0000e829fbbd/frameset.htm</a>

Regards,

Sumant.

Read only

Former Member
0 Likes
557

Hi,

Direct Input job is not as a Background job.. It is something which SAP has already given to use. It is mainly used for data loading in BDCs and LSMws.

There are some Direc input methods which are given by sap which directly does your work. Direct input job is a SAp defined job for which you dont have to write a report or program. Yes this can be done in Background also.

Prince

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
556

Right, it is a data transfer program, it is different from a BDC/call transaction/batch input. The difference is the direct input program is a program written by SAP which directly updates the database tables for the business object that you are working with. Instead of going thru the standard SAP screens/transactions, like BDC/batch input, it does the updating directly to the DB tables.

Regards,

Rich Heilman