Páginas filhas
  • EP AF140GRV Changes to file SN3

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Return

Type

Description

Required

lRet

Not Applicable

Not Applicable

No

04. EXAMPLE 

Example of rule used

Bloco de código
languagec#
themeRDark
titleExample of Rule Used
linenumberstrue
collapsetrue
user function AF140GRV()

// take a given cost center for changes
Local cCustEsp := GetMV("XX_ATFCC",.F.,'9999')
Local lCCusDep := GetMv("MV_ATFCCDP",.F.,.F.)

If Empty(MV_PAR01)
   SN3->N3_CCUSTO := cCCustEsp
   If lCCusDep
      SN3->N3_CCDESP := cCCustEsp
   EndIf
EndIf

Return