‎2008 Jul 18 4:52 PM
I included 1 custom module for screen not (302) in the main program (SAPLF040) as below.
PROCESS AFTER INPUT.
MODULE EXIT AT EXIT-COMMAND.
MODULE PAI_ZZPOL.
and when i activate this program the status shows as (Modified/Active).
And when i click on the module pai_zzpol it says object is not created.
Do we need to do anything to activate screens like regenerate screens. if so how to do. Please help.
Edited by: shiva Marthy on Jul 18, 2008 5:55 PM
‎2008 Jul 18 4:57 PM
Hello Shiva,
Just by writing the module statement will not actually create teh module.
When you click on it, it will say object not created and will also ask you if you want to create it.
Click on yes, which will actually create the module, save, activate and come back.
You can then add the required code inside the module.
cheers,
Sushil Joshi
‎2008 Jul 18 5:01 PM
Yes i did everything. But when i go back to the main program the status displays as (Modified/Active).
‎2008 Jul 18 5:24 PM
Hi Shiva,
Switch to object navigator and right click on the main object and activate. May be some of the included items were not activated.
Regards,
Srilatha.
‎2008 Jul 18 5:31 PM
Hello shiva Marthy ,
Go to that newly created include and activate that first then activate the main include.
Thanks,
Greetson