what is the procedure for direct I/P method?
Answer Posted / k.nagalakshmi
In case of direct input method validations will be done
based on pre-defined function modules.
PRE-DEFINED DIRECT INPUT PROGRAMS:
1.RMDATIND:Direct input program on material master
application
2.RFBIDE00:Direct input program on customer master
application
3.RFBIKR00:Direct input program on vendor master
application.
procedure for direct I/P method on MATERIAL APPLICATION
-------------------------------------------------------
RMDATGEN is the program to download data from material
master application to flat file.
1.go with se38.
2.provide name:RMDATGEN
3.PRESS F8.
4.let us provide which material no data we want to download
ex:628(go for any existing)
5.select option
select write file to presentation server i.e ws_download
executes
6.provide file name as for ex.c:\lakshmi.txt
7.press f8.
8.go with se38
9.provide program name:RMDATIND
10.press f8
11.select option :using physical filename
12.provide filename:c:\lakshmi.txt
13.provide option lock mode:E
E indicates unlocking automatically
14.press f8.
system will provide material no implicitly.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How many ways can a sap system be accessed?
What is synchronous update?
What is the syntax for ‘call transaction’?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What are the types of the programming language used in the sap abap software?
What are the types of table fields in the sap abap?
What are the requirements a dialog program must fulfill?
What is the table & field to identify the no of items (bottles) stored in one case?
What are the uses of the information in the data dictionary? : abap data dictionary
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is tcode se16?
What is an Open Item in SAP? How will you find an Open Item in SAP?
What are the attributes of a field that can be activated or deactivated during runtime?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization