‎2008 Jun 19 6:34 PM
I've created and activated my list headers (Goto->Text Elements->List Headers) but they won't display. I then created a small test program w/ just a WRITE statement and created some there and they displayed. My program is pretty simple so I don't know why they're showing. Any suggestions? The headers are active.
‎2008 Jun 19 7:01 PM
Check the 1st statement of ur prog. May be no standard page heading this addition is present with ur report statement. Pl remove it.
report z_XXXX line-size 200
line-count 65
no standard page heading << Remove it
message-id z_zzz_ca_messages.
Regards,
Joy.
‎2008 Jun 19 7:01 PM
Check the 1st statement of ur prog. May be no standard page heading this addition is present with ur report statement. Pl remove it.
report z_XXXX line-size 200
line-count 65
no standard page heading << Remove it
message-id z_zzz_ca_messages.
Regards,
Joy.
‎2008 Jun 19 7:03 PM