Get Packaging Material of a Product in EWM
Assumption: The relationship between the Product and its Packaging Specification is one-to-one. Note: Multiple Pack. Spec. for a Product should be handled accordingly. Report Code: *&---------------------------------------------------------------------* *& Report ZAG_GET_PMAT_PRODUCT *&---------------------------------------------------------------------* *& Developed by Arun Ganesh *&---------------------------------------------------------------------* REPORT zag_get_pmat_product . *-> Selection Screen PARAMETERS p_mat TYPE /scwm/de_matnr . *-> Local Data Declarations DATA : ls_content_query TYPE /scwm/s_ps_content_query , lt_ps_keys TYPE /scwm/tt_ps_header_key , lv_severity TYPE bapi...