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

Write output inside a window

Former Member
0 Likes
389

Hi all,

How to Write output inside a window

Thanks in advns,

Das.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

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
Read only

dev_parbutteea
Active Contributor
0 Likes
365

Hi,

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

Regards,

Sooness

Read only

Former Member
0 Likes
366

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.