Master data is a collection of information about a person or an object, e.g. a cost object, vendor, or G/L account. For example, a vendor master record contains not only general information such as the vendor's name and address, but also specific information, such as payment terms and delivery instructions. Generally for end users, master data is reference data that you will look up and use, but not create or change.
Transactional data is data related to a single business event such as a purchase requisition or a request for payment. When you create a requisition, for example, SAP creates an electronic document for that particular transaction. SAP gives the transaction a document number and adds the document to the transaction data that is already in the system. Whenever you complete a transaction in SAP, that is, when you create, change, or print a document in SAP, this document number appears at the bottom of the screen.
Workflow A routing tool in SAP that forwards documents for review or approval. For example, a requisition that needs to be approved is sent to the appropriate approver's inbox.Workflow is also used to route journal vouchers, credit card charges, and other documents in SAP.
Cost Object: A Cost Object collects expenses and revenues for a particular purpose, such as a research project. In SAP there are three types of cost objects: Cost Center, Internal Order, and WBS (Work Breakdown Structure) Element (see below for definition).
Cost Center: General or operating Cost Objects are known in SAP as Cost Centers. Cost Centers are budgeted on the fiscal year.
Internal Order: A non-sponsored Cost Object (for example, funding from the MIT Provost) used to track costs over periods other than fiscal years. Internal Orders are often created to track gifts or endowments at MIT.
WBS Element: WBS Elements are funded by outside sponsors and are used to track costs of a particular research project over the entire span of its activity. They may also be created to track other sponsored activities, such as gifts.
G/L Account: G/L accounts are also called Cost Elements in SAP. They are a classification by expense or revenue type. In the CO (Controlling) module of SAP, the term Cost Element is used. In the FI (Financial) module, the term G/L Account is used. These terms are used interchangeably for reporting, requisitions, and journal vouchers.
Database tables and open SQL Add a single record to a database table insert into values Inserting all lines from an internal table into a database table: insert from table Delete all records Select * from zmellemtab. delete zmellemtab. endselect. Deleting records using records from an internal table delete employees from table itab.
Thursday, February 21, 2008
SAP Terminology
Subscribe to:
Post Comments (Atom)
Content
-
►
2009
(2)
- ► 09/06 - 09/13 (1)
- ► 03/01 - 03/08 (1)
-
▼
2008
(207)
- ► 11/23 - 11/30 (1)
- ► 04/20 - 04/27 (70)
- ► 04/13 - 04/20 (51)
- ► 03/16 - 03/23 (44)
- ► 02/24 - 03/02 (9)
-
▼
02/17 - 02/24
(32)
- SAP Scripts - Interview Questions
- ABAP Reports - Interview Questions
- ABAP Data Dictionary
- ABAP Dialog Programming FAQ Technical Interview Q...
- ABAP LOGICAL DATABASE Technical Interview Questions
- ABAP DATA DICTIONARY Technical Interview Questions
- BASIS LAYER Interview Questions
- SAP Terminology
- ABAP FAQs
- What is ABAP?
- ABAP Technical Interview Questions
- Break Points in ABAP
- After sending the data(any type) from SENDER to RE...
- ABAP Keywords and their usage
- Bill of Material Interview Questions
- Starting the debugger in a modal screen Using ABAP
- Retrieving field names dynamically using sap abap
- Restricting the selection screen using sap abap
- Calling an external program using sap abap
- Using a variable from a calling program without pa...
- Showing a progress bar in ABAP
- Generating your own standard F4 help using sap abap
- Creating an ALV Grid in 3 lines using sap abap
- Modifying the F4 standard calendar using sap abap
- Saving an internal table in Microsoft Excel format...
- Generating a number range automatically in sap
- Defining a local type dynamically using abap
- How to use macros in sap
- Using dynamic SELECT statements in sap abap
- How to use JavaScript in SAP ABAP?
- Managing persistent objects with object services I...
- Debugging ABAP programs from JAVA applications
No comments:
Post a Comment