RE: [sap-abap] How to add space.
Posted by
Admin at
|
Share this post:
|
0 Comments
| | Posted by prakashkunte (Mr.) on Aug 19 at 11:49 AM | |
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
__.____._ 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
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Related Content
In the Spotlight
White Papers
In the Spotlight
Share Knowledge About SAP Scripting. Join the New Discussion Group
View this thread online
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion