Page 1 of 1

How to run a SAP r3 program with out regenerating it in DS

Posted: Wed Nov 03, 2004 3:37 pm
by Suparv
Hi Everyone

Could someone please help me with SAP?

I need to run a SAP r3 program which is already coded and validated in SAP. I just need to run it in SAP through datastage, with out regenerating/re-building/coding it in Datastage SAP plugin.

Thank you

Posted: Thu Nov 04, 2004 6:54 am
by ShaneMuir
Not sure of the full details but in SAP you would create a function module and in the "attributes" section you choose "Remote-enabled module". In that function you'd do whatever logic you wanted (eg. in your case you could call whatever transaction/program it is that you need).

Then from somewhere external, you can call the function module, and this is where my knoweldge ends as I don't know exactly how this bit is done, but i know that it *can* be done!

If all else fails you could create the simple function module in the DataStage plugin and execute it, which will in turn execute the program

Hope this helps
Shane