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

SAP R3 Table Structure

Former Member
0 Likes
2,188

I'm new to SAP so bare with me here.

Where do I start in learning about the R3 table structure? I am very confused on which tables to query. For example, what is the difference b/t LIKP and LTAK? When would I use one over the other? My main goal is to track orders by customer so I know to start with VBAK since that is order info. Where could I get a data dictionary or something similar?

6 REPLIES 6
Read only

suresh_datti
Active Contributor
0 Likes
1,486

Go to transaction SE11 & display these Tables.. that should be good start for you..

~Suresh

Read only

Former Member
0 Likes
1,486

Check the below link

http://www.sap-img.com/

Secondly, you can use transaction SE11 to view the structure and SE16n for Data browse.

Read only

anversha_s
Active Contributor
0 Likes
1,486

hi dennis,

welcome to SAP.

get familar with the basics.

patiently go thru this link.

it will help u alot. i assure.

LINK : http://sapabap.iespana.es/sapabap/manuales/learnabap/

rgds

anver

if helped pls mark points

Read only

Former Member
0 Likes
1,486

Hi,

use se11,se12,se16 tranaction for tables repository.

to get fields related to table use

Function module nametab_get.

Regards

amole

Read only

0 Likes
1,486

I don't have access to the SE transactions. I'm looking at the provided web sites now.

Read only

Former Member
0 Likes
1,486

The best document I've found so far has been:

http://help.sap.com/bp_miningv1472/ibu_all/kc/inddocs/mining/doc/472_20_25_config_guide_RLM.doc

Anyone know of any documents similar to this?