2006 Aug 14 3:26 PM
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
2006 Aug 14 3:38 PM
2006 Aug 14 3:42 PM
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
2006 Aug 14 4:06 PM
2006 Aug 14 5:27 PM
Hi Guys,
Thanks
One more question..
What is the use of ABAP Transactions?
Is it for the Reports? or Form designing?
Thanks
seshu
2006 Aug 14 5:30 PM
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
2006 Aug 14 5:31 PM
ABAP Tranaction are nothing but MODULE pool programs / Dialog Program .... for data modifications ...
Regards,
Santosh
Message was edited by: Santosh Kumar P
2006 Aug 14 5:32 PM
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
2006 Aug 14 5:32 PM
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