if et_011q is requested.
*.. read fagl_011qt
if not ( i_spras is initial ).
select * from fagl_011qt into table et_011q
where versn = i_versn
and spras = i_spras.
в результате чего во внутренней таблице et_011q в поле txt45 окаываются кракозбры, хотя в fagl_011qt весь текст нормальный, язык русский, из-за чего может быть такое?
if et_011q is requested.
*.. read fagl_011qt
if not ( i_spras is initial ).
select * from fagl_011qt into table et_011q
where versn = i_versn
and spras = i_spras.
в результате чего во внутренней таблице et_011q в поле txt45 окаываются кракозбры, хотя в fagl_011qt весь текст нормальный, язык русский, из-за чего может быть такое?
Попробуйте вариант
select *
into corresponding fields of table et_011q
from fagl_011qt
where versn = i_versn
and spras = i_spras. _________________ Когда другие слепо следуют за истиной, помни - ничто не истина.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.