‎2006 Oct 13 8:34 AM
Hi Experts,
Here my problem is, i am getting the header data without having item level data. so here i don't need to show the header data.
please any body help.
thanks & regards
‎2006 Oct 13 9:14 AM
HI Abdul,
When you are looping the header Data table,
Read the Item Detail table with the Key(common).
If sy-subrc ne 0.
Delete i_header where key = wa_header-key.
endif.
Reward points if this hepls.
Manish
‎2006 Oct 13 9:14 AM
HI Abdul,
When you are looping the header Data table,
Read the Item Detail table with the Key(common).
If sy-subrc ne 0.
Delete i_header where key = wa_header-key.
endif.
Reward points if this hepls.
Manish
‎2010 Dec 16 11:27 AM