...
With ECDCHVCAB, you can adjust the key used in exports, making sure the data structure exported is compliant with business rules as well as legal requirements, providing greater flexibility and control on the data submitted to ECD.
03. OTHER INFORMATION
Bloco de código |
---|
language | cpp |
---|
theme | RDark |
---|
title | Handling of EP in the system |
---|
|
If ExistBlock( "ECDCHVCAB" )
cChave := ExecBlock( "ECDCHVCAB", .F., .F.)
EndIf |
Bloco de código |
---|
language | cpp |
---|
theme | RDark |
---|
title | EP Example |
---|
|
#INCLUDE "PROTHEUS.ch"
#INCLUDE "rwmake.ch"
User Function ECDCHVCAB()
Local cAliasCTC := Alias()
Local cChavet := " "
Local cLote := (cAliasCTC)->CTC_LOTE
Local cFilMov := (cAliasCTC)→CTC_FILIAL
If cFilMov == '01'
cChavet:= cLote
EndIf
Return cChavet |
Aviso |
---|
|
- It is noteworthy that the customer is responsible for EP utilization and its impacts on the system.
- The examples used in this documentation are for demonstration purposes only. Each customer must check what behavior they want to perform according to the scope of the entry point.
|
...