Application Development 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: 

Write output inside a window

Former Member
0 Kudos

Hi all,

How to Write output inside a window

Thanks in advns,

Das.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Hi,

Use this code:

AT LINE-SELECTION.

SELECT * FROM KNA1 WHERE KUNNR = GV_KUNNR.

WINDOW STARTING AT 05 10

ENDING AT 50 20.

WRITE: KNA1-KUNNR.

ENDSELECT.

Reward points if found helpfull...

Cheers,

Chandra Sekhar.

2 REPLIES 2

dev_parbutteea
Active Contributor
0 Kudos

Hi,

If you want to display simple message you can use FM 'POPUP_TO_INFORM'

Regards,

Sooness

Former Member
0 Kudos

Hi,

Hi,

Use this code:

AT LINE-SELECTION.

SELECT * FROM KNA1 WHERE KUNNR = GV_KUNNR.

WINDOW STARTING AT 05 10

ENDING AT 50 20.

WRITE: KNA1-KUNNR.

ENDSELECT.

Reward points if found helpfull...

Cheers,

Chandra Sekhar.