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 in Screen Painter

Former Member
0 Likes
641

Hello ,

We have one Module pool program with 5 tabs. We are taking output in tabs. When Screen painter is designed using SE51, we have taken name of tabs as Text box. For tow tabs it is only text which is hardcoded. For rest three tabs, we wish to take Text box field through Program. Text for these text boxes is PA- 123456, PR- 123456, and PN -123456. When coding is over it is displaying as PN - xxxxxx, PR-xxxxxx, PA-xxxxxx. What can be the possible reason?

Is there any problem with Numeric fields. When we debugged the code it is taking appropriate value. But when the same value is passed to module pool it is displaying like above.

Please answer this query.

Regards,

Harish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

How about PBO/PAI?

Does this value pass to your PBO and you had modify your screen before output?

4 REPLIES 4
Read only

Former Member
0 Likes
589

If it is a text field, it should not make problem with numbers...

Please check input field has proper width defined, try to enlarge and test...

Thanks

Read only

Former Member
0 Likes
590

How about PBO/PAI?

Does this value pass to your PBO and you had modify your screen before output?

Read only

Former Member
0 Likes
589

Hi,

first check u are declare text boxes in TOP INCLUDE if OK, then change data type text to integer. it may be problem of it, can u post u r code where u assigned a value in text box.

Abhilash

Read only

0 Likes
589

Thanks a lot all of u for the help.

Regards,

Harish