We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: [sap-abap] How to add space.

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by prakashkunte (Mr.)
on Aug 19 at 11:49 AM
Mark this reply as helpfulMark as helpful
Dear Ellie,

Your solution is fantastic.
It is like lateral thinking.
Some times it happens, and we start thinking in one direction only.
I tried your suggestion and it worked fine.
Thanks a lot. I got two solutions for my problem.

Thanks everybody for your immediate reply.

Regards,

Prakash Kunte

_____
From: epalmer via sap-abap [mailto:sap-abap@Groups.ITtoolbox.com]
Sent: Wednesday, August 19, 2009 8:46 PM
To: prakashkunte
Subject: RE:[sap-abap] How to add space.




Posted by epalmer (SR ABAPS
Developer)
on Aug 19 at 11:17 AM
<http://it.toolbox.com/api/ContentVote/2940987/1/1/> Mark this reply as
helpfulMark as helpful
Had you thought about simply doing this.
data: serial_length type i.
serial_length = strlen( w_data-matnr ).
IF serial_length = 10.
CONCATENATE w_data-matnr (serial_length) c_selesprg into lv_txtname
separated by ' '.
else.
CONCATENATE w_data-matnr c_selesprg into lv_txtname
separated by space.
ENDIF.
Regards Ellie
__.____._
Copyright © 2009 CEB Toolbox, Inc. and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251

0 comments:

Post a Comment

T r a n s l a t e to your language