Application Development 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: 

SET/Get or Export/Import to Memory for transacting to LSMW

Former Member
0 Kudos

Hi Gurus,

Through my program i want to transact to the T-code LSMW by call transaction. But while doing this i have to pass the values of the Project, Subproject and Object that i have prepared to the respective fields. I first tried this through the SET/GET parameter (as we usually do) and then use call transaction. But there is no parameter id present for these fields, I guess this wont be possible.

Can any one suggest how this can be done?

I heard about Export/Import Memory but i am not familiar with the commands. Can anyone please also post an example?

Thanks a lot.

Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Guys,

Any inputs from anyone for this?

Regards.

4 REPLIES 4

Former Member
0 Kudos

Guys,

Any inputs from anyone for this?

Regards.

0 Kudos

hai,

this is report name for lsmw t.code '/SAPDMC/SAPMLSMW'

submit this report with selection screen fields.

shan.

0 Kudos

Hi,

This program /SAPDMC/SAPMLSMW is a module pool and not a report, hence the submit command will not be of any use.

Regards.

SM.

0 Kudos

The solution to this problem is to use EXPORT TO MEMORY statement.

The memory id is /SAPDMCMEMORY.

Regards,

Saurabh.