cancel
Showing results for 
Search instead for 
Did you mean: 

How to undisplay a row and display it's subsequent next record in first pag

Former Member
0 Kudos

Hi,

I have a first record , which may have matnr as null and next record has a matnr value.

I have bind and internal table , At run time i gets 3 record, which of this 2 are null matnr,Now I should not display records which has null matnr and should dispaly a 3rd record as a first record , instead of 1,2 null matnr records.

Thanks

Riche.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Riche,

I'd suggest you to use another internal table which has only the valid records, ie, transfer the records with the proper matnr values from the source internal table to this new table. Bind this new internal table to your Forms table. This would solve your problem.

Regards

Anil Madhavan

Edited by: Anil Madhavan on Apr 23, 2008 10:56 PM