Posted: Thu May 21, 2009 5:22 pm Post subject: DESTINATION 'NONE'
Интересную вещь обнаружил, если создавать инвойсы вызовом ФМ
'BAPI_INCOMINGINVOICE_CREATE' DESTINATION 'NONE'
а после вызывать
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'
IMPORTING
return = ret.
то commit не произошел, созданные документы остаются залоканными в системе.
Как правильно, нужно вызвать commit тоже c destination?
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION 'NONE'
Age: 48 Joined: 12 Jan 2009 Posts: 17 Location: Хабаровск
Posted: Fri May 22, 2009 3:23 am Post subject: Re: DESTINATION 'NONE'
Рустам wrote:
Как правильно, нужно вызвать commit тоже c destination?
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION 'NONE'
а проверить что слабо что ли.
Не знаю как 'NONE' тут похоже каждый раз новая RFC сейсия открывается,
а вот с обычным DESTINATION (допустим в другу систему) все RFC вызовы ФМ выполняются в рамках одной сейсии на принимающей системе.
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.