Posted: Fri Jun 26, 2009 11:39 am Post subject: Изменение партии с помощью me_process_req_cust~process_item
Добрый день, уважаемые.
Возникла необходимость при создании заявки, точнее при копировании позиции заявки в новую, копировать так же партию
Использовал БАДИ me_process_req_cust~process_item.
код примерно такой:
l_eban = im_ref_item->get_persistent_data( ).
но поле партия в новой заявке почему то не заполняется.
Попробовал изменять другие поля этим же способом - все работает на ура. Но партии тупо не копируются.
Хелп плз!!!!
выяснил что внутри метода 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 - ругается, что такое поле уже обьявлено.
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.