Application Development 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: 

LSMW for IA05: Data is not written in read step

Former Member
0 Kudos

Hi

I am trying to upload Task List using LSMW standard object

Object 0490 Gen.task list

Method 0000

Program Name IBIP

Program Type B Batch Input

I am able to read and write IBIPTLST file . file IBIPTEXT & IBIPTLOP is only read and not written.

Can somebody give some details about loading Task List if it has to be done in a particular way.

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

for all 3 files you need to pass some common filed like

here INDENT is commaon field for all 3 file based on this field like(1000) it will written the data.

IBIPTLST file

INDENT ( 1000 for first record, 2000 for 2 record)

filed1

filed2

.

;

IBIPTEXT file

INDENT ( 1000 for first record, 2000 for 2 record)

filed3

filed4

.

IBIPTLOP file

INDENT ( 1000 for first record, 2000 for 2 record)

filed5

filed6

.

1 REPLY 1

Former Member
0 Kudos

for all 3 files you need to pass some common filed like

here INDENT is commaon field for all 3 file based on this field like(1000) it will written the data.

IBIPTLST file

INDENT ( 1000 for first record, 2000 for 2 record)

filed1

filed2

.

;

IBIPTEXT file

INDENT ( 1000 for first record, 2000 for 2 record)

filed3

filed4

.

IBIPTLOP file

INDENT ( 1000 for first record, 2000 for 2 record)

filed5

filed6

.