Application Development and Automation 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: 
Read only

SAPLF040 generation problem

Former Member
0 Likes
1,287

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

4 REPLIES 4
Read only

Former Member
0 Likes
818

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

Read only

0 Likes
818

Yes i did everything. But when i go back to the main program the status displays as (Modified/Active).

Read only

0 Likes
818

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.

Read only

0 Likes
818

Hello shiva Marthy ,

Go to that newly created include and activate that first then activate the main include.

Thanks,

Greetson