cancel
Showing results for 
Search instead for 
Did you mean: 

STO(intercompany) commerical invoice is editiable after account posting

Former Member
0 Kudos

Hi Experts,

I am facing one problem is that, i have a one STO invoice of june 2009 & now if i checking the price in the condtion tab i found that price field is editiable & it is allowing to enter new price also. This invoice has passed the accounting entries also.

As per me once u print the invoice & accounting document get posted you can not change any thing.

Then why this is happening could any body help me?

Thanks

Jyotsna

Accepted Solutions (0)

Answers (1)

Answers (1)

ivano_raimondi
Active Contributor
0 Kudos

Hello,

the pricing should not be changeable anymnore, once the billing document is released to accounting.

Field VBRK-RFBSK = 'C' when billing document released to accounting.

The relevant sourc code is in program LV60AA58:

if t180-trtyp ca 'AC' or

( xvbrp-uvprs = ' ' and xvbrk-rfbsk ca 'CE' ) or

( xvbrp-uvprs = ' ' and not xvbrk-sfakn is initial ).

if not analyze_mode is initial.

tkomp-kaend_typ(1) = ' '.

else.

tkomp-kaend_typ(1) = '*'.

When field tkomp-kaend_typ(1) is set '*', the pricing is NOT changeable.

Best regards,

Ivano.