2006 Jun 13 3:47 AM
Hi experts,
I tryig for line feed in the Text file. I'm using CL_ABAP_CHAR_UTILITIES=>NEWLINE.
example
CONCATENATE lv_tmp_str
wa_notes-tdline
cl_abap_char_utilities=>cr_lf
INTO lv_tmp_str.
it showing error, the Class cl_abap_char_utilities UNKNOWN.
how to declare, please help
Vani
Hi experts,
I tryig for line feed in the Text file. I'm using CL_ABAP_CHAR_UTILITIES=>NEWLINE.
example
CONCATENATE lv_tmp_str
wa_notes-tdline
cl_abap_char_utilities=>cr_lf
INTO lv_tmp_str.
it showing error, the Class cl_abap_char_utilities UNKNOWN.
how to declare, please help
Vani
2006 Jun 13 3:52 AM
What version are you on? I believe this Class is available from 47 & higher versions only..
Did you try the hex value '00'?
Regards,
Suresh Datti
2006 Jun 13 3:55 AM
Hello Vani,
<b>1</b>.
I tried without declaring .It is fine .no Syntax error.
<b>2</b>.
I believe that is related version.
Which SAP version u r using ? We are using Enterprise Version .It is ok
<b>Thanks,
Venkat.O</b>
2006 Jun 13 4:02 AM
2006 Jun 13 4:06 AM
2006 Jun 13 4:10 AM
Hi experts,
I'm not getting solution for this
need to disply the Tities for the PopUp screen, window screen, subscreens,... In Thai Language in Thai Login, But It was not displaying any thing including all the SAP standard screens. In debugging mode the sy-title is displaying but not in window title,
Other than the English Login, The titles is not Displaying
- I was checked in SE63, TRDIRT table, SNL3 transaction but of no Use
- Options I18N has been set with Thai and font
Any body had came across this.
so I want to know that any Gui patches have to install , or any setting have to be done ..
looking for your great help
2006 Jun 13 4:19 AM
My code is like that.
eventhough I'm not getting newline in a file
Data: NEWLINE(2) TYPE X VALUE '0D0A'.
loop at it_zrcom into wa_zrcom.
Concatenate wa_zabc
wa_zdef
wa_zghi
NEWLINE
into v_conct.
endloop.
Message was edited by: Satya Vani
Message was edited by: Satya Vani
2006 Jun 13 4:37 AM
Hi experts,
finally I got the line feed with your help
thanks a lot
Satya Vani.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |