Hello Experts,
I'm trying to see which Exit can I use to check the net value at the moment of saving VF01, VF02 or VF04 (VF Package). I want to check if this value is 0 or negative.
Transactions: VF01, VF02 or VF04
Program: SAPMV60A
Package: VF
I already see the following Exit's at VF Package:
J_3RSINV
SDVFX001 Exit usuario línea cabecera en transferencia a Finanzas
SDVFX002 Exit usuario línea deudores en transferencia a Finanzas
SDVFX003 Exit usuario compensación caja en transferencia a Finanz
SDVFX004 Exit usuario línea cuentas mayor en transferencia a Fina
SDVFX005 Exit usuario provisiones en transferencia a Finanzas
SDVFX006 Exit usuario línea fiscal en transferencia a Finanzas
SDVFX007 Exit usuario: plan facturación en traspaso a Finanzas
SDVFX008 Exit usuario: tratamiento estructuras de transferencia S
SDVFX009 Factura: tratamiento de KIDNO (núm.referencia de pago)
SDVFX010 Exit de usuario: tabla de posiciones p.líneas de cliente
SDVFX011 Exit de usuario p.estructuras komkcv y kompcv
V05I0001 Exits de usuario para índice de factura
V05N0001 Exits de usuario p.imprimir factura vía procedimiento ES
V60A0001 Funciones de cliente en factura
V60P0001 Suministro de datos campo adicional a visualizar en list
V61A0001 Ampliación de cliente: determinación de precio
I also see in other discussion that someone told to use: USEREXIT_FILL_VBRK_VBRP ( in RV60AFZC )
BUT at this moment Net value is not complete yet, so is not useful for the purpose that I need.
Please,
Anyone knows which exit can I use that, at the moment of verifying NET VALUE, it already has the value to check it, so I can tell the programmer to put the code inside that EXIT.
Thanks in advance!