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

Dialog programming

Former Member
0 Likes
430

Hi Guys,

How would you know that you're already dealing with dialog programming?

What are the indications that you're already dealing with it? Thanks

Mark

3 REPLIES 3
Read only

h_senden2
Active Contributor
0 Likes
411

you will see Dynpro's, PAI, PBO, screenpainter screens.

regards,

Hans

Read only

Former Member
0 Likes
411

check the SUBC field in table TRDIR for this object name to get the object type (whether module pool : M).

or, go to program attribute and check the program type.

Read only

Former Member
0 Likes
411

Hi,

In case of dialog program we generally use the module pool concept

which consists of....

->top include

->PBO module (process before output):can give PF-STATUS and set-title......

->PAI module (process after input)

<b>reward points if useful.</b>

regards,

Vinod Samuel.