Posted: Tue May 29, 2012 4:04 pm Post subject: Подскажите насчет выгрузки в XML
Добрый день всем.
Итак. Делаю через if_ixml.
Сначала использовал "table-based stream".
Code:
types: begin of xml_line,
data(256) type x,
end of xml_line.
data: xml_table type table of xml_line,
xml_size type i,
oStream type ref to if_ixml_ostream.
...
Про create_ostream_uri ( имя_файла ) и хочу узнать. Как указывать имя файла, так что бы он сохранился на локальной машине? Я как не бился, но сохраняется в каталоге сервера DIR_HOME (смотрел через транзакцию AL11).
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.