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

Sales data table

Former Member
0 Likes
1,064

Hello Experts,

I have requirement where in selection screen i have to give input like sales org, distrubution channel, division,sales office, sales group, material no range and customer number range. so based on the input it should take all the material for particular material in that sales org. which sales table i have to use for data retrival.

Regards,

Siri

4 REPLIES 4
Read only

former_member386202
Active Contributor
0 Likes
685

Hi,

Check following tables

TABLES : vbak, "Sales Document: Header Data

vbrk, "Billing: Header Data

vbrp, "Billing: Item Data

vbpa, "Sales Document: Partner

lips, "SD doc: Delivery: Item data

mkpf, "Header: Material Document

mseg, "Document Segment: Material

konv. "Conditions (Trans Data)

Regards,

Prashant

Read only

Former Member
0 Likes
685

the header table is VBAK,

so you will get sales org, customer kind of things from VBAK.

and the line item table is VBAP

here you will get materials per line item. as each line can get different materials

open these tables in SE11 and search your fields..

you can refer to all VB* tables.

Read only

GauthamV
Active Contributor
0 Likes
685

Plz SEARCH in SCN before posting, you will get lot of posts on VBAK,VBAP tables.

Read only

Former Member
0 Likes
685

problem solved