‎2007 May 18 11:23 AM
hi frnds
in my module pool i have got a text field same line the field we get in sales order item texts , the problem is that when we go to the text editor for entering the text and come back from the editor the the added text in the editor is not reflecting back when we return to our initial display of entering texts .
can any body help me with this
thanks
rohit
‎2007 May 18 11:31 AM
hey rohit,
u have to set the value of order text in PBO event of that screen flow logic.
in PBO event create one module and assign ur text value to that text field..
for ex:
sales_text = 'SALES ORDER'.
Please reward some point if useful.
Regards,
Padmakar
‎2007 May 18 11:37 AM
hi Rohit ,
This is a kind of common problem anyone faces working with mpools .
do like this :
In the PAI, catch the screen field value and pass it to a variable .
In the PBO , inside a module , pass the value of the variable to the screen field . then only it will be reflected back ...
Reward if helpful !
Regards,
Ranjita