cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW - DIrect Input Method --PO

Former Member
0 Kudos

HI All,

I am using LSMW Direct input method to upload Purchase orders.But my probelm is i am using Two files for header and items. In my case i have to upload so many Purchase orders with multiple item data at a time.

Example.

Header file

H1 ......

H2 .......

H3 ......

H4 ......

Item File

I1 ....

I1 ....

I2 ....

I2 ....

I3 ....

I3 ....

I3....

I4....

But my question is How the program will identify Which items are related to particular Header.

Please help me on this.

What will be the identification for header and item.

Thanks in advance,

Bhanu P R Gattu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhanu,

I think u need to write some conditions in header level like if the record is not header field skip...

Thanks

kondal

Former Member
0 Kudos

I usually use a single file for both header and item:

When you specify your source file, contents must be "Data for Multiple Source Structures (Seq. File)", and header record must precede item(s) record(s):

H1

I1-1

H2

I2-1

I2-2...

Regards,

Guillermo.