Badi Purchase REQ

BADI

   This is used to fetch the data when you entered in me51n (purchase req).


cl_mm_pur_s4_pr_ext_helper=>get_purchase_requisition(
             EXPORTING
               io_purchaserequisition im_header
             IMPORTING
               es_pr_header           DATA(ls_pr_header)
               et_pr_items            DATA(lt_pr_items)
               et_pr_acctassignmt     DATA(lt_pr_acctassignmt).


* In item values are stored in lt_pr_items.

Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).