‎2006 Nov 20 6:27 AM
Hello,
as we all know that we can choose a std Object/method/program name and program type in the 1st step of LSMW. what if we want to use Z* program instead of std program in this step.
e.g. we have 2 extra address fields of Customer master. so we can copy the std Customer master LSMW program and make the changes in the program.
cud somebody giv me the steps involved in this process ? like how to link the copied Z* program to Customer business object ? how to get the extra fields in the Tech Mapping step ?
thx ...
Nik.
‎2006 Nov 20 4:23 PM
Hello,
If you want to register an LSMW object type,
You need to register an Object and a link to the Z program by adding entries in following tables by SM30:
SXDA0
SXDA1
SXDA2
SXDA3
Once the program is registered in the above tables, you will see the object in F4 ( Possible Entries ) in step 1 of the LSMW.
Hope this helps.
Best Regards, Murugesh AS
‎2006 Nov 20 1:34 PM
Hi You can try this way,
you can modify and register your developed program in Data transfer workbench.
transaction is SXDA.
play around the transaction, you will get some idea. but i think its not a best idea.
write a BDC.
hope this helps
‎2006 Nov 20 1:36 PM
it is not advisable to change a standard customer program and modify it as it may have further issues...
instead write a program and use BDC in it which will help u better.
‎2006 Nov 20 4:23 PM
Hello,
If you want to register an LSMW object type,
You need to register an Object and a link to the Z program by adding entries in following tables by SM30:
SXDA0
SXDA1
SXDA2
SXDA3
Once the program is registered in the above tables, you will see the object in F4 ( Possible Entries ) in step 1 of the LSMW.
Hope this helps.
Best Regards, Murugesh AS