Вы находитесь на странице: 1из 1

I need to send complete DEBMAS and complete MATMAS idoc to my other system.

I'm able to create and send MATMAS and DEBMAS idocs on change but it only sends the changed (delta) data. So I have made an enchancement on FM: CHANGE_POINTERS_READ which is like this: ENHANCEMENT 1 ZSEND_COMPLETE_IDOCS. field-symbols <fs_bdcp> type bdcp. if message_type = 'DEBMAS' or message_type = 'MATMAS'. loop at change_pointers assigning <fs_bdcp>. <fs_bdcp>-fldname = 'ALELISTING'. endloop. endif. ENDENHANCEMENT. "active version

Вам также может понравиться