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

tables

Former Member
0 Likes
480

Hi

I have product no , product Desc, Promise date req-date posnr and etenr

I need to find out the listprice,dicount , Unitprice and total price

In which table I can find the above details

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
455

Hi,

try tables

VBRK

VBRP

Regards,

V.Balaji

Reward if Usefull...

Read only

Former Member
0 Likes
455

DD02L Table contains the SAP Tables.

DD02T Table contains the SAP Table Texts.

DD01L Table contains the Domains

DD01T Table contains the Domain Texts.

DD03L Table contains the Table Fields.

DD03T Table contains the Table Field Texts. (Language Dependent)

DD04L Table contains the Data Elements.

DD04T Table contains the Data Element Texts.

DD05s Table contains the Foreign Key Fields

last words with L and T only. L->Database Fetch T-> Text

Regards,

Chandru

Read only

Former Member
0 Likes
455

Hi,

Check the Table VBEP,VBAP.

MATNR - Material Number.

POSNR-Sales Document Item.

Regards,

Morris Bond.

Reward Points if Helpful.