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

data base table

Former Member
0 Likes
1,060

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

10 REPLIES 10
Read only

suresh_datti
Active Contributor
0 Likes
1,014

MARD & T001L.

~Suresh

Read only

Former Member
0 Likes
1,014

refer the table

MARD Storage Location Data for Material

MCHB | Storage location data with stock

regards

vivek

reward points if this helps

Read only

Former Member
0 Likes
1,014

hi,

check the table T001L - LGOBE field

Regards

Read only

Former Member
0 Likes
1,014

u can get the address number from view V_TWLAD or table TWLAD

and from address number u can get address in table ADRC

Read only

former_member404244
Active Contributor
0 Likes
1,014

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

Read only

Former Member
0 Likes
1,014

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

Read only

Former Member
0 Likes
1,014

Address are maintained at plant level..pls check table T001W for the same.

Read only

former_member181966
Active Contributor
0 Likes
1,014

Look at tables...

ADRC , MARD,MARDH,MCHB .

Thanks,

Saquib Khan

Read only

Former Member
0 Likes
1,014

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.

Read only

Former Member
0 Likes
1,014

Hello,

Table MARD.

Regs,

Venkat