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

problem with text in module pool

Former Member
0 Likes
330

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

2 REPLIES 2
Read only

Former Member
0 Likes
313

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

Read only

former_member196299
Active Contributor
0 Likes
313

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