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

Printing

Former Member
0 Likes
386

how can i print naval's using abap, mean to say print "'".

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
358

Use the below code....

WRITE 'naval"'s'.

2 REPLIES 2
Read only

Former Member
0 Likes
359

Use the below code....

WRITE 'naval"'s'.

Read only

Former Member
0 Likes
358

hi,

THIS IS WORKING RAM

WRITE : 'naval' 's'.

BETWEEN 'naval' AND 's' DONT GIVE SPACE IN YOUR PROGRAM.

REGARDS

PURHSOTH

Message was edited by:

Purshothaman P

Message was edited by:

Purshothaman P