Application Development 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: 

Examples for DB Tables

Former Member
0 Kudos
114

Hi,

Can anybody give me examples(Table Names) for

1. Transparent Table

2. Pooled Tables

3. Cluster Tables

Is Cluster Tables used in FI Module?

Thanks

seshu

8 REPLIES 8

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
83

1) MARA, MARC, MARD, MAKT

2) T040, T040A

3) BSEG, BSES

Regards,

Rich Heilman

suresh_datti
Active Contributor
0 Kudos
83

1. MSEG

2. TRMAC

3. BSEG

Is Cluster Tables used in FI Module?

FI Yes.. but not FI alone.. they could be used in any module for that matter..

~Suresh

Former Member
0 Kudos
83

hi Sheshu,

1. Mara

2. T040

3. BSEG

Yes....

Regards,

santosh

0 Kudos
83

Hi Guys,

Thanks

One more question..

What is the use of ABAP Transactions?

Is it for the Reports? or Form designing?

Thanks

seshu

0 Kudos
83

Hi,

ABAP transactions are useful for Data modifications (addition,deletion,changing).

Reports are used to show the data in specified format.

data is retrieved from tables.

Form (is it SAP script form ) which is used to develop print documents.

Regards

Appana

0 Kudos
83

ABAP Tranaction are nothing but MODULE pool programs / Dialog Program .... for data modifications ...

Regards,

Santosh

Message was edited by: Santosh Kumar P

0 Kudos
83

Not sure what you mean here. Transactions in SAP, are programs or sets of programs that allow the user to intferface with the database, meaning that the user enters data and the records are created in the database. This is a transaction.

A transaction code is a object which allows the user to access the underlying program. For examle you have a program and screen in a module pool program. The user needs to run this program. The transaction code is tied to the program and screen, then the user can simply call the transaction code from the box at the top of the gui.

You can also have transaction codes which fire report programs which have selection screens.

Regards,

Rich Heilman

0 Kudos
83

abap transactions are nothing but a sequence of pre defined screens wherein the user can enter/modify/delete some data which can be saved further into database tables.

Regards,

ravi