SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

DESTINATION 'NONE'



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
Рустам
Специалист
Специалист



Joined: 26 Dec 2007
Posts: 73

PostPosted: Thu May 21, 2009 5:22 pm    Post subject: DESTINATION 'NONE' Reply with quote

Интересную вещь обнаружил, если создавать инвойсы вызовом ФМ
'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'
Back to top
View user's profile Send private message
Удав
Гуру
Гуру


Age: 48
Joined: 25 Jan 2008
Posts: 580
Location: Москва

PostPosted: Fri May 22, 2009 1:02 am    Post subject: Reply with quote

commit нужно вызывать внутри ФМ с destination
_________________
С уважением,
Удав.
Back to top
View user's profile Send private message
DKiyanov
Участник
Участник


Age: 48
Joined: 12 Jan 2009
Posts: 17
Location: Хабаровск

PostPosted: Fri May 22, 2009 3:23 am    Post subject: Re: DESTINATION 'NONE' Reply with quote

Рустам wrote:
Как правильно, нужно вызвать commit тоже c destination?
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION 'NONE'


а проверить что слабо что ли.

Не знаю как 'NONE' тут похоже каждый раз новая RFC сейсия открывается,
а вот с обычным DESTINATION (допустим в другу систему) все RFC вызовы ФМ выполняются в рамках одной сейсии на принимающей системе.
Back to top
View user's profile Send private message
Рустам
Специалист
Специалист



Joined: 26 Dec 2007
Posts: 73

PostPosted: Fri May 22, 2009 3:05 pm    Post subject: Re: DESTINATION 'NONE' Reply with quote

DKiyanov wrote:
а проверить что слабо что ли.


Проверил, так не работает.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION 'NONE'

Получается, что открывает новую сессию.
Back to top
View user's profile Send private message
RA
Участник
Участник



Joined: 03 Dec 2007
Posts: 13

PostPosted: Tue May 26, 2009 10:05 am    Post subject: Reply with quote

Quote:
Проверил, так не работает.

Странно, у нас так работает.
https://wiki.sdn.sap.com/wiki/display/ERPSCM/How+To+Goods+Movements+with+BAPI :

Quote:

* Call BAPI to create Goods Movement
CALL FUNCTION 'BAPI_GOODSMVT_CREATE' DESTINATION 'NONE'

* If no error, commit
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION 'NONE'
EXPORTING
wait = 'X'.


http://www.sap-abap4.com/calling-function-modules-in-parallel-universes-166/

Quote:
Subsequent calls to the same destination but different function modules will be executed in the same bubble.
Back to top
View user's profile Send private message
Рустам
Специалист
Специалист



Joined: 26 Dec 2007
Posts: 73

PostPosted: Wed May 27, 2009 1:43 pm    Post subject: Reply with quote

RA wrote:
Странно, у нас так работает.


Может у вас неявный коммит происходит?
Я не закрывал текущую программу, откуда происходит вызов BAPI.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
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.