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