Application Development 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: 

Is possible change a text field value with ABAP?

Former Member
0 Kudos

Hi experts,

Is possible change the value of a text field during PBO processing?

With "LOOP AT SCREEN" I´m able to change things like REQUIRED, VISIBLE, LENGTH, etc. But what I want is change the value of text field with ABAP (without edit in Screen Painter).

With an Input/Output field I change the value of associated variable and the field value automatically change. But didn´t work with text field. Is that possible?

Thanks,

Charles

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

I don't think that's possible because the field that you want to change acts like a constant.

See this: http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801c54454211d189710000e8322d00/frameset.htm

Regards.

2 REPLIES 2

Former Member
0 Kudos

Hello,

I don't think that's possible because the field that you want to change acts like a constant.

See this: http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801c54454211d189710000e8322d00/frameset.htm

Regards.

0 Kudos

Thank you David.

You just confirmed what I had guessed.