‎2007 May 24 1:35 PM
Hi,
In my LSMW program, i'm using Direct Input Method. The session is not getting created when I use "Start Direct Input Program"
Pls help what could be the problem
Thanks
‎2007 May 24 1:46 PM
Hi
The direct input method doesn't create a session, but updates the database directly.
U should use a Batchinput method if you need to create a session.
Max
‎2007 May 24 1:46 PM
Hi
The direct input method doesn't create a session, but updates the database directly.
U should use a Batchinput method if you need to create a session.
Max
‎2007 May 24 1:49 PM
Hi,
So long it was working fine. I made some changes to the program..after that only its creating problem.
A session always gets created and I use to go to SM35 to execute the same.
‎2007 May 24 2:09 PM
Hi
But which data you need to load? Which method are you using?
It's very strange you see "Direct Input Method", u should see these following steps:
- Create Batch Input Session
- Run Batch Input Session
Have you changed the method type?
Max
‎2007 May 24 2:08 PM
hi,
if you are using Direct Input method it will update the database directly.It won't create session.
for uploading data using LSMW-DIRECT INPUT METHOD
after step 12 i.e. DISPLAY CONVERTED DATA ->step 13 -START DIRECT INPUT PROGRAM is exexcuted so it won't create any SESSION .
steps followed are:
1 Maintain Object Attributes
2 Maintain Source Structures
3 Maintain Source Fields
4 Maintain Structure Relations
5 Maintain Field Mapping and Conversion Rules
6 Maintain Fixed Values, Translations, User-Define
7 Specify Files
8 Assign Files
9 Read Data
10 Display Read Data
11 Convert Data
12 Display Converted Data
13 Start Direct Input Program
check the steps once again.