‎2006 Oct 26 12:00 AM
Hello Friends,
Is it possible to call a custom function module from LSMW? Please let me know!
Thanks,
Sam
‎2006 Oct 26 12:04 AM
Hi,
In the step "Maintain field mapping and conversion rules" you can write code in this...Which means you can call the custom function module...
Thanks,
Naren
‎2006 Oct 26 12:04 AM
Hi,
In the step "Maintain field mapping and conversion rules" you can write code in this...Which means you can call the custom function module...
Thanks,
Naren
‎2006 Oct 26 11:07 PM
‎2006 Oct 26 11:10 PM
Hi,
You want the function module itself as a program for uploading the data??Is that your requirement..
Thanks,
Naren
‎2006 Oct 26 11:50 PM
not really..i think i will call the function from the mapping step. but anyways, is it possible to include it as one of the option?
‎2006 Oct 28 8:34 AM
Hi Sam,
You can have your own custom programs for LSMW if the standard DI/BI IDOC , BAPI dont meet your requirements.
Its little bit complex. You need to register you custom program in table through SM30.
SDX0 - Program Definition ( BI or DI )
SDX1 - Program Assignment
SDX2 - Declaring Structures
SDX3 - Declaring field identifiers for structures
You can goto SM30 and can view the standard BI/DI programs definition by using the four digit Obejct Number...
<b>AS</b>