‎2007 Apr 29 4:47 AM
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>
‎2007 Apr 29 5:15 AM
‎2007 Apr 29 5:15 AM
‎2007 Apr 29 5:34 AM
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
‎2007 Apr 29 6:35 AM
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.
‎2007 Apr 29 7:21 AM
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.
‎2007 Apr 30 11:28 AM
Hi,
You can see all the function modules available using the transaction SE37.
Reward points if it is helpful.
Regards,
Sangeetha.A