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

statement after endform doesnt work

Former Member
0 Likes
584

why the write statement doesnot work after endform statement.

ENDFORM.

write:/ 'syed'.

Moderator message: please read ABAP documentation.

Edited by: Thomas Zloch on Dec 7, 2010 11:48 AM

4 REPLIES 4
Read only

Former Member
0 Likes
546

Hi,

Include write statement inside the endform.

Regards,

Thiru

Read only

Former Member
0 Likes
546
Read only

Former Member
0 Likes
546

perform print.

FORM print .

write:/' abc'.

ENDFORM.

start-of-selection.

write: 'xyz'.

Edited by: vangala srujana on Dec 7, 2010 10:38 AM

Read only

former_member188827
Active Contributor
0 Likes
546

move your write statement after perform statement.