cancel
Showing results for 
Search instead for 
Did you mean: 

Hi all can we call an application form from a report.

Former Member
0 Kudos

Hi all,

I am working with form , my requirement is to run an application form which i should call from a report and i have to print the document for the values on the selection screen. how to pass the selection parameters to the form and how to call the for form the program?

Thanks in advance.

regards,

sre

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For calling the Form (Script) you can use OPEN_FORM, START_FORM..etc function modules. For passing data you can use WRITE_FORM or PERFORM statements in the FORM (can call report subroutine from FORM).

After everything is done use CLOSE_FORM to close the form.

Former Member
0 Kudos

Hi Jyothi,

Thanks for your reply,

my issue is not with the script, I have developed an extraction code in the apllication form user exit and i want to extract a file on to application server and

also i want to print this form online when ever user wants.

is there any function module to call this appication form and pass the required parameters? or else we have to assign this application form to any transaction code?

please suggest me in this issue.

regards,

sre.

Former Member
0 Kudos

I have the exact same requirement.

And I dont know How do I do it.

Did u get any idea?

PLease help..

Thanks!!