I have an internal table i_vbep which contains
VBEP POSNR ETENR MBDAT 0000000001 000010 0001 09/06/2007 0000000001 000020 0001 09/06/2007 0000000001 000020 0002 09/07/2007 0000000002 000020 0001 09/06/2007 0000000002 000020 0002 09/08/2007 0000000002 000030 0001 09/06/2007 0000000002 000030 0002 09/10/2007
I need to apply a MBDAT filter s_mbdat to this internal table and delete those rows that dont meet the criteria. If item has only one ETENR i.e. 0001 then apply s_mbdat to the MBDAT. If it has more than one ETENR i.e. 0001, 0002, then apply check for s_mbdat in both the MBDATs. Can someone help me with the code.
Message was edited by:
Megan Flores
Message was edited by:
Megan Flores