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 Module

Former Member
0 Likes
425

Can any one send some very important function modules use in real time scenarion with description

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
396

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 ,

Read only

Former Member
0 Likes
396

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.