Pages

SAP ERP

Home »SAP ERP

SAP ERP: A Trusted Foundation for Business Excellence and Innovation

Improved alignment of your strategies and operations. Enhanced productivity and insight for your enterprise. That's the power of SAP ERP -- helping you adapt quickly to support changing industry requirements. The SAP ERP application is world-class, integrated enterprise resource planning (ERP) software that addresses the core business software requirements of the most demanding midsize and large organizations around the world -- in all industries and sectors. SAP ERP includes four individual solutions that support key functional areas:

  • SAP ERP Financials
  • SAP ERP Human Capital Management
  • SAP ERP Operations
  • SAP ERP Corporate Services
With the general release of SAP ERP 2005, SAP is pleased to announce more than 300 functional enhancements that add value to your business. SAP ERP software addresses your business needs based on three decades of SAP experience:
  • Built on the SAP NetWeaver platform -- Reduces IT complexity while supporting scalability and growth through a comprehensive integration and application platform

  • Tightly integrated to optimize cross-functional business processes -- Enables comprehensive collaboration within and beyond your organization

  • Enhanced by industry-specific features and best practices -- Enables you to reduce total cost of ownership, achieve a faster return on investment, and benefit from a more flexible IT infrastructure that helps drive innovation

  • Designed to support international operations -- Promotes efficient and successful global operations and competition

Solution Map

Click to Enlarge



S A P - R E S O U R C E S
Get Free SAP Resources: Are you looking for:
  • SAP Jobs
  • Free SAP eBooks
  • SAP Softwares
  • SAP Tutorials
  • ERP Implementation Examples
Enter Email Address: (Enter your email address above and we will instantly send you the download link to you, when you confirm your email.)
Search SAP Resources:
discussionDiscussion Center
Discuss Discuss Query FeedbackYahoo Groups Y! GroupSirfdosti Groups SirfdostiContact Us Contact
Sign in

User Name: Password: Forget password? | Register

Free Biophoto Magazine
Free Biophoto Magazine
SAP Resources
  • SAP Articles
  • SAP Books
  • SAP Certifications
  • SAP Companies
  • SAP Downloads
  • SAP Events
  • SAP Faqs
  • SAP Jobs
  • SAP Job Consultants
  • SAP Links
  • SAP News
  • SAP Sample Papers
  • SAP Interview Questions
  • SAP Training Institutes
  • 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 Institutes
  • 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 Technical
  • 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 Using 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)
  • Advertise
  • ABAP





    Table Control using Wizard in Module Pool Programming


    TABLE CONTROL USING WIZARD IN MODULE POOL PROGRAMMING

    By Venkatraman N, IBM
    Pre-requisites:  
    The readers must be able to create a module pool program and they should be familiar with screen programming.  
    Purpose of this tutorial:  
    This is to demonstrate the step by step tutorial of how to make use of table control with wizard, where the developer’s effort to write code with table control without wizard is avoided.  
    Introduction:  
    Table control with wizard is the control provided by SAP, in which the users are not needed to code separately for table control operations. It generates automatically system generated code for the following table control operations.  
    1. Insertion
    2. Deletion
    3. Scrolling
    4. First
    5. Last
    6. Next
    7. Previous
    8. Select
    9. Select all
    10. Deselect
    11. Deselect all  
    Step 1: Create an internal table and work area, which we are going to deploy in table control.  
      
    Step 2:  Create a screen called ‘9000’.  
      
    Input the screen number as 9000.  
      
    Fill up the screen attribute values.
    Step 3: Go to the layout of the screen, where you can find the table control with wizard. Drag and drop the table control with wizard to the layout of the screen.  
      
    Once you drag and drop the control a popup will appear.  
      
    Press Continue. In the next screen enter the table control name as ‘TBC_9000’ or your own name.  
    In the next screen you input the internal table and work area which has been created earlier.  
    Note: Before it is done, you must activate the page, in which you have declared the internal table and work area. Then only this table control screen will take its properties.




    The next screen will automatically retrieve the fields available in the internal table and show. We have to select those fields, which and all should be displayed in table control.
    If you have declared any character field for table control line selection, that should not be selected in this screen.  
    Select the input/output attributes as ‘Input control’ and give the field for selection of table control rows. Select the multiple line selection.  
    Click on Continue. The table control with auto generated code will automatically be created.  
    This will automatically create PBO & PAI modules for table control operations.  
      
    Step 4: For testing this tutorial, write a simple query to populate the internal table of table control and test the input controls associated with it.  
      
    The expected output will be like  
      
    Summary :  
    As a result of this tutorial, the user will be able to  
    1. Use table control with wizard in module pool programming and
    2. Create table control operations with system generated code.