We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Important Function Modules Every ABAPer should know
Function Module Name Use Case
1.POPUP_TO_CONFIRM Create a popup confirmation window 2.READ_TEXT Reads long texts entries stored in SAP text tables like (STXH and STXL) 3.CONVERSION_EXIT_ALPHA_INPUT/ Add or removes leading zeroes from fields CONVERSION_EXIT_ALPHA_OUTPUT 4. SO_NEW_DOCUMENT_ATT_SEND_API1 Sends an e-mail or internal message within SAP 5.RP_CALC_DATE_IN_INTERVAL Calculates a date based on a given interval 6. NUMBER_GET_NEXT Retrieves the next number from a number range object 7. DYNP_VALUES_READ Reads the current values of fields in a screen 8. ALSM_EXCEL_TO_INTERNAL_TABLE Reads excel data and stores it in an internal table 9. DATE_GET_WEEK Determines the week number of a given date
Function Module related to forms:
Function Module Name Use Case 1.SSF_FUNCTION_MODULE_NAME To get the name of Function module name of a smartform. 2.CONVERT_OTF / CONVERT_TO_OTF Convert SAPSCRIPT or Smartform output into a PDF format 3. FP_JOB_OPEN To open the job and set default parameter values of adobe form 4. FP_FUNCTION_MODULE_NAME To get the name of Function module name of an adobe form. 5. FP_JOB_CLOSE To close the job. 6. OPEN_FORM Initialises an SAPSCRIPT form for processing 7. WRITE_FORM Writes data to a specified window in a SAPscript form
Created by: Sarang Wankhade
https://www.linkedin.com/in/sarang-wankhade/098908157/ 8. WRITE_FORM Closes the SAP script form and sends it to the spool for printing or stores it for preview 9. START_FORM Starts a new SAPscript form usually within an already open form session 10. END_FORM Ends the processing of a current form but keeps the form session open for further forms
Function Module related to ALV:
Function Module Name Use Case 1. REUSE_ALV_FIELDCATALOG_MERGE To get a fieldcatlog from a structure directly. 2. REUSE_ALV_LIST_DISPLAY To get the data in list ALV format 3. REUSE_ALV_GRID_DISPLAY To get the data in GRID ALV format 4. REUSE_ALV_COMMENTARY_WRITE To create headings/logo in the ALV 5. REUSE_ALV_VARIANT_DEFAULT_GET To get the default variants for ALV 6. REUSE_ALV_BLOCK_LIST_INIT To initialize different blocks in the output 7. REUSE_ALV_BLOCK_LIST_APPEND To append the different internal tables as separate blocks 8. REUSE_ALV_BLOCK_LIST_DISPLAY To display the appended blocks in the output 9.REUSE_ALV_HIERSEQ_LIST_DISPLAY To display the output in hierarchy format
Function Module related to Search Help:
Function Module Name Use Case 1.F4IF_INT_TABLE_VALUE_REQUEST To display the populated internal table data as search help 2. F4_DXFILENAME_TOPRECURSION To provide F4 help for application server files 3.HELP_OBJECT_SHOW To display maintained help documentation 4. F4_FILENAME To provide F4 help for SAP presentation server file in abap