‎2014 Jun 25 8:20 PM
Hi Experts.
I have a problem.
Program Module pool :I need create a job, but how can I do it if this type program dont has how create Variant?
Because in my company we only create a Variant and pass the name to Basis to create in productive envoirement.
Thanks experts.
‎2014 Jun 25 8:23 PM
Module pool program involves screen. And screens cannot be generated in background. So module pool programs cannot be scheduled as a job.
‎2014 Jun 25 9:11 PM
Thanks for answer Rahul.
But can I create a program report the call my transaction of my module pool program and execute it?
then I will create a job for the report program.
‎2014 Jun 25 9:27 PM
‎2014 Jun 25 9:42 PM
If a screen is getting generated in background job then the system will throw a runtime error. So that is also not possible.
‎2014 Jun 26 5:38 AM
Hi Ronaldo,
module pool programs are called via tcode. You can get the tcode(s) for your module pool from table TSTC.
Then you can try to use the BATCH INPUT RECORDER (Tcode SHDB) to record your input and generate a program from it, which you have to modify after that.
But not all screen controls can be used via batch-input, see SAP note 311440 for that.
Regards,
Klaus