cancel
Showing results for 
Search instead for 
Did you mean: 

Can I access form interface from Global Data in Smartform?

Former Member
0 Kudos

Hi Experts,

can I pass for example order # to the interface and use it in initialization in global data in smart form to retrieve data of that order? Thanks!

- Anthony-

Accepted Solutions (1)

Accepted Solutions (1)

former_member217544
Active Contributor
0 Kudos

Hi Anthony,

Yes, You can use the parameters used in form interface from Glbal defitions- Initialization.

To access the form interface parameters we just need to pass that parameter into the 'Input Parameters' of Initialization Tab.

Regards,

Swarna Munukoti

Former Member
0 Kudos

Thanks, Problem solved!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

All declarations of global data can be used in the smartform .

Form interface is the interface connecting the driver program and the smartform.So, all interface parameters passed to the smartform will be declared in form interface.

So, in the initialization , you can access them all. Just declare the input parameters you are using to read and output parameters as those which are modified in the initialization.