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

Z LSMW Program creation

Former Member
0 Likes
458

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
369

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

3 REPLIES 3
Read only

Former Member
0 Likes
369

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

Read only

Former Member
0 Likes
369

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.

Read only

Former Member
0 Likes
370

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