Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to remove header data without having item level data

Former Member
0 Likes
639

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

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

2 REPLIES 2
Read only

Former Member
0 Likes
492

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

Read only

Former Member
0 Likes
491

Thanx