cancel
Showing results for 
Search instead for 
Did you mean: 

READ_FORM_LINES'

Former Member
0 Kudos

Hi experts ,

What is the Use of FM ' READ_FORM_LINES' .

Regards

Mohit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

READ_FORM_ELEMENTS to Determine text elements of a form

READ_FORM_LINES to Read contents of a text element

and also

READ_FORM_3X

READ_FORM_VERSION

Reagrds,

Shiva Kumar

Former Member
0 Kudos

Hi,

Form creation: Read contents of a text element

This function can be used to transfer the lines of a layout set element to the internal table LINES.

If the layout set name is not specified, the text lines are transferred from the open layout set, otherwise from the layout set specified. In the latter case, the text lines of the active version of the layout set are made available from the database.

Parameters

ELEMENT

FORM

LANGUAGE

WINDOW

LINES

thanks,

Aditya