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

Удаление позиций в документе сбыта с BAPI_SALESORDER_CHANGE



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
Лазарев
Участник
Участник



Joined: 26 Sep 2007
Posts: 22

PostPosted: Mon Jan 28, 2008 11:56 am    Post subject: Удаление позиций в документе сбыта с BAPI_SALESORDER_CHANGE Reply with quote

Добрый день!
Подскажите пожалуйста, как удалить позицию в существующем документе сбыта с использованием BAPI_SALESORDER_CHANGE.
Хотя я установил updateflag = 'D' для позиции, она не удалилась.
Back to top
View user's profile Send private message
Дэн
Участник
Участник



Joined: 14 Jan 2008
Posts: 13
Location: Израиль

PostPosted: Mon Jan 28, 2008 12:22 pm    Post subject: Reply with quote

1. Может быть вы не делаете COMMIT после вызова BAPI?

2. Какое сообщение вы получаете после вызова в RETURN?

3. Перечислите пожалуйста все поля, которые вы заполняете при вызове BAPI.
Back to top
View user's profile Send private message Send e-mail
Лазарев
Участник
Участник



Joined: 26 Sep 2007
Posts: 22

PostPosted: Mon Jan 28, 2008 1:07 pm    Post subject: Reply with quote

Ден, спасибо за ответ. Только эти поля заполняю. COMMIT делаю.
Code:
* Line items
i_item_in-itm_number = p_posnr.
i_item_inx-updateflag = 'D'.
i_item_inx-itm_number = p_posnr.
APPEND: i_item_in, i_item_inx.
Back to top
View user's profile Send private message
Дэн
Участник
Участник



Joined: 14 Jan 2008
Posts: 13
Location: Израиль

PostPosted: Mon Jan 28, 2008 1:28 pm    Post subject: Reply with quote

А номер документa сбыта вы вводите в SALESDOCUMENT?
Back to top
View user's profile Send private message Send e-mail
Лазарев
Участник
Участник



Joined: 26 Sep 2007
Posts: 22

PostPosted: Mon Jan 28, 2008 2:25 pm    Post subject: Reply with quote

Конечно,
Code:
CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
EXPORTING
salesdocument = p_vbeln
order_header_in = wa_header_in
order_header_inx = wa_header_inx
TABLES
return = it_return
order_item_in = i_item_in
order_item_inx = i_item_inx.
Back to top
View user's profile Send private message
Lord
Профессионал
Профессионал



Joined: 10 Sep 2007
Posts: 168

PostPosted: Mon Jan 28, 2008 6:15 pm    Post subject: Reply with quote

Добрый вечер, посмотрите похожую задачу
http://www.sapnet.ru/viewtopic.php?t=593
Back to top
View user's profile Send private message
Дэн
Участник
Участник



Joined: 14 Jan 2008
Posts: 13
Location: Израиль

PostPosted: Tue Jan 29, 2008 12:09 pm    Post subject: Reply with quote

Лазарев wrote:
Конечно,
Code:
CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
EXPORTING
salesdocument = p_vbeln
order_header_in = wa_header_in
order_header_inx = wa_header_inx
TABLES
return = it_return
order_item_in = i_item_in
order_item_inx = i_item_inx.


Странно... вроде должно работать.
Back to top
View user's profile Send private message Send e-mail
Лазарев
Участник
Участник



Joined: 26 Sep 2007
Posts: 22

PostPosted: Tue Jan 29, 2008 12:54 pm    Post subject: Reply with quote

Извините, была моя ошибка. Нужно
wa_header_inx-updateflag = 'U'.
а было 'I'.

Спасибо за помощь, заработало.
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.