Posted: Tue Feb 28, 2012 1:33 pm Post subject: IMPORT FROM MEMORY ID - не читает из памяти
Добрый день!
В одной программе
Code:
DATA:
zopl_konto LIKE dm07m-konto.
zopl_konto = '3603010410'.
EXPORT zopl_konto TO MEMORY ID 'ZOPL_KONTO'.
CLEAR: zopl_konto.
IMPORT zopl_konto FROM MEMORY ID 'ZOPL_KONTO'.
во второй
Code:
DATA:
zopl_konto LIKE dm07m-konto.
CLEAR: zopl_konto.
IMPORT zopl_konto FROM MEMORY ID 'ZOPL_KONTO'.
в первом случае импорт происходит верно, во втором sy-subrc = 4.
Делается всё в одной сессии.
Запуск про последователен. Через se38.
Age: 48 Joined: 25 Jan 2008 Posts: 580 Location: Москва
Posted: Tue Feb 28, 2012 2:08 pm Post subject:
ABAP-memory работает в рамках одной внутренней сессии. Если бы из 1-й программы вызывалась 2-я через submit, то тогда во 2-й программе данные прочитались бы нормально. _________________ С уважением,
Удав.
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.