Skip to Content
0
Former Member
Nov 07, 2008 at 04:17 AM

Dialog Prg CL_GUI_TEXTEDIT

54 Views

Hi abapers,

Am developing a dialog program.

am updating 2 Ztables Headr & Item. in my item table am placing 2 fields of char 255.

so for that am using the class CL_GUI_TEXTEDIT (with help of CONSTRUCTOR method)

which places 2 text editor(s) which i can enter some text.

in transaction am having more than 20 fields.

when am running the Transaction for first time when am using vertical scroll to enter some text in text editor(s).

((am placing the text editors at the bottom of the screen ))

they are working fine.

so when am entering the data for second time am using vertical scroll up in order to enter data from the first field

onwards.

at this time the text editor(s) are remaining at the same position.

means the fields before the text editors are over lapping with these text editors .

so am not able to enter the data in those fields.

these text editors are not moving up and down when am using the vertical scroller .

they remain fixed in the same position.

any one of please give me the solution where the text editors also should move up and down when i used the scroller.

Thanks & Regards,

Rajesh konda