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 Pgm

Former Member
0 Likes
438

Is it possible to write coding in flow logic part of screen painter?

3 REPLIES 3
Read only

Former Member
0 Likes
410

Yes it is possible,

In the flow logic of the screen painter.

Create two modules .

1.PAI.

2.PBO.

in PAI (process after input)

write the coding for whatever u should do once u entered the input, eg.validation of fields.

In PBO(process before output)

write the coding that should happen before u give inputs.

reward if helpful.

thanks.

Ramya

Read only

0 Likes
410

I think u r telling abt writing coding in SE38-program of that screen.My doubt is to write in that flow logic screen itself?

Read only

Former Member
0 Likes
410

Hi,

Khanna,

Yes it is possible to write coding in the flow logic

see flow logic directly cant understand the coding in ABAP, it all together needs some other language to understand so SAP has given us a facility to write our coding in ABAP indirectly as see

flowlogic is nothing but combination of PBO and PAI

so if u want to write any coding place that coding just open one module in wanted place i mean to say in PBO or PAI as

Module Module_name.

then by double clicking on it i mean on the module_name it will take to u to the corresponding program and places the cursor

between module and endmodule then write u r code. Then it as good as writing code in the flow logic

still if u have any doughts plzz contact me on mutyalasunilkumar@gmail.com

plzz reward if it is usefull to u.....