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

Module programming..

Former Member
0 Likes
685

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
Read only

Former Member
0 Likes
652

the best way is to create a module pool program

5 REPLIES 5
Read only

Former Member
0 Likes
653

the best way is to create a module pool program

Read only

Former Member
0 Likes
652

Hi Pinky,

Just attach a TCODE to ur program...

Regards

ANUPAM

Read only

0 Likes
652

Thank u for ur reply..

but

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

Regards,.

Read only

Former Member
0 Likes
652

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.

Read only

Kanagaraja_L
Active Contributor
0 Likes
652

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