‎2014 Jul 15 4:25 AM
Hey Folks,
I want to print 3 asterisks (***)after name2 in address block in script...
I tried defined a local var and stored *** value and printing it...but it is not working...also hard coded *** not working too...
Attaching a screenshot of scrpit code...
Plzz help...urgent..
‎2014 Jul 15 4:59 AM
Hi Ketan,
Actually it has to be displayed when Hardcoded, orelse try to convcatenate '***' to NAME2 in the workarea (in driver program) iteself and display as normal ®UH-NAME2&.
If it is from any standard program, try to concatenate in any sub-routine.
Regards,
Vijay
‎2014 Jul 15 4:59 AM
Hi Ketan,
Actually it has to be displayed when Hardcoded, orelse try to convcatenate '***' to NAME2 in the workarea (in driver program) iteself and display as normal ®UH-NAME2&.
If it is from any standard program, try to concatenate in any sub-routine.
Regards,
Vijay
‎2014 Jul 15 5:24 AM
hey gudala,
thnx 4 d reply.
is it possible to concatenate in that script code only ??
‎2014 Jul 15 5:43 AM
Hi Ketan, you concatenate it in a Sub-routine and bring that back to script with '***'.
-Vijay
‎2014 Jul 15 6:45 AM
so in dat script only i have to define like FORM....ENDFORM and call using PERFORm, rit ?
I mean, is internal subroutine possible ?
‎2014 Jul 15 6:49 AM
No, you need to use external Sub-routine, please follow below link.
External Subroutines in SAP Script - Community Profiles - SCN Wiki
Regards,
Vijay
‎2014 Jul 15 5:36 AM
in debugging when dat line is started debugging...then m gettin ( symbol "," is expected ) message below...