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

Interface in ABAP

Former Member
0 Likes
477

Hi in Interfaces please explain about direct input method,at which situation we have to go for direct input method ill be greate if send me the ppt presentation regarding this, please send me the useful documents to the mail id kkumar.sr@gmail.com

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

Chk this link.

http://www.sap123.com/showthread.php?p=159

Direct Input method is used for bulk transfer of data into SAP system.It results in faster execution since no screens are processed and the SAP database will be updated directly using the standard function modules.

Better example where direct input method will be used is... uploading the data for material master.....it includes lot of views so its very much difficult to capture all the views and record the tcode and map the data in such conditions its better to go with DI methods

Advantages:

in session method or Call Transaction method while uploading the data u do the validation by fallowing the screen sequence and field sequence where as in Direct Input validations can be done set of code so this make the process very fast so its advantageous to upload large amout of data.

you always use the standard sap provided program for this.

Here in Direct Input method very important thing is structure of flat file... so to know the structure first of all you have to download the data for one record into the internal table with the use of the same program then with the use of that structure u have to desing the flat file and upload the data.

Check this link for sample code to upload Material Master data, Direct Input Program is RMDATIND

2 REPLIES 2
Read only

Former Member
0 Likes
449

Chk this link.

http://www.sap123.com/showthread.php?p=159

Direct Input method is used for bulk transfer of data into SAP system.It results in faster execution since no screens are processed and the SAP database will be updated directly using the standard function modules.

Better example where direct input method will be used is... uploading the data for material master.....it includes lot of views so its very much difficult to capture all the views and record the tcode and map the data in such conditions its better to go with DI methods

Advantages:

in session method or Call Transaction method while uploading the data u do the validation by fallowing the screen sequence and field sequence where as in Direct Input validations can be done set of code so this make the process very fast so its advantageous to upload large amout of data.

you always use the standard sap provided program for this.

Here in Direct Input method very important thing is structure of flat file... so to know the structure first of all you have to download the data for one record into the internal table with the use of the same program then with the use of that structure u have to desing the flat file and upload the data.

Check this link for sample code to upload Material Master data, Direct Input Program is RMDATIND

Read only

Former Member
0 Likes
447

Hi,

Check this link for sample code to upload Material Master data, Direct Input Program is RMDATIND

Cheers,

vasavi.