Answer Posted / ektagalani
Direct Input method in BDC happens through LSMW. Here are
the steps:-
Steps for LSMW Direct Input (Importing Technique)
Step 1: Tcode : LSMW
Step 2:
Project :
Sub Project :
Object : Object Name
Click On 'Create Entry' Button.
Step 3:
Project :
Enter Des :
Sub Project :
Enter Des :
Object :Object Name
Enter Des :Object Description
Click On Execute (F8)
Step 4:
Maintain Object Attributes.
click Execute and Clickon Edit/Change.
select Standard Batch/DirectInput Radio Button from
"Object type and Import Techniques"
Object: 0020
method:0000
Program Name: RMDATIND
Program Type: D (Direct Input)
Save, Back.
Step 5:
Maintain Source Structures.
Click on Execute(f8)
Highlight Source Structure.
Click on Display / Change button.
Click on Create Structure button.
Enter the Source Structure
Enter Description
Continue, Save, Back.
Step 6:
Maintain Source Fields.
Click on Execute(f8)
Highlight Source Structure.
click on Copy Fields.
Select "From Data File" Radio Button
Specify "Number Of Fields"
Specify "Max Record Length"
Specify "File Name "
Click On Transfer, Save, Back.
Step 7 :
Maintain Structure Relations
Select the target Structure
Click on 'Relationship' button
Repeat the same step for all the Structures
Save, Back.
Step 8:
Maintain Field Mapping & Conversion Rules.
Select the appropriate field
Click on change,
Click on Source Field button and map with Appl Field.
Repeat the process for the remaining fields.
Save, Back.
Step 9:
Maintain Field Values,Transactions, User defined Routines
Execute(F8),
Back.
Step 10:
Specify Files.
Execute(F8)
Click On "Change button"
Select the Legacy Data on 'R/3 Application Server'.
Click on "Create"
Specify filename, Description
Select Tabulator,
Field Names at the beginning of the file continue.
Step 11:
Assign Files.
Execute (F8).
Back.
Step 12:
Read Data
Execute (F8),Execute (F8),Back, Back.
Step 13:
Display Read Data
Execute (F8),
Continue,
Back.
Step 14:
Convert Data
Execute (F8),Execute (F8),Back, Back.
Step 15: Start Direct Input Program.
Execute(F8),
Select "Program" Radiobutton
Continue.
Select via 'Physical Filename' Radio Button
Select Lock Mode .
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Sy index and sy tabix
Will 50,000 records be uploaded directly into APP's Server?
What are the aggregate objects in data dictionary? : sap abap data dictionary
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is the difference between a structure and a table? : abap data dictionary
Explain how to create any functions?
What happens if we use leave to list-processing without using suppress-dialog?
What is the t-code to display batch input sessions? : abap bdc
What are the layers of data description in r/3? : abap data dictionary
When will the current screen processing terminates?
Define external layer? : abap data dictionary
What are ranges?
How to create user interfaces for lists?
What are field groups?
Can we write the code both call transaction and session method in single program?