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

function list

Former Member
0 Likes
800

Where can I get all of the available functions in SAP (ex. CALL FUNCTION 'STRING_CONCATENATE' ). It will be good if it has description and examples.

<b>big thanks. </b>

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
737

There are a lot of function modules, you can see all of them from transaction SE37. It is better to have some idea of what logic you want to do before looking thru the list of function modules, there are just too many.

Regards

RIch Heilman

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
738

There are a lot of function modules, you can see all of them from transaction SE37. It is better to have some idea of what logic you want to do before looking thru the list of function modules, there are just too many.

Regards

RIch Heilman

Read only

Former Member
0 Likes
737

Hi,

If you want to find any Function module just go to SE37 and use search option there. like write STRING__CONCATENATE* and press F4. And choose the suitable function module.

But don't try to use FM if logic is simple Because - If we call one function module then all the function modules which are assigned to that particular function group will be transfered into the main memory which will lead to performance problems.

Regards,

-Mohan

Read only

Rashid_Javed
Contributor
0 Likes
737

A better transaction for searching such things is SE84. You can use se84 to search for function modules based on name, description, group, dev class or package, person responsible AND interface reference.

I found this transaction very handy and always put it in my favorite list.

RJv
Read only

Former Member
0 Likes
737

1. Tun transaction : ABAPDOCU.

2. In the left hand side, you will find a nevigetion tree

3. Click the last option help: Keyword help

4. In write hand side a screen will open where you have to put your command and press enter.

5. A new window will open with all the details of the command you requested for.

Read only

Former Member
0 Likes
737

Hi,

You can see all the function modules available using the transaction SE37.

Reward points if it is helpful.

Regards,

Sangeetha.A