Technosap
  • Home
  • SAP Tutorial
  • SAP ModulesHow-to Topics
    • SAP Beginner
    • SAP BW/BI
    • SAP CRM
    • SAP FICO
    • SAP HCM
    • SAP PM
    • SAP MM
    • SAP SD
    • SAP PS
    • SAP QM
    • SAP Basis
    • SAP ABAP
    • SAP PP
    • SAP NetWeaver
    • SAP Hana
  • Web Tutorial
    • Hadoop
    • Android
    • Kotlin
    • HTML
    • Matlab
    • Selenium
    • Python
    • Spring
    • XML
    • SEO
    • Kafka
  • Java Tutorial
    • JavaScript
    • Servlets
  • Blog
  • Menu
sap

SAP Terminology what it means?

Feb 10, 2013/0 Comments/in SAP Overview /by Yaso

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 d delivery  instructions. Generally for end users, master data is reference data that you will look up and use, but not. 

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 <database table> values <work area>

Inserting all lines from an internal table into a database table:

insert <database table> from table <internal table>


Delete all records

Select        * from zmellemtab.

delete zmellemtab.

end select.

Deleting records using records from an internal table

delete employees from table itab.

Tags: cost centre, cost object, credit card charges, database tables, G/L account, Master Data, name and address, SAP, sap terminology, workflow
https://i0.wp.com/www.technosap.com/wp-content/uploads/2013/02/sap-implement1.jpg?fit=279%2C181&ssl=1 181 279 Yaso https://www.technosap.com/wp-content/uploads/2013/08/logo-small2.png Yaso2013-02-10 06:38:052016-01-15 17:20:08SAP Terminology what it means?

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Trending Posts

  • What is EHS Management System?
  • Java Collection Framework Tutorials with Examples
  • What is SAP Security? Complete Beginners Tutorial
  • SAP BODS Tutorial Beginners – Learn SAP SAP BODS Online
  • What are the benefits of implementing the SAP ERP System?
  • SAP Business One More than 70,000 Customers Trust
  • Top 10 Free Resource Websites to Improve Writing Skills
  • Top Benefits of Implementing SAP ERP System?
  • SAP HANA Migration Complete Guide for Beginners
  • SAP GRC Audit : Tricks Step by Step Guide in 2020
  • Make Faster Business Decisions With SAP HANA
  • GST’S Impact in SAP? Before Implementing SAP, Essential Things Need to be Known
  • C Programming Examples – Simple C Program for beginners
  • C Program to Print Prime Numbers up to Given Number
  • C Program to Display Fibonacci Sequence

SAP Interview

  • SAP HR Interview Questions
  • SAP MM Interview Questions
  • SAP FICO Interview Questions
  • SAP BW Interview Questions
  • SAP PM Interview Questions
  • SAP ABAP Interview Questions

Interview Questions

  • XML Interview Questions
  • VBasic Interview Questions
  • Solaris Interview Questions
  • VBScript Interview Questions
  • Siebel Interview Questions
  • PHP Interview Questions

Latest Tutorials

  • Hadoop Tutorial
  • Spring Tutorial
  • Kotlin Tutorial
  • Kafka Tutorial
  • MATLAB Tutorial
  • Selenium Tutorial
Copyright 2019 - Best Online Tutorial for Beginners
  • Contact Us
  • About Us
  • Guest Post
  • Privacy Policy
Scroll to top
 

Loading Comments...