cancel
Showing results for 
Search instead for 
Did you mean: 

In the form iam not getting header data

former_member623843
Participant
0 Kudos

HI all

I have developed SAP SCRIPT. In the output I am getting the logo, address and every thing, But header data is not displaying.. May I know the what is reason behind this..

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check whether there is corresponding write_form for header data with text element and window name correctly

regards

padma

former_member623843
Participant
0 Kudos

HI padmavathi,

when i run this script with old date(Ex: Jan) iam geting correct output with all windows including header and main data.

But when i run with today's date header data is coming properly but main data is not dispalying.

Can any body tell me reason..

Edited by: Sultanbi on Aug 25, 2008 5:13 PM

Former Member
0 Kudos

Hi,

I guess you dont have data in the internal table pertaining to specified date... Just check it once

regards

padma

Former Member
0 Kudos

Hi,

I will suggest that you put a breakpoint in your print program, then process your output type. Use current date and debug your program to see exactly what is happening inside the program.

The sequence of the SAP script/smartform display is:-

Your program (or transaction) process the output type which executes the print program and call the script/form.

regards,

Gaurav

former_member623843
Participant
0 Kudos

Thanks to allll