cancel
Showing results for 
Search instead for 
Did you mean: 

Parked invoice - where I can find the "new" number ??

Former Member
0 Kudos

Hi there , my problem is this , when I post a parked invoice from a year different than the actual the number of the document changes, for example my 110006/2004 begun 1100203/2005 I know that I can find the second one is in the db table VBSEGK but someone knows if there is a table where I can find a record with the old and the new value ??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

i don't know whether i understand your probs correctly..

normally change details will be available in CDHDR and CDPOS table you can use function module

CALL FUNCTION 'CHANGEDOCUMENT_READ'

EXPORTING

objectclass = 'xxxx'

objectid = 3938844

TABLES

editpos = itab

cheers,

sasi

Former Member
0 Kudos

thank you !!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pino,

Just have a look at VBKPF-AWTYP & VBKPF-AWKEY .

Also check entries in table TTYP for valid AWTYP.

Cheers