cancel
Showing results for 
Search instead for 
Did you mean: 

text-element in main window

Former Member
0 Kudos

Hello together,

is it sorrect, that text-elements can only be used in the main window?

Is there any chance to use text-elemnts in a new-created window?

an example that does not work:

new window: TABLE

call in print-program:

CALL FUNCTION 'WRITE_FORM'

EXPORTING

element = 'ITEM_GR'

window = 'TABLE'.

Unfortunately i need a new window with a possibility to print several text-elements.

Thanks a lot for help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marcel,

In one of my developments, i've created text elements in the windows other than MAIN window. But it worked properly. I think there might be some other reasons for ur failure. Try to trace that.

Or else u just try by changing the Window type as CONST.

Try this out & let me know in case of any other concrens..

Reward if useful.

Pavan.

Former Member
0 Kudos

Unfortunately it does not work, so i will use "if-else"- construction for printing.

Thanks @All

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

u can call text elements in any type of windows.

rewards if useful.

Thanks,

Ganesh.

Former Member
0 Kudos

Hi,

The example which you have mentioned must work.

Just check once whether you have mentioned the text element in the following way in the text editor of your TABLE window:

/E ITEM_GR

Reward points if helpful.

Thanks,

Asha

Former Member
0 Kudos

Hi,

There can be more than one text element in Main Widow.

But in secondary window only 1 text element can be Added.

regards

Sandipan

Former Member
0 Kudos

Hi,

You can make use of Text Elements for any window.

Thanks,

Asha

Former Member
0 Kudos

And how can i do this? Plz look in my example: i tried to call text-elements in an "non-main" window without success!

Thanks for reply

former_member609120
Contributor
0 Kudos

You can call multiple text elements only in the main window..In any other window, one text element can be called