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

Изменение партии с помощью me_process_req_cust~process_item



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



Joined: 26 Jun 2009
Posts: 2

PostPosted: Fri Jun 26, 2009 11:39 am    Post subject: Изменение партии с помощью me_process_req_cust~process_item Reply with quote

Добрый день, уважаемые.

Возникла необходимость при создании заявки, точнее при копировании позиции заявки в новую, копировать так же партию
Использовал БАДИ me_process_req_cust~process_item.
код примерно такой:
l_eban = im_ref_item->get_persistent_data( ).

CALL METHOD im_item->get_data
RECEIVING
re_data = curr_item.
CALL METHOD im_item->get_datax
RECEIVING
re_datax = ls_itemx.

curr_item-charg = l_eban-charg.
ls_itemx-charg = 'X'.

CALL METHOD im_item->set_data
EXPORTING
im_data = curr_item.
CALL METHOD im_item->set_datax
EXPORTING
im_datax = ls_itemx.

но поле партия в новой заявке почему то не заполняется.
Попробовал изменять другие поля этим же способом - все работает на ура. Но партии тупо не копируются.
Хелп плз!!!!
Back to top
View user's profile Send private message
SomeGady
Участник
Участник



Joined: 26 Jun 2009
Posts: 2

PostPosted: Tue Jun 30, 2009 5:36 am    Post subject: Reply with quote

выяснил что внутри метода set_data копируются поля только которые ксть в структуре MEREQ_ITEM_S_CUST_ALLOWED:
MOVE-CORRESPONDING im_data TO l_allowed_fields.
MOVE-CORRESPONDING l_allowed_fields TO ls_buffer-data.
MOVE-CORRESPONDING im_data TO l_data_new.

попробовал добавить поле CHARG в инклуд CI_EBANDB - ругается, что такое поле уже обьявлено.
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.