2009 Jan 21 11:51 AM
Hi Experts
i want to shift my standard text just on row in upper position.
what systex should i write to achieve that.
Standard Texct code is below.
IF &BSID-BUKRS& = '2181'
&KNA1-ANRED&
ELSE
&KNB1-ZSABE&
ENDIF
&KNA1-NAME1&
&KNA1-STRAS&
IF &KNA1-PFACH& <> '0'
IF &BSID-BUKRS& = '2181' AND &KNA1-PFACH(C)& NE ''
BP &KNA1-PFACH&
ELSE
&KNA1-PFACH&
ENDIF
ELSE
ENDIF
&KNA1-PSTLZ& &KNA1-ORT01&
PERFORM GET_COUNTRYKEY IN PROGRAM ZFFR_GET_ST_NAME
USING &KNA1-LAND1&
CHANGING &T005T-LANDX&
ENDPERFORM
&T005T-LANDX&
Regards
atul
2009 Jan 21 11:56 AM
Hi,
u just write like this,
TRANSLATE <l_text> TO UPPER CASE.
Ex:
DATA text TYPE string.
text = `Careful with that Axe, Eugene`.
TRANSLATE text TO UPPER CASE.
seshu.
Hi Experts
i want to shift my standard text just on row in upper position.
what systex should i write to achieve that.
Standard Texct code is below.
IF &BSID-BUKRS& = '2181'
&KNA1-ANRED&
ELSE
&KNB1-ZSABE&
ENDIF
&KNA1-NAME1&
&KNA1-STRAS&
IF &KNA1-PFACH& <> '0'
IF &BSID-BUKRS& = '2181' AND &KNA1-PFACH(C)& NE ''
BP &KNA1-PFACH&
ELSE
&KNA1-PFACH&
ENDIF
ELSE
ENDIF
&KNA1-PSTLZ& &KNA1-ORT01&
PERFORM GET_COUNTRYKEY IN PROGRAM ZFFR_GET_ST_NAME
USING &KNA1-LAND1&
CHANGING &T005T-LANDX&
ENDPERFORM
&T005T-LANDX&
Regards
atul
2009 Jan 21 11:56 AM
Hi,
u just write like this,
TRANSLATE <l_text> TO UPPER CASE.
Ex:
DATA text TYPE string.
text = `Careful with that Axe, Eugene`.
TRANSLATE text TO UPPER CASE.
seshu.
2009 Jan 21 12:19 PM
hi
i want to shift my Text to one Row in Upper Side not in UPPER CASE.
thanks
atul
2009 Jan 21 12:25 PM
Hi..
If you are refering to Super Script or Sub script i.e then u need to use character formats...
Regards,
Navin
2009 Jan 21 12:36 PM
hi
actually i have to print customer address in sap script layout and this standard text is using there.
in the pdf layout there is 6 small window which are attached to each other and this address should be printed in the 6 windows but last field of address (country name is going out from window.) and i can not chnge the window size and also can not drag and drop because that is the requirement so i have to do some changes in my standard text copd.
regards
atul
2009 Jan 21 1:27 PM
Hello,
Can you use a smaller font size?
IF the answer to this is YES, read on, ELSE ignore:
1. If you are using a specific style in your script, create a paragraph format with a small font size(say PS).
2. In the SO10 text editor, Format --> Change Style. Use the paragraph format PS instead.
Hope this helps.
BR,
Suhas
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |