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

declare TABLES

Former Member
0 Likes
369

Dear all,

I am new guy on ABAP program.

I want to know what happen when i use "TABLES: mara" ?

What system do when use the command "TABLES: mara" ?

System create some things or else ......

Best Regards,

Wu

Moderator Message: Please search for available information before asking such basic questions. You could read hep.sap.com which covers all topics extensively. You could also press F1 on each key syntax terms and get complete documentation. Thread locked.

Edited by: kishan P on Sep 6, 2010 9:36 AM

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi Wu,

It creates a local internal table with header line with a similar type to the global transparent table MARA.

--

Kyle