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

Session not created

Former Member
0 Likes
908

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
781

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

4 REPLIES 4
Read only

Former Member
0 Likes
782

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

Read only

0 Likes
781

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.

Read only

0 Likes
781

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

Read only

Former Member
0 Likes
781

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.