cancel
Showing results for 
Search instead for 
Did you mean: 

problem in printing line item values in scripts

former_member1006740
Participant
0 Kudos

HI folks,

iam facing problem in printing line item values in script form.im able to print the headings bt values are not printing.if iam looping my write form the form also not printing.can u please suggest me where is the problem

Thx,

Neelima.N

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member1006740
Participant
0 Kudos

solved myself

Former Member
0 Kudos

I'm wondering how the line item values are printing when you commented the internal table within Loop - Endloop. You check once again the internal table values.

Regards,

Joan

Former Member
0 Kudos

Hi,

In driver program.

call open_form.

loop at itab into fs.

call write_form.

endloop.

call close_form.

In script editor.

/E TEXT

  • &fs-field1&,,&fs-field2&

This works .

former_member1006740
Participant
0 Kudos

Hi sree,

i applied the same code but the values are not printing.if iam commenting loop..endloop then only the form is printing. if iam using loop..endloop the form is not printing..

where iam doing mistake..please do needful.

Thx in advance,

Neelima.N

Former Member
0 Kudos

Please check if your internal table is getting populated with data and you are looping into work area that you want to be printed in the script.