2006 Aug 04 12:02 PM
Hi,
in my sapscript i have:
&'Nº Ordre d'achat/Pos. 'VBDPA-BSTKD&
My problem is the term "d'achat" because the ' of d´achat is considered as the end of a text.
How can i solve this, so that i get "Nº Ordre d'achat" as a text?
Best regards.
2006 Aug 04 12:07 PM
It seems to be ONLY VBDPA-BSTKD is the variable & the first is text. if so why you prefixed & before that.
&'Nº Ordre d'achat/Pos. 'VBDPA-BSTKD&
change this to
'Nº Ordre d'achat/Pos. &VBDPA-BSTKD&
try this. i guess, this should work.
regards
srikanth
Hi,
in my sapscript i have:
&'Nº Ordre d'achat/Pos. 'VBDPA-BSTKD&
My problem is the term "d'achat" because the ' of d´achat is considered as the end of a text.
How can i solve this, so that i get "Nº Ordre d'achat" as a text?
Best regards.
2006 Aug 04 12:07 PM
It seems to be ONLY VBDPA-BSTKD is the variable & the first is text. if so why you prefixed & before that.
&'Nº Ordre d'achat/Pos. 'VBDPA-BSTKD&
change this to
'Nº Ordre d'achat/Pos. &VBDPA-BSTKD&
try this. i guess, this should work.
regards
srikanth
2006 Aug 04 12:15 PM
hi,
And also you can achieve this in any one of the following two ways..
1. Pass that 'Nº Ordre d'achat/Pos.' as a variable (text) from the Driver Program itself. say if it is &g_text&, u can use in the layout as program symbol &g_text& &vbdpa-bstkd&
2. Declare 'Nº Ordre d'achat/Pos.' as Std. Text object at tcode So10. and if so, attach this std. text to the transport request number using the std. prg. RSTXTRAN
Thanks.
2006 Aug 04 2:16 PM
Try usng a ´ instead of a '.
When you are editing the code, select menu path INSERT -> CHARACTERS -> DISPLAYABLE CHARACTERS.
Select the character ´ from the list (or one of the others).
I did not test this, but it is worth a try!
2006 Aug 04 2:24 PM
Hi
I have one simple way to write like that in forms.
Nothing .. Just copy and past in Form..
Try this i tried once its working fine in smart forms
Elango..
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |