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

How to use FORM PERFORM in a function module ?

Former Member
0 Likes
11,293

Hello Folks,

I have been facing this issue for a while.

How can i use form perform in an RFC enabled FM.

I have been coding repetitvely....Please help me out

Thanks in advance....

Ashwath

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,642

Just write the perform <name> in the FM and double click on the subroutine name. It will ask you to either create a new include or add the subroutine code in the code

Hello Folks,

I have been facing this issue for a while.

How can i use form perform in an RFC enabled FM.

I have been coding repetitvely....Please help me out

Thanks in advance....

Ashwath

4 REPLIES 4
Read only

Former Member
0 Likes
4,643

Just write the perform <name> in the FM and double click on the subroutine name. It will ask you to either create a new include or add the subroutine code in the code

Read only

0 Likes
4,642

Thanks Alottttt

It really helped me...

Awesome.

Read only

Former Member
0 Likes
4,642

Hi,

Add theperform statement in FM source code and write the form logic in include of the function pool.

in function pool, add the new include or write the logic in the existing include.

Thanks,'

Sree

Read only

Former Member
0 Likes
4,642

Hi,

The routines can be written in the includes present already or you can create a new include and write the routines in it. To know the include names already available for the function module, open the FM in transaction SE80 and you can find the includes under the node 'Includes'.

Hope this helps,

~Athreya