Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SCRIPT RELATED

Former Member
0 Likes
458

Hi All.

I have an issue in scripts.

I am using a standard print program RFFOUS_C for check printing through FBZ5 transcation.The form is a Z form.

from the standard print program the item data for the MAIN window are not comming.

So i creates a progarm by perform and form through the script.

Now in this Form(Subroutine) I have 5 fields with 10 line items.I am trying to print in the script by "write_form',but it is not printing.

through the structure ITCSY,is it possible ?

can I use 'write_form' in the perform and forms?

Is there any other way for printing multiple fields with multiple line iteams.

can any body help me to solve this issue,

Thanks in advance,

Regards,

venkat

3 REPLIES 3
Read only

Former Member
0 Likes
427

Hi dear,

You are using standard program you dont need use write_form in subroutine. Just go through standard script main window carefully and write the item in your z script ELEMENT 525 of main window. I think it ll solve your problem.

Regards

Mukesh Dubey

Read only

0 Likes
427

Hi Mukesh Dubey .

Thank you very much for u r reply.

I did as u told.

but in the print only the last record is comming.

It is skipping all the other records.

If u know the reason,Plz tell me.

Thanks in advance,

Venkat

Read only

Former Member
0 Likes
427

hi

good

yes you canuse the structre ITCSY but I think you canuse the WRITE_FORM statement within your FORM and PERFORM statement.

thanks

mrutyun^