cancel
Showing results for 
Search instead for 
Did you mean: 

Hi all, issue on application form

Former Member
0 Kudos

Hi all,

I am working on Account statement application form, I am calling the form using FPCOPARA,

my requ irement is t create a file and dump it on to applciation server. so I have developed custom code in the application form user exit , here when i run the transaction , am able to create single file for single contract account.my requirement is to create single file for all contract accounts i.e between single heaader and footer.

could anybody suggest me on this issue .

one more thing , where does the script is called i.e before loop , or during loop.

Regards,

Sre

Accepted Solutions (1)

Accepted Solutions (1)

former_member210123
Active Participant
0 Kudos

The write_form should be inside the loop.

In the beg and end of the loop at the function module.Start_form and end_form.So that everything comes in one page.

Answers (0)