Quantcast
Channel: SCN: Message List - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all articles
Browse latest Browse all 2464

Re: ME_GUI_PO_CUST - How to implement custom header fields

$
0
0

Hi

 

You need to use also the badi ME_PROCESS_PO_CUST, method POST. Write something similar to:

 

DATA: ls_mepoitem TYPE mepoitem,

        ls_mepoitemt TYPE TABLE OF mepoitem,

        ls_header TYPE mepoheader.

  DATA : i_items TYPE purchase_order_items,

         i_header TYPE mepoheader,

         l_single TYPE mepoheader.

 

  i_header = im_header->get_data( ).

 

....

 

  i_header-zzfield = 'VALUE'.

 

......

 

  ls_header = im_header->get_data( ).

 

 

 

I hope this helps you

 

Regards

 

Eduardo


Viewing all articles
Browse latest Browse all 2464

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>