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

sap table include contract data in SD module (va43)

Former Member
0 Likes
4,651

hi sap experts.

i have a problem in sd module.

we have a report for sales in our sap system.

now i want to add contarct data to my report.we have data in VA42 and  VA43 Ttransaction. but VEDA table doesnt have any data.

where are the data of contract saved?

can you help me?

thanks for your helps.

1 ACCEPTED SOLUTION
Read only

michael_kozlowski
Active Contributor
0 Likes
3,143

Check table VBAK where VBTYP = 'G'

8 REPLIES 8
Read only

michael_kozlowski
Active Contributor
0 Likes
3,144

Check table VBAK where VBTYP = 'G'

Read only

0 Likes
3,143

hi and thanks for your reply.

yes i have this type in vbak.

are they my contracts?

Read only

0 Likes
3,143

Yes.

Look at VBELN and check if your contract number is there.

Mine are there!

Helena

Read only

0 Likes
3,143

Yes VBAK-records with VBTYP 'G' are the contracts.

Read only

0 Likes
3,143

thanks.

now how can i find sales order-orginal  that i see in document flow?

Read only

0 Likes
3,143

Use table VBFA to get the document flow.

Read only

Former Member
0 Likes
3,143

Hello,

I think the data are in the same tables like the sales order (VBAK, VBAP, VBEP,...).

Do you have checked that?

Contracts have different SD document category and only some types write obviously in VEDA.

Best regards!

Helena

Read only

0 Likes
3,143

hi and thanks Helena.

i check VBAK  table and find some sales document whit 'G' type.