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

Reg Direct input method

Former Member
0 Likes
516

Hi experts,

Can you please provide documentation on Direct input method or any link which gives me overall idea.

Yakub.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
495

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

Reward if useful.

Thanks,

Kishore

3 REPLIES 3
Read only

Former Member
0 Likes
496

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

Reward if useful.

Thanks,

Kishore

Read only

Former Member
0 Likes
495

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.

Read only

Former Member
0 Likes
495

Hi Yakub ,

Welcome to SDN.

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