2010 Feb 05 12:49 PM
hi gurus,
i have requirement....on customer master where i have to use direct input for the normal fields
and use the idoc for the extended fields
is it possible to do this using just one LSMW
rather 2 LSMW for idoc and lsmw separately
thanks in advance.
hi gurus,
i have requirement....on customer master where i have to use direct input for the normal fields
and use the idoc for the extended fields
is it possible to do this using just one LSMW
rather 2 LSMW for idoc and lsmw separately
thanks in advance.
2010 Feb 06 3:01 PM
Hi,
You can write some logic during the conversion of the fields using ABAP code.
Eg call a BAPI or function module to update the master data, leave only the other data for creating idocs.
Have a look in the generated program for the conversion. You will see that you can skip a transaction and/or a record.
So if you only have master data skip the transaction.
Success,
Rob