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

difference between internal table and transparent table ?

Former Member
0 Likes
2,050

Hello Everybuddy !

Can Any buddy tell me the difference between internal table and transparent table ???

4 REPLIES 4
Read only

Former Member
0 Likes
1,025

Hi,

Please search SDN before posting such basic questions.

Just to give you an idea.

Internal Table : This table is just an array which is available at runtime within your abap program.

It is not present at the database level.

Transparent Table : It is a table which holds master or transactional data. It has a definite structure and is available at database level. For ex MARA, VBAK, VBAP.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
1,025

I didnt get such a good answer earlier ... Thankyou for your valueable Answer.

Read only

0 Likes
1,025

Hi,

Transparent table: The real database which exists in the SAP R/3 always.

Internal table: Which doesn't exist in the SAP R/3 system. It gets created when your program containing internal table is being created. It is not real database. It is a temporary table created during program execution for processing the records selected from the database.

Following link will give you better idea:

Internal table : http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb35de358411d1829f0000e829fbfe/content.htm

Transparent table:

http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm

Thanks and best regards,

Suresh

Read only

Former Member
0 Likes
1,025

Please don't ask or answer such basic questions.

Points unassigned.

Rob