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

custom controls in batch input..long text entry in batch input program

Former Member
0 Likes
490

i am using a custom control for long text input in a customer created screen(using CALL

FUNCTION 'RH_EDITOR_GET' and CALL FUNCTION 'RH_EDITOR_SET' functions).

in batch input recording everything is fine but when i run the batch

input program created with the recording it is not possible to enter

long text

in this customer control. how can i achieve to enter long texts into

the custom control used for long text entry with the batch input

program?

thanks

1 REPLY 1
Read only

Former Member
0 Likes
378

Hi

Generally for long text we use the function module SAVE_TEXT.

Use this it might help you.

BR

Sree