Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

types of data?

Former Member
0 Likes
1,993

hi,

what does master data,transaction data,system data and configuration data mean?

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
1,926

Master Data:

Master Data is a data which is required to run the business.

Eg.Material Master,Customer Master,Vendor Master.

Transaction Data:

Transaction data is a data which is created as a result of completing a transaction.For eg, Invoice

Configuration Data:

Configuration / Customizing Data is a data which is customized during system installation For eg.Country Codes

System Data:

System Data is a data in which R/3 System requires for self processing.For eg Programs

Cheers,

Hakim

mark all useful answers

3 REPLIES 3
Read only

Former Member
0 Likes
1,926

Master Data:

Master data is data that remains unchanged over a period of time. It contains information that is always needed in the same way. For example, all personal attributes can be stored in various SAP standard infotypes as records with specific validity which are called Master data.

Transaction data:

Data relating to the day-to-day transactions are called Transactional Data. It keeps on changing from time to time.

System Data:

Configuration Data:

Regards.

Read only

former_member156446
Active Contributor
0 Likes
1,926

system data: the data that is related to system.. like sy-datum, sy-langu, sy-uzeit.... which are maintinaed by system.. you can get a list from SYST table in se11.

Confif data: SAP can be configured to any orgs personal profile... so all that can be done tru SPRO t code..

Read only

abdul_hakim
Active Contributor
0 Likes
1,927

Master Data:

Master Data is a data which is required to run the business.

Eg.Material Master,Customer Master,Vendor Master.

Transaction Data:

Transaction data is a data which is created as a result of completing a transaction.For eg, Invoice

Configuration Data:

Configuration / Customizing Data is a data which is customized during system installation For eg.Country Codes

System Data:

System Data is a data in which R/3 System requires for self processing.For eg Programs

Cheers,

Hakim

mark all useful answers