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

SMARTFORM QUESTION

Former Member
0 Likes
468

Dear all;

How to call function in smartform?

Regards,

Parag Gavkar.

1 ACCEPTED SOLUTION
Read only

former_member150733
Contributor
0 Likes
444

You can put a program line in your smartform and then code to call the Function module there.

3 REPLIES 3
Read only

Former Member
0 Likes
444

Hi Parag,

Call it in se38 and then copy the function module in smartform->program line.

Regards,

Nikhil

Read only

former_member150733
Contributor
0 Likes
445

You can put a program line in your smartform and then code to call the Function module there.

Read only

Former Member
0 Likes
444

goto tcode SMARTFORMS

in global settings > global difinitions>innitialization tab

u can use any codes or functions like abap editeo

or use any code line in table view

Rewards if helpful