cancel
Showing results for 
Search instead for 
Did you mean: 

Text_element no found in script.. but visible in debugging

Former Member
0 Kudos

Hi Experts,

i am not able to find text-element in script from. but when i debugg it it is visible in main window..

this text element is used to print TOP area of main window.

using fowwing write forms:

call function write_form

exporting

element = 'XYZ'

type = 'TOP'.

and

call function write_form

exporting

element = 'XYZ'.

Is there anyway to hide text tht lies in any text_element??

Regards,

Prash

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member585060
Active Contributor
0 Kudos

It will be under

TOP ENDTOP commands in Main window, search for the text under that commands,

Give the paragraph format as /* which means comment line.

ex

/: TOP

/* XYZ

/: ENDTOP

so it won't print XYZ as it has paragraph format as comment.

Regards

Bala Krishna