cancel
Showing results for 
Search instead for 
Did you mean: 

How to linkup the forms with the main program

Former Member
0 Kudos

Hi All,

I created a smart form which displays a particular materials and I want to know how to link up this with the main program and how to do the database selections and results filtering in the programing side and how to pass the parameters to the forms at run time.

Thanks in advance,

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is done in what is called as the print program. You can look at the sample program in NACE transaction, where the ouptut of the specific document gets linked to the print program and the form. The program needs to have specific subroutine and then the form will be called from that program.

From which transaction you are expecting to trigger this form

Regards,

Ravi

Note - Please mark all the helpful answers

Answers (1)

Answers (1)

Former Member
0 Kudos

for linking the smartform and print program follow as ravi said(NACE transaction) and for passing values at run time use the form interface where the data flows into the smartform after validations and here using program lines u can loop the tables and retrieve the data.