Páginas filhas
  • DT A251GRSN4 Handling of Saved SN4

Versões comparadas

Chave

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

01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Microsiga Protheus Line

Industry:

Services

Module:

Fixed Assets - SIGAATF

Function:

Acquisition by Transfer - ATFA251

Country:

Brazil

Ticket:

Internal

Requirement/Story/Issue:

DSERCTR1-32177


02. STATUS STATUS/REQUISITION

This technical document clarifies the purpose of entry point A251GRSN4.

03. SOLUTION

The Entry Point aims to allow the handling of results saved after the activation of saving to table SN4, following these criteria:

Aviso
titleImportant
It is observed that the use of the PE and its impacts on the system are the responsibility of the customer.

...

Bloco de código
languagecpp
themeRDark
titleManipulação do PE no SistemaHandling of EP in the System
linenumberstrue
collapsetrue
IF lA251GRSN4
	ExecBlock("A251GRSN4",.F.,.F.,{nOpca,SN4->N4_TIPO,"1",SN4->N4_OCORR, SN4->N4_TIPOCNT})
ENDIF


//OuOr 

IF lA251GRSN4
	ExecBlock("A251GRSN4",.F.,.F.,{nOpca,SN4->N4_TIPO,"2",SN4->N4_OCORR, SN4->N4_TIPOCNT})
ENDIF

Bloco de código
languagecpp
themeRDark
titleExemplo de PEEP Example
linenumberstrue
collapsetrue
Static Function A251GRSN4()

Local cParam1   := PARAMIXB[1]
Local cParam2   := PARAMIXB[2]
Local cParam3   := PARAMIXB[3]
Local cParam4   := PARAMIXB[4]
Local cParam5   := PARAMIXB[5]


If cParam2 == "01"
    //RealizaPerform operaçãodesired desejadaoperation
Endif

Return



04.

...

OTHER INFORMATION

Not Applicable

...

Não se Aplica.


05.

...

RELATED SUBJECTS

  • Not Applicable

...

  • Não se Aplica.