‎2006 Sep 25 3:07 PM
Hi group,
Can any one give me the database table in which the storage location address contain.
The navigation step of storage location in sap is as below.
spro-> Enterprise Structer->Defination-> material management-> mantain storage location-> Enter the plant->
select one storage location- address of storage location(Right side)->select one of them-> address (shift+F5)
plese explain me also how you got the DB Table.
Regards,
sp sahu
‎2006 Sep 25 3:13 PM
‎2006 Sep 25 3:14 PM
refer the table
MARD Storage Location Data for Material
MCHB | Storage location data with stock
regards
vivek
reward points if this helps
‎2006 Sep 25 3:15 PM
‎2006 Sep 25 3:16 PM
u can get the address number from view V_TWLAD or table TWLAD
and from address number u can get address in table ADRC
‎2006 Sep 25 3:17 PM
Hi sahu,
goto SE84->ABAPDICTIONARY->fIELDS->TABLEFIELDS.Now in the field give LGORT .U will get all the tables where LGORT is there.
Regards,
Nagaraj
‎2006 Sep 25 3:18 PM
Hi ,
For the Plant and Storage location in Table TWLAD you will have the address number, Go to ADRC and get the address details for this address number.
Regards,
Sudheer
‎2006 Sep 25 3:19 PM
Address are maintained at plant level..pls check table T001W for the same.
‎2006 Sep 25 3:19 PM
‎2006 Sep 25 3:23 PM
hi,
We can know the list of database tables used in a given program from Environment analysis.
SE38-> Give program name and press ctrlshiftf2.
in popup, select tables checkbox and press ok.
you will get the list of tables used in that program.
regards,
Sailaja.
‎2006 Sep 25 3:25 PM