‎2006 Sep 25 2:20 PM
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?
‎2006 Sep 25 2:22 PM
Go to transaction SE11 & display these Tables.. that should be good start for you..
~Suresh
‎2006 Sep 25 2:26 PM
Check the below link
Secondly, you can use transaction SE11 to view the structure and SE16n for Data browse.
‎2006 Sep 25 2:29 PM
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
‎2006 Sep 25 2:30 PM
Hi,
use se11,se12,se16 tranaction for tables repository.
to get fields related to table use
Function module nametab_get.
Regards
amole
‎2006 Sep 25 2:49 PM
I don't have access to the SE transactions. I'm looking at the provided web sites now.
‎2006 Sep 25 4:21 PM
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?