Application Development 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: 

sap table include contract data in SD module (va43)

Former Member
0 Kudos

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

michael_kozlowski
Active Contributor
0 Kudos

Check table VBAK where VBTYP = 'G'

8 REPLIES 8

michael_kozlowski
Active Contributor
0 Kudos

Check table VBAK where VBTYP = 'G'

0 Kudos

hi and thanks for your reply.

yes i have this type in vbak.

are they my contracts?

0 Kudos

Yes.

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

Mine are there!

Helena

0 Kudos

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

0 Kudos

thanks.

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

0 Kudos

Use table VBFA to get the document flow.

Former Member
0 Kudos

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

0 Kudos

hi and thanks Helena.

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