0% found this document useful (0 votes)
62 views8 pages

ABAP Function Modules

ABAP Function Modules

Uploaded by

Pari Rai
Copyright
© All Rights Reserved
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
0% found this document useful (0 votes)
62 views8 pages

ABAP Function Modules

ABAP Function Modules

Uploaded by

Pari Rai
Copyright
© All Rights Reserved
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

11/30/21, 11:13 AM ABAP Function Modules

SAP ABAP » SAP ABAP Tutorial

ABAP Function Modules

-60% -60% -60% -50% -60% -60% -60% -60%


Upto 50% +

Extra 10% Off

Mothercare India

Function Modules for creating programs (Useful when you are

generating programs)

RS_PROGRAM_CHECK_NAME : To check program names if you are generating them.

RS_CORR_INSERT : To insert the correction request in the repository.

REPS_OBJECT_ACTIVATE : To activate repository objects, for example - to activate a newly generated

program.

RS_DELETE_PROGRAM : To delete the program.

RS_ACCESS_PERMISSION : To lock or unlock a program.

Function Modules related to Date and Time Calculations

CALCULATE_DATE : Calculates the future date based on the input .

DATE_TO_DAY : Returns the Day for the entered date.

DATE_COMPUTE_DAY: Returns weekday for a date

DATE_GET_WEEK: Returns week for a date

Function Modules related to (ALV) ADVANCED LIST VIEWER

REUSE_ALV_LIST_DISPLAY: ABAP List viewer (LIST DISPLAY)

REUSE_ALV_GRID_DISPLAY: ALV GridControl full screen

REUSE_ALV_FIELDCATALOG_MERGE: Create field catalog from dictionary structure or internal table

Function Module related to Change Tracking

[Link] 1/8
11/30/21, 11:13 AM ABAP Function Modules

CHANGEDOCUMENT_READ_HEADERS : Read and format change documents

DAY_ATTRIBUTES_GET : Returns attributes for a range of dates specified

MONTHS_BETWEEN_TWO_DATES : To get the number of months between the two dates.

END_OF_MONTH_DETERMINE_2 : Determines the End of a Month.

HR_HK_DIFF_BT_2_DATES : Find the difference between two dates in years, months and days.

FIMA_DAYS_AND_MONTHS_AND_YEARS : Find the difference between two dates in years, months and
days.

MONTH_NAMES_GET : Get the names of the month

WEEK_GET_FIRST_DAY : Get the first day of the week

HRGPBS_HESA_DATE_FORMAT : Format the date in dd/mm/yyyy format

SD_CALC_DURATION_FROM_DATETIME : Find the difference between two date/time and report the

difference in hours

L_MC_TIME_DIFFERENCE : Find the time difference between two date/time

HR_99S_INTERVAL_BETWEEN_DATES : Difference between two dates in days, weeks, months

LAST_DAY_OF_MONTHS : Returns the last day of the month

DATE_CHECK_PLAUSIBILITY :Check for the invalid date.

DATE_2D_TO_4D_CONVERSION :Year entry: 2-character to 4-character.

DAY_IN_WEEK :Input date and will give the name of the day 1-monday,2-Tuesday....

Read More About SAP ABAP

Function Modules Related To Formatting

CLOI_PUT_SIGN_IN_FRONT : Displays the negative sign in front of the numeral

RKD_WORD_WRAP : Wrap text into several lines

CONVERSION_EXIT_ALPHA_INPUT : Pad zeros to the number at the left

CONVERSION_EXIT_ALPHA_OUTPUT : Eliminate zeros to the number at the left

[Link] 2/8
11/30/21, 11:13 AM ABAP Function Modules

Function Modules Related To Dialog Prompts

POPUP_TO_CONFIRM : Displays a popup dialog with a user defined message for confirmation

POPUP_TO_GET_VALUE : Displays a popup dialog requesting a value for a particular table-fieldname

SAPGUI_PROGRESS_INDICATOR : Displays a progress bar with text to denote the percentage of completion

and status

FILENAME_GET : Displays a popup dialog to get the presentation server filename

F4_DATE : Displays a popup dialog to choose date

GUI_UPLOAD : Upload a file from the presentation server

POPUP_TO_SELECT_MONTH : Display a pop-up to select a month

Function modules related to RFC communication

RFC_CONNECTION_CLOSE : Close a RFC connection

RFC_GET_SYSTEM_INFO : Give system's information of a remote system

Function modules related to reading/writing files

FILE_READ_AND_CONVERT_SAP_DATA: Uploads the file from either presentation or application server into

an internal table

SUBST_GET_FILE_LIST: To get the list of files from Application Server.

ALSM_EXCEL_TO_INTERNAL_TABLE : Legacy Data Transfer w/ Excel

Function Modules related to sending emails

SO_NEW_DOCUMENT_ATT_SEND_API1 - Sends emails with texts and attachments

SO_NEW_DOCUMENT_SEND_API1 - Sends emails with texts.

[Link] 3/8
11/30/21, 11:13 AM ABAP Function Modules

PRICE DROP PRICE DROP

Start Audiophile Journey


Headphone Zone

Function Modules related to F4 Help

F4IF_INT_TABLE_VALUE_REQUEST - F4 help also returning the value to be displayed in internal table

Read here Function Module for Encryption and Decryption 

Comments

13 Aug 2008 9:33 am Guest

how to create 2 ALV in abap program by selecting one particular row and then displaying the second alv
containing detailed record of that particular row/column of first one?

29 Aug 2008 6:46 am Guest

The objective of this document is to define the functional module in R/3 to extract the Sold to code

20 Jan 2009 11:56 am Guest

how to display date as in 30 sep 2008

28 Oct 2009 6:29 am Guest

how to convert date in the format [Link] to dd/mm/yyyy

[Link] 4/8
11/30/21, 11:13 AM ABAP Function Modules

19 Nov 2009 7:04 am Guest

very useful tips! thanks

23 Apr 2010 7:01 am Guest

how to get the fiscal month from the date entered.

i.e. if i enter a date of 01.03.2010 then i should get the fiscal month value of 12?

01 Jul 2010 6:48 am Rahul Kumar Sankla

re:how to get the fiscal month from the date entered.

i.e. if i enter a date of 01.03.2010 then i should get the fiscal month value of 12?

Hi, using this BAPI will solve the above purpose

'BAPI_COMPANYCODE_GET_PERIOD'

the export field 'FISCAL_PERIOD' will have the required fiscal month value.

14 Dec 2013 5:56 am Guest

Hello guys

how to check an standard function modules for ALV in abap. I'm new to this programming language please

help me out.

14 Dec 2013 6:02 am sreekanth

hello guys

How to check standard function modules for ALV in abap. I'm novice to this programming [Link]
help me

Recommended Posts:

What is SAP ABAP?


SAP ABAP Training Tutorials for Beginners
SAP ABAP System Variables
ABAP Internal Tables

[Link] 5/8
11/30/21, 11:13 AM ABAP Function Modules

ABAP Table Control


ABAP Data Dictionary
ABAP Views Types
SSCR Key in SAP ABAP
ABAP Search Help
ABAP Lock Object
ABAP Classes
ABAP OOP's
ABAP Smartforms
ABAP WEB DYNPRO
ABAP SAPScript
ABAP User Exits, Customer Exits and BADI
SAP ABAP PBO and PAI
ABAP Core Data Service
SAP ABAP Interview Questions
SAP ABAP Certification Cost

Follow Us

Contact Information

#3940 Sector 23,

Gurgaon, Haryana (India)

Pin :- 122015

contact@[Link]

Top Tutorials

[Link] 6/8
11/30/21, 11:13 AM ABAP Function Modules

SAP Tutorial

SAP HANA Tutorial

SAP BASIS Tutorial

Android Tutorial

Python Tutorial

Java Tutorial

Hadoop Tutorial

Photoshop Tutorial

Difference Between Article

Interview Questions

Top Interview Questions

ABAP Interview Questions

BASIS Interview Questions

HANA Interview Questions

SD Interview Questions

FICO Interview Questions

Hibernate Interview Questions

QTP/UFT Interview Questions

Tableau Interview Questions

TestNG Interview Questions

Hive Interview Questions

Quick Links

Write for us

Career Guidance Tool

[Link] 7/8
11/30/21, 11:13 AM ABAP Function Modules

SAP Transaction Codes

Sample Resume

Institutes

SAP PDF Books

Classifieds

Recent Articles

Contact Us

About Us

Terms of Use

Privacy Policy

Cookies Policy

All the site contents are Copyright © [Link] and the content authors. All rights reserved. All product names are trademarks of their respective
companies. The site [Link] is in no way affiliated with SAP AG. Every effort is made to ensure the content integrity. Information used on this site is at

your own risk. The content on this site may not be reproduced or redistributed without the express written permission of [Link] or the content authors.

[Link] 8/8

You might also like