Visit the SAP Forum

Languages : English | Dutch | French | Portugese | Italian

   SAP Tutorial  
  • Introduction
  • SAP History
  • SAP Facts
  • SAP Tables
  • SAP Function
  • SAP Report
  • Reasons To Use SAP
  • SAP Landscape
  • SAP Transaction Code
  • SAP Lotus Notes       Integration
  • Business Connector and       XML
  • Enterprise Release 4.7

  •  
    SAP Training Instituties
     
  • SAP Training Institutes
  • Job Consultants Address
  • SAP Companies Address

  •  
    Business Process Cycle
     
  • Analyze
  • Design
  • Implement
  • Operate
  • Optimize
  • Skills And Education

  •  
    Logistics Module
     
  • Sales and Distribution
  • Quality Management
  • Materail Management
  • Plant Maintenance
  • Financial Modules
          (FI/CO)
  • Project system
  • Production Planning
  • Service Management

  •  
    SAP NetWeaver
     
  • Introduction
  • Object Model
  • Interoperability
  • Creating Web Apps
  • Java Connector
  • Advantages & Conclusion
  • Life Cycle Management
  • Composite Application       Framework

  •  
    SAP Tools
     
  • SQL Trace Tool
  • SAP CRM
  • SAP SRM
  • SAP SCM
  • SAP ERP
  • SAP BW

  •  
    SAP Modules
     
  • SAP FI Module
  • SAP CO Module

  •  
    SAP Techanical
     
  • SAP ITS Architecture
  • Financial Management
  • Manufacturing Planning       and Execution
  • Customer Order       Management
  • Lackbox Processing
  • SD and Financial       Accounting Integration
  • SAP - HR (Human
          Resource)


  •  
    SAP Miscellanous
     
  • Web Application       Server(WAS)
  • Data Archiving
  • Mobile Engine
  • SAP Script
  • SAP Transactions
  • SAP Business
          Warehouse(BW)


  •  
    SAP Reference
     
  • SAP Facts
  • SAP Tables
  • SAP Function
  • SAP Report
  • SAP Landscape

  •  
    SAP others
     
  • SAP Treasury
  • SAP Finance
  • SAP WAS
  • SAP Data Archiving
  • SAP ALE
  • SAP EDI
  • SAP Exchange
  • SAP X-APPS
  • SAP Applications
          Components
  • SAP Software
  • Dunning
  • SAP IDES
  • SAP Payroll Basics
  • SAP BASIS and Security
         Authorization
  • SAP Backup
  • SAP Router

  •   ABAP Tutorials  
  • Introduction
  • ABAP Transaction
  • ABAP Function
  • ABAP File Processing
  • ABAP Objects
  • ABAP Syntax
  • ABAP Queries
  • SAPMail Usin ABAP
  • ABAP Programming Hints

  •   SAP Projects & Codes  
  • Finding the user-exits
  • Purchase Order Display
  • Batch Input
  • Dynamic Open SQL
  • Creating Extract Dataset
  • Reading database tables
  • load table from a UNIX file
  • Create subscreen

  •  
    SAP Resources
     
  • SAP Books
  • SAP Links

  •  
    Interview Question
     
  • Common Interview Que.
  • ABAP Interview Que.
  • ERP Interview Que.
  • HR Interview Que.
  • MM Interview Que.
  • PP Interview Que.
  • ALE Interview Que.
  • EDI Interview Que.
  • Basis Interview
          Questions
  • SAP-SD Interview
          Questions
  • FI&CO Interview
          Questions
  • BW Interview Questions
  • CRM Interview
          Questions
  • Interview Questions
  •  
    Careers at SAP
     
  • Careers in SAP (SAP Jobs)
  •    
     
     

    ABAP Function Module


    A D V E R T I S E M E N T



    Share the Experience and Exchange Ideas

    HOME >> ABAP FUNCTION MODULE

    Discussion Center

    Discuss

    Query

    Feedback/Suggestion

    Yahoo Groups

    Sirfdosti Groups

    Contact Us

    ABAP_DOCU_DOWNLOAD - Download ABAP documentation in HTML format.
    ARFC_GET_TID - will return the IP address of the terminal in hex.
    BAL_* - All function modules used for SAP's application logging can be found here.
    BP_EVENT_RAISE - Trigger an event from ABAP/4 program
    BP_JOBLOG_READ - Fetch job log executions
    CLOI_PUT_SIGN_IN_FRONT - Place the negative sign after a number. SAP default is place the negative sign after the number.
    CLPB_EXPORT - Export a text table to the clipboard (on presentation server)
    CLPB_IMPORT - Import a Text Table from the Clipboard (on presentation server)
    COMMIT_TEXT - To load long text into SAP
    CONVERSION_EXIT_ALPHA_INPUT - converts any number into a string fill with zeroes-right
    example:
    input = 123
    output = 0000000000000...000000000000123
    CONVERSION_EXIT_ALPHA_OUTPUT - converts any number with zeroes-right into a simple integer

    example:
    input = 00000000000123
    output = 123
    CONVERT_OTF - Convert SAP documents (SAPScript) to other types.

    example:
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    IMPORTING
    BIN_FILESIZE = FILE_LEN
    TABLES
    OTF = OTFDATA
    LINES = PDFDATA
    EXCEPTIONS
    ERR_MAX_LINEWIDTH = 1
    ERR_FORMAT = 2
    ERR_CONV_NOT_POSSIBLE = 3
    OTHERS = 4.
    DATE_GET_WEEK - will return the week that a date is in.
    DATE_CHECK_PLAUSIBILITY - Check to see if a date is in a valid format for SAP. Works well when validating dates being passed in from other systems.
    DOWNLOAD - download a file to the presentation server (PC)
    POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.
    POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.
    POPUP_TO_DECIDE - Provide user with several choices as radio buttons
    POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.
    POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.
    POPUP_TO_SELECT_MONTH - Popup to choose a month
    POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.
    PRICING - Return pricing conditions in an internal table. Use structure TCOMK for parameter COMM_HEAD_1, and structure TCOMP for parameter COMM_ITEM_1, and set CALCULATION_TYPE to B. The pricing conditions will be returned in XOMV. You must fill TCOMP, and TCOMK with the appropriate values before callling the function in order for it to work.
    PROFILE_GET - Read an Entry in an INI File on the frontend
    PROFILE_SET - Write an Entry in an INI File on the frontend
    READ_TEXT - To load long text into SAP
    REGISTRY_GET - Read an Entry from the Registry
    REGISTRY_SET - Set an entry in the Registry
    RFC_ABAP_INSTALL_AND_RUN - Runs an ABAP program that is stored in the table PROGRAM when the MODE = 'F'. Table WRITES contains the ouput of the program. Allows you to run a program without having the source code in the target system.
    RH_GET_DATE_DAYNAME - return the day based on the date provied
    RH_START_EXCEL_WITH_DATA -starts Excel with the contents of an internal table. This function finds Excel in the desktop registry. It also uses a local PC working directory to save the file (that's what the "W" value for data path flag does). Very transparent to user!


    A D V E R T I S E M E N T



    Share the Experience and Exchange Ideas
     

     

     



    INTERVIEW EBOOK
    Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
    • 9,000+ Interview Questions
    • All Questions Answered
    • 5 FREE Bonuses
    • Free Upgrades
    START YOUR WEBSITE
    India's Best Web Hosting Company

    Copyright © 2006. One Stop SAP. All rights reserved
    The site is maintained by Vyom Technosoft. Sitemap (XML)