cancel
Showing results for 
Search instead for 
Did you mean: 

concatenate statement in sapscript

Former Member
0 Kudos

Hi,

Is there any concatenate statement in sapsscript. If iti s there what will be its syntax?

Please provide me guidelines for solving this problem.

Accepted Solutions (0)

Answers (6)

Answers (6)

matt
Active Contributor
0 Kudos

ricx .s

Please read the first post in the General forum. And stop posting SAPScript and smartform questions there! I've moved it for you this time. next time it will be rejected

Former Member
0 Kudos

Why not do that in driver program?

Former Member
0 Kudos

Hi,

In the script program you have to write:

/: PERFORM <formname> IN PROGRAM <subprog>

/: USING &INVAR1&

/: USING &INVAR2&

/: CHANGING &OUTVAR1&

/: ENDPERFORM

and in the subroutine program <subprog> you have to write:

CONCATENATE invar1 invar2 into outvar1.

Regards

Sabu

Former Member
0 Kudos

hi,

Actually the value(text) is stored in a single variable on which i have to place the concatenate statement.

Is there any way doing it ?

Edited by: ricx .s on Jun 3, 2009 10:30 AM

Former Member
0 Kudos

This message was moderated.

matt
Active Contributor
0 Kudos

Copy paste answer from http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm removed.

Simple rule: if you didn't write it - don't post it.

matt

Former Member
0 Kudos

Hi,

In window..u have to use PERFORM statement. within the form...endform...u can write ur logic.

Regards,

ramesh.

Former Member
0 Kudos

hi,

is there any exmaple for it available?

Former Member
0 Kudos

Hello,

Refer this link

https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=concatenatestatementinsapscript&adv=false&sortby=cm_rnd_rankvalue