Árvore de páginas

Versões comparadas

Chave

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

...

Bloco de código
languagejava
themeMidnight
titleFA985TPA
#INCLUDE "TOTVS.CH"

/*/{Protheus.doc} User Function FA985TPA
    (Ponto de Entrada permite adicionar códigos a serem exibidos no campo FKE_TPATRB - Tipo ação do complem. imp)
    @type  Function
    @author Cássio S Dias
    @since 07/12/2023
    @version 12.1.2310
    @return cFiltro, character
    @see (links_or_referenceshttps://tdn.totvs.com/x/9TpAM)
    /*/
User Function FA985TPA() as character

	Local cFiltro as character

	cFiltro := ""

	If Alltrim(M->FKE_TPIMP) $ "PIS|COF|CSL"
		cFiltro := "004   "
	Else
		cFiltro := "001   |002   |003   |004   |005   |006   |007   |008   |009   "
	EndIf

Return cFiltro

...