‎2008 Jan 08 12:11 PM
Is it possible to write coding in flow logic part of screen painter?
‎2008 Jan 08 12:34 PM
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
‎2008 Jan 08 12:36 PM
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?
‎2008 Jan 08 12:41 PM
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.....