Skip to Content
0
Former Member
Dec 03, 2009 at 12:27 PM

Upload issue with LSMW

31 Views

Hello,

i have done LSMW for one transaction... I have maintained source and target structures... I have one file in which i get the record type as 'H' 'I' 'S'...

My requirement is one time i need to process only records with record type 'H' and by pass all other record types.... and in other file i need all....

I have tried using begin of record and end of record by using

IF record-type = 'H'.

transfer_record.

endif.

but it is not serving my purpose... i want to know how we can do the above scenario....

Regards,

Raj