‎2008 Mar 10 1:55 AM
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
‎2008 Mar 10 2:47 AM
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
‎2008 Mar 10 2:47 AM
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
‎2008 Mar 10 3:57 AM