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

table name

Former Member
0 Likes
1,345

hi,

i am learning ABAP/4, but i found the table names very difficult to remember. Is there any specific way of remembering it. Can we make them easier.

regards,

Mohammadi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,059

Hi Madam,

Its not at all difficult remember the names of the tables.

As i understand from your question that you have started abap recently just try to wrile small programs and each time use different tables this is how by practise you will remember all the names.

one sample prg for your ref.

Say you want to display all customers.


Select * from kna1.
write kna1-kunnr.
endselect.

Now from this program you got customer table KNA1 and field for customer number KUNNR. Like that by practise you will learn all tables.

All the best in your new endeavours,

Reward points if useful,

Aleem.

6 REPLIES 6
Read only

Former Member
0 Likes
1,059

hi

In the beginning they r tough to remember as such, but as you will start practicaly working on them, slowly you will learn which tables are for what purpose.

Only way is to practice.

Regards

Aarti

Read only

former_member189059
Active Contributor
0 Likes
1,059

Make a list of the tables you commonly use and store in on some paper or book where you can refer to it easily

Read only

Former Member
0 Likes
1,060

Hi Madam,

Its not at all difficult remember the names of the tables.

As i understand from your question that you have started abap recently just try to wrile small programs and each time use different tables this is how by practise you will remember all the names.

one sample prg for your ref.

Say you want to display all customers.


Select * from kna1.
write kna1-kunnr.
endselect.

Now from this program you got customer table KNA1 and field for customer number KUNNR. Like that by practise you will learn all tables.

All the best in your new endeavours,

Reward points if useful,

Aleem.

Read only

Former Member
0 Likes
1,059

Hi,

If you still want to know all the tables in sap.

Go to DD02L table and execute it will give you all the list of tables.

Thanks,

Aleem.

Read only

0 Likes
1,059

Hi,

I'm new in SAP. I use JCo to make connexion with Sap.

how can I find the table DD02L?

I want to know names of tables and its parameters to get the number of client, its address,....

So I want to write something like that :

 repository.getFunctionTemplate("BAPI_SALESORDER_GETLIST");

but with the name of my table contained information about clients.

thank u

Read only

Former Member
0 Likes
1,059

you can find it by having the Alphabet . because it was followed in the German language .

<b>K-> stands For Customer </b>

bsak

vbak

vbik

mbak

<b>D-> stands For Vendor</b>

bsad

bsid

vbad

<b>S-> stands For General Ledger</b>

bsis

bsas

msas

<b>T-> Text table .</b>

t100t

t400t

t500t ...etc

and also

then Customer tables starts with K* (KNA1,KNB1,KNBK,etc)

Tne Vedor Tables starts with L* (LNA1,LNB1,LNBK,etc)

For Materail starts with M* (MKBF,MSEG,MARA,etc)

For Purcahse E* (ekko,ekpo ,etc)

For sales V* (VBAK,VBBE,VBIS,etc) ....etc

for finding all tables <b>DD02L </b> SAP Tables

Reward points if it is usefulll ...

Girish