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: 

File format problem

Former Member
0 Kudos

Hi experts,

I am trying to upload the data to SAP by using CATT method.I want to know how to form legacy file for uploading multiple service items...

My requirement is one line item may have mutiple service items.How we can form the legacy file to do this...here i have mentioned my format..but its not working...can anyone correct this format..How it will take service item for particular line item..where we hv to specify it ?

Here i am maintaining line items & service items in a single file.

eg..L for Line item fields & s for service item details field..

legacy file format is

Lfield1 Lfield2 Lfield3 Sfield1 Sfield2

Sfield1 Sfield2 (Mutiple items)

Sfield1 Sfield2 (Mutiple items)

Lfield1 Lield2 Lfield3 Sfield1 Sfield2

Sfield1 Sfield2 (Mutiple items)

Sfield1 Sfield2 (Mutiple items)

Sfield1 Sfield2 (Mutiple items)

Sfield1 Sfield2 (Mutiple items)

1 REPLY 1

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Silviya,

you file format is in general OK - you need in addition a qualifier or flag, which tells 'this is header' or 'this is position'.

In LSMW you can the fill either the header or the position structure - this is an IDENT field to be specified to get the link to the qualifier in your file.

Have a look at some other discussions for more details:

Regards,

Christian