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
390

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

Use the below code....

WRITE 'naval"'s'.

2 REPLIES 2
Read only

Former Member
0 Likes
363

Use the below code....

WRITE 'naval"'s'.

Read only

Former Member
0 Likes
362

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