Application Development and Automation 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: 
Read only

lsmw using both direct input and idco method

naveen_warren
Discoverer
0 Likes
377

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.

1 REPLY 1
Read only

Former Member
0 Likes
349

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