‎2007 Feb 24 6:55 AM
Can any one send some very important function modules use in real time scenarion with description
‎2007 Feb 24 7:12 AM
HI,
You will get most frequently used FM in the below links
http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
http://www.erpgenie.com/abap/functions.htm
http://www.geocities.com/victorav15/sapr3/abapfun.html
http://www.onestopsap.com/function-module/
Regards,
Anver
‎2007 Feb 24 6:58 AM
1. CONVERT_DATE_TO_EXTERNAL - Converts date from system storage format to users specified display format
2.CREATE_TEXTS - Create standard texts (i.e. PO headers texts)
3. ENQUEUE_READ - Returns list if active lock objects
4. DYNP_VALUES_UPDATE - Return values (i.e. from an F4 value request) into respective fields on a dynpro.
5. F4IF_INT_TABLE_VALUE_REQUEST - Display internal table as search help (documented in SAP)
6. FILE_GET_NAME - Retrieve Logical file path.
Use Transaction 'FILE' to view/create logical file paths
7. GUI_DOWNLOAD, WS_DOWNLOAD, DOWNLOAD - Download file to PC
8. GUI_UPLOAD, WS_UPLOAD, UPLOAD -Upload file from PC
9. JOB_OPEN, JOB_SUBMIT, JOB_CLOSE - Create and submit background jobs.
10. READ_TEXTS - Retrive standard texts (i.e. PO headers texts)
11. WS_EXECUTE - Execute External Program
12. Save_text - Save standard texts
Still so many are there ,
‎2007 Feb 24 7:12 AM
HI,
You will get most frequently used FM in the below links
http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
http://www.erpgenie.com/abap/functions.htm
http://www.geocities.com/victorav15/sapr3/abapfun.html
http://www.onestopsap.com/function-module/
Regards,
Anver
‎2007 Feb 24 7:13 AM
Hi kumar,
I too donnt no that many that r used,but one think that I can tell is ,in real time if we want funmod regarding material,go to se11->specify table name ,here MARA,select 'WHERE USED LIST' icon.then we will have different options,select function module interfaces,then it will display all funmods reg. that material module.