Application Development 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: 

Module programming..

Former Member
0 Kudos
98

Hi,

I have been assigned to do screen programming.. But i do have a great doubt.

Should i create a Module program or Do i have to create an executable program and call the screen using the statement "call screen" ?

What is the difference?

Looking for clarification..

Thank u.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
65

the best way is to create a module pool program

5 REPLIES 5

Former Member
0 Kudos
66

the best way is to create a module pool program

Former Member
0 Kudos
65

Hi Pinky,

Just attach a TCODE to ur program...

Regards

ANUPAM

0 Kudos
65

Thank u for ur reply..

but

Colud u please explain me the difference between those 2 ways?

Regards,.

Former Member
0 Kudos
65

Hi,

we can create the module pool programming as per customer requirement screens . we can design a layout for that one . to that layout we have a flow logic we will write the logic for the screens in pbo, pai,poh,pov.we attach this program to the main program.

for this we have a Top include, includefor pbo, include for pai,include for form interface.

we can create our own transaction code for this program.

all these can be done in se80.

Please reward points if it is useful.

Regards,

satish.

Kanagaraja_L
Active Contributor
0 Kudos
65

Better You can use Module Pol programming and then Assign the Program to Transaction Code.

Call Screen 100, Calling the Customizing screen for Populating/Processing/ Displaying Your Datas in the screen.

Kanagaraja L