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

Difference between BKPF AND VBKPF

Former Member
0 Likes
5,304

hello experts,

What is the main difference between the tables

BKPF and VBKPF

BSEG and VBSEGK, VBSEGS

Can anyone give the guidance plz...

BSEG is a cluster table it will have huge amount of data.. so can v substitute that table with above two tables, does it give the same result....?

I am preparing a report of parked vendor invoices .. so which table u want me to use from the above.....

SIRI

11 REPLIES 11
Read only

former_member194669
Active Contributor
0 Likes
2,993

Hi,

try to use these fm instead of select on VBKPF

MRM_PARKED_INVOICE_POST

FM_PARKED_DOC_POST

FSKB_READ_PARKED_DOC

aRs

Read only

0 Likes
2,993

i should list out all the vendor parked invoices ... how to get those with these function modules ....?

Read only

0 Likes
2,993

vendor parked invoices are in VBSEGK, right ?

Read only

0 Likes
2,993

How to know that exactly... can u guide me?

Read only

0 Likes
2,993

please can anyone help me.... its bit urgent...

Read only

Former Member
0 Likes
2,993

Hi,

I believe VBKPF will contain only parked documents...

Meaning if the BSTAT is 'V' then this table contain an entry..

If the document is posted then this table will not contain an entry...

Try this..

Parked a document...check the table VBKPF..

Post the document..check the table VBKPF..

Thanks

Naren

Read only

0 Likes
2,993

Naren,

here my question is whether i can use the vbkpf table instead of bkpf, does it contain all entries in bkpf table...

Read only

0 Likes
2,993

Hi

If you wants list out all the vendor parked invoices

use VBKPF not BKPF

BKPF and BSEG are the header and item tables for BSIS,BSAS(GL),

BSIk,BSAK (AP) and BSID,BSAD(AR)

simlilarly VBKPF and VBSEGK are the header and item tables for Vendor Parked documents(invoices) header and item tables

You have to use them for getting the vendor parked invoices

VBSEGS is like BSIS which is related to GL based parked documents.

Reward points if useful

Regards

Anji

Read only

0 Likes
2,993

ANJI,

So finally

i am planning to develop the invoices report

for parked invoices----- VBKPF, VBSEGK, VBSEGS

for open invoices----


BSIK, BKPF, BSIS, LFA1

for closed invoices----- BSAK, BKPF, BSIS, LFA1.

I am using the above table

can u guide me am i going in the correct direction...

Read only

Former Member
0 Likes
2,993

Nope..Use BKPF..

Thanks,

Naren

Read only

Former Member
0 Likes
2,993

Hi,

I believe it should be okay

Thanks,

Naren