cancel
Showing results for 
Search instead for 
Did you mean: 

record not passed into the layout

Former Member
0 Kudos

i have one internal table called rrb_tab.im getting 57 records into that internal table . now all the 57 records are passed into the script layout. but for the 56th and 57th record one field called rrb_tab-date is not passed into the layout.

i have debugged the program and layout. in the program the internal table is having values for date.

but these dates are not passed into the layout.

plz tell me why is it happening?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

i think, the format of the date is not accepting. so you first move the date field into the internal variable take this variable as 'C' type . and try to move into layout.

Former Member
0 Kudos

but for the first 55 records date is getting printed . only for 56th and 57th records date is not getting printed. so i think problem is not with the date format

Former Member
0 Kudos

Hi,

Did u put any condition for Date field.

Answers (1)

Answers (1)

former_member223537
Active Contributor
0 Kudos

Hi Pavan,

Ensure that the date field of internal table in the driver program has the same data type as that of the field in layout.

Use Move statement to assign the data.

Best regards,

Prashant