{
    "meta": {
        "creator": "edmx2csn 1.0.41"
    },
    "$version": "0.2",
    "definitions": {
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_docs": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "dt_oper": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "nat_bc_cred": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_orig_cred": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 60
                },
                "desc_doc_oper": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cnv201fat": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "type": "cds.String",
                    "length": 4
                },
                "mes": {
                    "type": "cds.String",
                    "length": 2
                },
                "cpf_cnpj_usuario": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf_usuario": {
                    "type": "cds.String",
                    "length": 2
                },
                "razao_social_usuario": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_fatura": {
                    "type": "cds.Date"
                },
                "num_fatura": {
                    "type": "cds.String",
                    "length": 20
                },
                "num_ordem_item": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 10
                },
                "descr_item": {
                    "type": "cds.String",
                    "length": 40
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "origem_item": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj_part": {
                    "type": "cds.String",
                    "length": 14
                },
                "razao_social_part": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_total_fatura": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 3
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 10
                },
                "vl_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "source_system": {
                    "type": "cds.String",
                    "length": 8
                },
                "source_date": {
                    "type": "cds.Date"
                },
                "source_time": {
                    "type": "cds.String",
                    "length": 8
                },
                "source_file": {
                    "type": "cds.String",
                    "length": 30
                },
                "source_user": {
                    "type": "cds.String",
                    "length": 12
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfiscal_r": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_inf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nr_sat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "num_cfe": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "chv_cfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_det_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cst_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "aliq_cofins": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "det_valor_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_aliq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_oper_aj": {
                    "type": "cds.Date"
                },
                "desc_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.imp_pg_ex": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "res_inv_per": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_inv_per_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_neg_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_pos_trib": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_pos_trib_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_pag_rend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_pag_rend_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_isen_petr_per": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_isen_petr_per_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_lucr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_lucr_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_ret_ext": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_ret_ext_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_ret_br": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icmst_adt": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "id_inf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 20
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_aj_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ajus_ipi": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "descr_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_ter_fa": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_serv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "per_fiscal": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "dt_ini_serv": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin_serv": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_area": {
                    "type": "cds.String",
                    "length": 255
                },
                "terminal": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ven_at_ec": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj_estab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "vl_rec_estab": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cnae": {
                    "type": "cds.String",
                    "length": 7
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.per_disp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "mes_dispensa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "inf_comp": {
                    "type": "cds.String",
                    "length": 90
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rz_aux": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nat_sub_cnt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sub_cnt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "cod_patr_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nr_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "nr_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ident_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj_invtd": {
                    "type": "cds.String",
                    "length": 14
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "descr_item": {
                    "type": "cds.String",
                    "length": 50
                },
                "data_rect_ini": {
                    "type": "cds.String",
                    "length": 8
                },
                "sld_item_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_item_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "real_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_real_item": {
                    "type": "cds.String",
                    "length": 1
                },
                "sld_item_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_item_fin": {
                    "type": "cds.String",
                    "length": 1
                },
                "sld_scnt_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_scnt_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "deb_scnt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cred_scnt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_scnt_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_scnt_fin": {
                    "type": "cds.String",
                    "length": 1
                },
                "data_lcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "vlr_lcto": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vlr_lcto": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_adoc_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_dt_lanc": {
                    "type": "cds.Boolean"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dif_p_ant": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cont": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "nat_cred_desc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "dt_receb": {
                    "key": true,
                    "type": "cds.Date"
                },
                "vl_cred_desc_difer_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_apur_difer_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_difer_ant_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_desc_difer_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_apur_difer_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_difer_ant_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfs_fin": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_ctd": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cta_cosif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_serv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "aliq_iss": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cta_iss": {
                    "type": "cds.String",
                    "length": 60
                },
                "qtd_ocor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_iss": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_iss": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_inf_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.p_admju_s": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tp_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nr_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "cod_susp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "ini_valid": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "fim_valid": {
                    "type": "cds.String",
                    "length": 6
                },
                "ind_susp": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_decisao": {
                    "type": "cds.Date"
                },
                "ind_deposito": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_obs_lc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nro_ord": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "txt_substituido": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "txt": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfe_an_it": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_cfe": {
                    "type": "cds.String",
                    "length": 6
                },
                "nr_sat": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_opr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "txt": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.red_z_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "type": "cds.String",
                    "length": 21
                },
                "cod_tot_par": {
                    "type": "cds.String",
                    "length": 7
                },
                "nr_tot": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "vl_unit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_na_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_mot_rest_compl": {
                    "type": "cds.String",
                    "length": 5
                },
                "vl_un_icms_op_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_det_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cst_pis": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "aliq_pis": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "det_valor_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_aliq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_oper_aj": {
                    "type": "cds.Date"
                },
                "desc_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inconster": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_cons": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_prod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item_lt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ins_subst": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.lanc_cont": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "dt_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "ledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "tipo_doc": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 30
                },
                "ind_dc": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_arq": {
                    "type": "cds.String",
                    "length": 255
                },
                "hist": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_hist_pad": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "vl_dc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_comp": {
                    "type": "cds.String",
                    "length": 8
                },
                "moeda": {
                    "type": "cds.String",
                    "length": 5
                },
                "num_imob": {
                    "type": "cds.String",
                    "length": 12
                },
                "subnum_imob": {
                    "type": "cds.String",
                    "length": 4
                },
                "ch_lanc": {
                    "type": "cds.String",
                    "length": 2
                },
                "estabelecimento": {
                    "type": "cds.String",
                    "length": 4
                },
                "divisao": {
                    "type": "cds.String",
                    "length": 4
                },
                "ref_pag": {
                    "type": "cds.String",
                    "length": 30
                },
                "tp_conta": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_cliente": {
                    "type": "cds.String",
                    "length": 10
                },
                "cod_fornec": {
                    "type": "cds.String",
                    "length": 10
                },
                "cod_iva": {
                    "type": "cds.String",
                    "length": 2
                },
                "centro_lucro": {
                    "type": "cds.String",
                    "length": 10
                },
                "centro": {
                    "type": "cds.String",
                    "length": 4
                },
                "montante": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ch_ref_1": {
                    "type": "cds.String",
                    "length": 12
                },
                "ch_ref_2": {
                    "type": "cds.String",
                    "length": 12
                },
                "ch_ref_3": {
                    "type": "cds.String",
                    "length": 20
                },
                "num_atribuicao": {
                    "type": "cds.String",
                    "length": 18
                },
                "mes": {
                    "type": "cds.String",
                    "length": 2
                },
                "oper_lanc": {
                    "type": "cds.String",
                    "length": 16
                },
                "ch_ref": {
                    "type": "cds.String",
                    "length": 20
                },
                "ch_ref_cab_1": {
                    "type": "cds.String",
                    "length": 20
                },
                "ch_ref_cab_2": {
                    "type": "cds.String",
                    "length": 20
                },
                "doc_compensacao": {
                    "type": "cds.String",
                    "length": 10
                },
                "doc_referencia": {
                    "type": "cds.String",
                    "length": 10
                },
                "ano_fiscal_ref": {
                    "type": "cds.String",
                    "length": 4
                },
                "estornado": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_dc_aux": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dc_aux": {
                    "type": "cds.String",
                    "length": 1
                },
                "doc_header_text": {
                    "type": "cds.String",
                    "length": 25
                },
                "dt_lcto_ext": {
                    "type": "cds.String",
                    "length": 8
                },
                "termo_pagamento": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_item": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "descr_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_mov": {
                    "type": "cds.String",
                    "length": 1
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 10
                },
                "cst_ipi": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_enq": {
                    "type": "cds.String",
                    "length": 3
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_class": {
                    "type": "cds.String",
                    "length": 4
                },
                "ind_rec": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "vl_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_seg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_merc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms_uf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_uf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tipo_item": {
                    "type": "cds.String",
                    "length": 2
                },
                "matuse": {
                    "type": "cds.String",
                    "length": 1
                },
                "avaliacao_area": {
                    "type": "cds.String",
                    "length": 4
                },
                "avaliacao_tipo": {
                    "type": "cds.String",
                    "length": 10
                },
                "num_item_ext": {
                    "type": "cds.String",
                    "length": 6
                },
                "cod_selo_ipi": {
                    "type": "cds.String",
                    "length": 6
                },
                "qt_selo_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_barra": {
                    "type": "cds.String",
                    "length": 18
                },
                "cl_enq": {
                    "type": "cds.String",
                    "length": 5
                },
                "ind_servico": {
                    "type": "cds.String",
                    "length": 1
                },
                "sys_iva": {
                    "type": "cds.String",
                    "length": 2
                },
                "sys_dir_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "sys_dir_ipi": {
                    "type": "cds.String",
                    "length": 3
                },
                "sys_org_item": {
                    "type": "cds.String",
                    "length": 1
                },
                "sys_dir_cofins": {
                    "type": "cds.String",
                    "length": 3
                },
                "sys_dir_pis": {
                    "type": "cds.String",
                    "length": 3
                },
                "vl_out_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "mod_def_icms": {
                    "type": "cds.String",
                    "length": 1
                },
                "ped_compra": {
                    "type": "cds.String",
                    "length": 15
                },
                "ped_compra_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_unid": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "inc_imposto": {
                    "type": "cds.Boolean"
                },
                "vl_opr_entrada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr_saida": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ncm": {
                    "type": "cds.String",
                    "length": 16
                },
                "nat_bc_cred": {
                    "type": "cds.String",
                    "length": 2
                },
                "categoria_cfop": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_ref_lancto": {
                    "type": "cds.String",
                    "length": 35
                },
                "tp_ref_lancto": {
                    "type": "cds.String",
                    "length": 2
                },
                "itm_ref_lancto": {
                    "type": "cds.String",
                    "length": 6
                },
                "centro": {
                    "type": "cds.String",
                    "length": 4
                },
                "lote": {
                    "type": "cds.String",
                    "length": 10
                },
                "cst_iss": {
                    "type": "cds.String",
                    "length": 2
                },
                "sys_dir_iss": {
                    "type": "cds.String",
                    "length": 3
                },
                "ind_stat_item": {
                    "type": "cds.Boolean"
                },
                "num_ref_doc": {
                    "type": "cds.String",
                    "length": 10
                },
                "num_ref_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_liq_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_contratada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 10
                },
                "nro_contrato": {
                    "type": "cds.String",
                    "length": 15
                },
                "qtd_faturada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tarifa_aplicada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_desc_jud": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_isencao_reducao": {
                    "type": "cds.String",
                    "length": 2
                },
                "nbs": {
                    "type": "cds.String",
                    "length": 9
                },
                "ex_ipi": {
                    "type": "cds.String",
                    "length": 3
                },
                "fase_utilizacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_isnt_iss_p": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_benef_icms": {
                    "type": "cds.String",
                    "length": 10
                },
                "cod_fci": {
                    "type": "cds.String",
                    "length": 36
                },
                "cod_cest": {
                    "type": "cds.String",
                    "length": 9
                },
                "cod_ean_trib": {
                    "type": "cds.String",
                    "length": 18
                },
                "qtd_tributada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid_tributada": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_trib_aprox": {
                    "type": "cds.Decimal",
                    "precision": 19,
                    "scale": 2
                },
                "cod_isencao_icms": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_inf_item": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_cta_pis": {
                    "type": "cds.String",
                    "length": 30
                },
                "cod_cta_cofins": {
                    "type": "cds.String",
                    "length": 30
                },
                "grupo_material": {
                    "type": "cds.String",
                    "length": 9
                },
                "prod_interna": {
                    "type": "cds.Boolean"
                },
                "ind_nat_frt": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_cprb": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_servico": {
                    "type": "cds.String",
                    "length": 9
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.met_av_es": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_aval_estoq": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.pln_cta_b": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta_b": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_tributo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "desc_cta_lal": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_ap_lal": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_lan_orig": {
                    "type": "cds.String",
                    "length": 6
                },
                "desc_lan_orig": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_lim_lal": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_saldo_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_saldo_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj_sit_esp": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_pb_rfb": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_type": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nftype": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "doctyp": {
                    "type": "cds.String",
                    "length": 1
                },
                "direct": {
                    "type": "cds.String",
                    "length": 1
                },
                "entrad": {
                    "type": "cds.String",
                    "length": 1
                },
                "nfe": {
                    "type": "cds.String",
                    "length": 1
                },
                "municipal": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.pgtorc_ex": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tip_ext": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "nat_oper": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "forma": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "vl_periodo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.resul_ext": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "rec_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "custos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "luc_bruto": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_auferidas": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_outras_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desp_brasil": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desp_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "luc_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_partic": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_outras": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desp_outras": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "luc_liq_ant_ir": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imp_dev": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "luc_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icms_apop": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vl_tot_debitos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_debitos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_aj_debitos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_estornos_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_creditos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_creditos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_aj_creditos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_estornos_deb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_credor_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_apurado": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_ded": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_recolher": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_credor_transportar": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "deb_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cont_impo": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_tot_cont_nc_per_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cred_desc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cred_desc_ant_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_nc_dev_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_nc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_ded_nc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_nc_rec_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_cum_per_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_cum_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_ded_cum_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_cum_rec_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_rec_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_nc_per_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cred_desc_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cred_desc_ant_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_nc_dev_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_nc_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_ded_nc_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_nc_rec_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_cum_per_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_cum_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_ded_cum_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_cum_rec_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_rec_cof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.serv_ord": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nro_ord_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "nro_ord_fin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_doc_fin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nom_mest": {
                    "type": "cds.String",
                    "length": 33
                },
                "chv_cod_dig": {
                    "type": "cds.String",
                    "length": 32
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.infdifcof": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_vend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_nao_receb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_dif": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_dif": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.plcta_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 255
                },
                "cnpj_est": {
                    "type": "cds.String",
                    "length": 14
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.derex": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "mes": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "id_instituicao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "tip_moeda": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "nome_instituicao": {
                    "type": "cds.String",
                    "length": 255
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "descricao": {
                    "type": "cds.LargeString"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icter_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_cons": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_prod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item_lt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ins_subst": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.outrasinf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vl_aq_maq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_doa_crianca": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_doa_idoso": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aq_imobilizado": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bx_imobilizado": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_inc_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_inc_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_csll_deprec_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_oc_sem_iof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_folha_aliq_red": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aliq_red": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_alter_capital": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_bcn_csll": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.saldo": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lanc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "ind_dc": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_cta": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cta_aux": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dc_aux": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ob_icms_r": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_or": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_vcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 255
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 15
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "mes_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_or": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.repr_mat": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_item_repr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item_cons": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_op_os": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "dt_saida": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_saida": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_ret": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_cons": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_cons": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_item_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "centro": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sa_perio": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_tot_transf_debitos_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_aj_debitos_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_estornos_cred_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_transf_creditos_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_aj_creditos_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_estornos_deb_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_credor_ant_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_apurado_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_ded": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_recolher_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_credor_transp_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "deb_esp_oa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_res_m": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_icms": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_canc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_canc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_acmo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_isen": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_nt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_icmst": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_aj_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.prej_acum": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "res_neg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_neg_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "saldo_res_neg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.exportaca": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nro_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "nro_re": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "nat_exp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "ind_doc": {
                    "type": "cds.String",
                    "length": 1
                },
                "dt_de": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_re": {
                    "type": "cds.String",
                    "length": 8
                },
                "chc_emb": {
                    "type": "cds.String",
                    "length": 18
                },
                "dt_chc": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_avb": {
                    "type": "cds.String",
                    "length": 8
                },
                "tp_chc": {
                    "type": "cds.String",
                    "length": 2
                },
                "pais": {
                    "type": "cds.String",
                    "length": 3
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.it_prod_t": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_prod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icmsdicpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vl_sld_cred_ant_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_cred_ant_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inscr_cad": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ent_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_inscr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vig_ate": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.servicos": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "ser": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "nro_ord": {
                    "type": "cds.String",
                    "length": 9
                },
                "ser_conv": {
                    "type": "cds.String",
                    "length": 3
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "ind_rec": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cons": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_apur": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_auth": {
                    "type": "cds.String",
                    "length": 32
                },
                "ref_doc_item": {
                    "type": "cds.String",
                    "length": 9
                },
                "qtd_cons_doc": {
                    "type": "cds.Integer"
                },
                "vl_serv_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv_nt_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_terc_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "uf_cod_mun": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_class": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "descr_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_contratada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_fornecida": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_da": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr_isento": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_outras": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_red_bc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms_uf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_uf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "cod_auth_reg_cad": {
                    "type": "cds.String",
                    "length": 32
                },
                "cod_auth_reg_cab": {
                    "type": "cds.String",
                    "length": 32
                },
                "cod_auth_reg_itm": {
                    "type": "cds.String",
                    "length": 32
                },
                "cod_forn": {
                    "type": "cds.String",
                    "length": 10
                },
                "nro_fatura": {
                    "type": "cds.String",
                    "length": 30
                },
                "nro_tel_principal": {
                    "type": "cds.String",
                    "length": 12
                },
                "nro_contrato": {
                    "type": "cds.String",
                    "length": 15
                },
                "qtd_faturada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_desc_jud": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_isencao_reducao": {
                    "type": "cds.String",
                    "length": 2
                },
                "tp_informacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_cliente": {
                    "type": "cds.String",
                    "length": 2
                },
                "subclasse_consumo": {
                    "type": "cds.String",
                    "length": 2
                },
                "cnpj_emitente": {
                    "type": "cds.String",
                    "length": 14
                },
                "vl_total_fatura_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_leit_ant": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_leit_atu": {
                    "type": "cds.String",
                    "length": 8
                },
                "cancelado": {
                    "type": "cds.Boolean"
                },
                "vl_forn": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cons": {
                    "type": "cds.Integer"
                },
                "fase_utilizacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "grupo_tensao": {
                    "type": "cds.String",
                    "length": 2
                },
                "tarifa_aplicada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "informacoes_adicionais": {
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj_cpf_dest": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_dest": {
                    "type": "cds.String",
                    "length": 18
                },
                "ende_dest": {
                    "type": "cds.String",
                    "length": 60
                },
                "numero_dest": {
                    "type": "cds.String",
                    "length": 10
                },
                "compl_dest": {
                    "type": "cds.String",
                    "length": 60
                },
                "cep_dest": {
                    "type": "cds.String",
                    "length": 10
                },
                "bairro_dest": {
                    "type": "cds.String",
                    "length": 60
                },
                "desc_mun_dest": {
                    "type": "cds.String",
                    "length": 40
                },
                "uf_dest": {
                    "type": "cds.String",
                    "length": 2
                },
                "fone_dest": {
                    "type": "cds.String",
                    "length": 12
                },
                "razao_social_dest": {
                    "type": "cds.String",
                    "length": 255
                },
                "num_unidade_consumidora": {
                    "type": "cds.String",
                    "length": 12
                },
                "cod_sit_conv": {
                    "type": "cds.String",
                    "length": 1
                },
                "nro_contrato_item": {
                    "type": "cds.String",
                    "length": 15
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "pco_category": {
                    "type": "cds.String",
                    "length": 1
                },
                "categoria_cfop": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cpl_co_aq": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_mun_dest": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_part_consg": {
                    "type": "cds.String",
                    "length": 60
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "ind_nav": {
                    "type": "cds.String",
                    "length": 1
                },
                "viagem": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_veic": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_liq_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desp_port": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desp_car_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt_mm": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.mat_propr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_mat_prop": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ob_icmsst": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_or": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "mes_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "dt_vcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 40
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 20
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_or": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cf_r": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_inf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_cx": {
                    "type": "cds.String",
                    "length": 3
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_ap_nf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "vl_aj_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 9
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "chv_doce": {
                    "type": "cds.String",
                    "length": 44
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.credper_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nat_bc_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cst_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_cofins": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins_cum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins_nc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_cofins_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desc_cred": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.royalties": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tip_roy": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_expl_dir_sw": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_expl_dir_aut": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_expl_marca": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_expl_pat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_expl_know": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_expl_franq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_expl_int": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.derex_res": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "id_instituicao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "tip_moeda": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "id_responsavel": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "endereco": {
                    "type": "cds.String",
                    "length": 60
                },
                "tipo_do_c": {
                    "type": "cds.String",
                    "length": 2
                },
                "ni": {
                    "type": "cds.String",
                    "length": 50
                },
                "ident_conta": {
                    "type": "cds.String",
                    "length": 35
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.proc_ref": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tp_parent": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_ativo": {
                    "type": "cds.String",
                    "length": 12
                },
                "sub_num_ativo": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.resul_cx": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "res_per": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_per_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "luc_disp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "luc_disp_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sign_subs": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ident_cpf_cnpj_t": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_assin_t": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.Date"
                },
                "vig_ate": {
                    "type": "cds.Date"
                },
                "ident_nom_t": {
                    "type": "cds.String",
                    "length": 100
                },
                "ind_crc_t": {
                    "type": "cds.String",
                    "length": 15
                },
                "email_t": {
                    "type": "cds.String",
                    "length": 255
                },
                "fone_t": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf_crc_t": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_seq_crc_t": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_crc_t": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.det_ajcof": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_lancto_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_lancto_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "det_valor_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "det_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_aliq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_oper_aj": {
                    "type": "cds.Date"
                },
                "desc_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.var_exerc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano_civil": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "mes_termino_periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "dia_termino_periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "variante_exercicio_fiscal": {
                    "type": "cds.String",
                    "length": 2
                },
                "periodo_conforme_ano_civil": {
                    "type": "cds.Boolean"
                },
                "periodo_depende_ano_civil": {
                    "type": "cds.Boolean"
                },
                "numero_periodos_contabeis": {
                    "type": "cds.String",
                    "length": 3
                },
                "numero_periodos_especiais": {
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "type": "cds.String",
                    "length": 3
                },
                "diferimento_exercicio": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfi_arma": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_arm": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "ind_arm": {
                    "type": "cds.String",
                    "length": 1
                },
                "descr_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.pr_adm_ju": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tp_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nr_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "ini_valid": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "fim_valid": {
                    "type": "cds.String",
                    "length": 6
                },
                "uf_vara": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_munic": {
                    "type": "cds.String",
                    "length": 7
                },
                "id_vara": {
                    "type": "cds.String",
                    "length": 4
                },
                "ind_autoria": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_vol_tr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "veic_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "qtd_vol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_anfod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_aj_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.com_bic_b": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "serie": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "num_bico": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_tanque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.directinv": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "nif_cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "razao_social": {
                    "type": "cds.String",
                    "length": 255
                },
                "percentual": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.imob_cven": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cst_pis": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cst_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vl_cus_orc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cus_orc_aju": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis_util": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins_util": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.checklist": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "checklist": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.Date"
                },
                "orgstr_key": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "cnpj_root": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ie": {
                    "key": true,
                    "type": "cds.String",
                    "length": 18
                },
                "central_efd": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "vig_ate": {
                    "type": "cds.Date"
                },
                "answer": {
                    "type": "cds.String",
                    "length": 1
                },
                "note": {
                    "type": "cds.String",
                    "length": 100
                },
                "userid": {
                    "type": "cds.String",
                    "length": 12
                },
                "udate": {
                    "type": "cds.Date"
                },
                "uzeit": {
                    "type": "cds.Time"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_aapod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "id_inf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 15
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "process": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ativos_ex": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tip_ativo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "discriminacao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "vl_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_atual": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.esc_conta": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_esc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "subledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "tipo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nat_livr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 80
                },
                "subl_account": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "mes": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_ver_lc": {
                    "type": "cds.String",
                    "length": 255
                },
                "layout": {
                    "type": "cds.String",
                    "length": 3
                },
                "num_ord": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_hash_aux": {
                    "type": "cds.String",
                    "length": 40
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dpais_ent": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancamento": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "jurisdicao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "jur_diferente": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "tin": {
                    "type": "cds.String",
                    "length": 20
                },
                "jurisdicao_tin": {
                    "type": "cds.String",
                    "length": 3
                },
                "ni": {
                    "type": "cds.String",
                    "length": 50
                },
                "jurisdicao_ni": {
                    "type": "cds.String",
                    "length": 3
                },
                "tipo_ni": {
                    "type": "cds.String",
                    "length": 100
                },
                "tip_end": {
                    "type": "cds.String",
                    "length": 7
                },
                "endereco": {
                    "type": "cds.String",
                    "length": 150
                },
                "num_tel": {
                    "type": "cds.String",
                    "length": 15
                },
                "email": {
                    "type": "cds.String",
                    "length": 115
                },
                "ativ_1": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_2": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_3": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_4": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_5": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_6": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_7": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_8": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_9": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_10": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_11": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_12": {
                    "type": "cds.String",
                    "length": 1
                },
                "ativ_13": {
                    "type": "cds.String",
                    "length": 1
                },
                "desc_outros": {
                    "type": "cds.LargeString"
                },
                "observacao": {
                    "type": "cds.LargeString"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cons_espc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item_comp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 18
                },
                "dt_fin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_comp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "perda": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_parc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "tipo_parc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_parc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "fun_parc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "name": {
                    "type": "cds.String",
                    "length": 255
                },
                "cep": {
                    "type": "cds.String",
                    "length": 10
                },
                "caixa_postal": {
                    "type": "cds.String",
                    "length": 10
                },
                "cep_caixa_postal": {
                    "type": "cds.String",
                    "length": 10
                },
                "fone": {
                    "type": "cds.String",
                    "length": 30
                },
                "fax": {
                    "type": "cds.String",
                    "length": 30
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "cte_parc": {
                    "type": "cds.String",
                    "length": 1
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dpais_obs": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancamento": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "jurisdicao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_rec_nao_rel": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_rec_rel": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_rec_total": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_luc_prej_antes_ir": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_ir_pago": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_ir_devido": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_cap_soc": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_luc_acum": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_ativ_tang": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_num_emp": {
                    "type": "cds.String",
                    "length": 1
                },
                "observacao": {
                    "type": "cds.LargeString"
                },
                "fim_observacao": {
                    "type": "cds.String",
                    "length": 7
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sld_contr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_cta_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "ind_dc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_lancto": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_clucro": {
                    "type": "cds.String",
                    "length": 10
                },
                "vlr00": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr10": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr11": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr12": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr13": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr14": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr15": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr16": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.item_icms": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "origem": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "aliq_geral": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.lacre_bom": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "serie": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "num_lacre": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "dt_aplicacao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.credper_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nat_bc_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cst_pis": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_pis": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis_cum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis_nc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_pis_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desc_cred": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.combu_mov": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_fech": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_tanque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "estq_abert": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vol_entr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vol_saidas": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_aj_perda": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_aj_ganho": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "fech_fisico": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.exp_ind_m": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nro_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "nro_re": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "nf_id_3rd": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "chv_nfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "nr_memo": {
                    "type": "cds.String",
                    "length": 255
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rel_part": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_rel": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "dt_ini_rel": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_fin_rel": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.canc_doc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "num_doc_fin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "num_doc_ini_1700": {
                    "type": "cds.String",
                    "length": 12
                },
                "num_doc_fin_1700": {
                    "type": "cds.String",
                    "length": 12
                },
                "rep_dat": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.doa_eleit": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "tip_benef": {
                    "type": "cds.String",
                    "length": 2
                },
                "form_doa": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_doa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cad_part": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_pais": {
                    "type": "cds.String",
                    "length": 5
                },
                "cpf": {
                    "type": "cds.String",
                    "length": 11
                },
                "nit": {
                    "type": "cds.String",
                    "length": 11
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "ie_st": {
                    "type": "cds.String",
                    "length": 18
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "im": {
                    "type": "cds.String",
                    "length": 18
                },
                "suframa": {
                    "type": "cds.String",
                    "length": 9
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sa_infaju": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_da": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 15
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.bal_patri": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo": {
                    "type": "cds.String",
                    "length": 1
                },
                "nivel": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta_sup": {
                    "type": "cds.String",
                    "length": 60
                },
                "val_cta_ref_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_val_cta_ref_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "val_cta_ref_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_val_cta_ref_fin": {
                    "type": "cds.String",
                    "length": 1
                },
                "val_cta_ref_deb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_cta_ref_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfi_uipi": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cl_enq": {
                    "type": "cds.String",
                    "length": 5
                },
                "tipo_imposto": {
                    "type": "cds.String",
                    "length": 4
                },
                "pauta": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_unid": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_pad": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dom_fisc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "spras": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "country": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "taxjurcode": {
                    "key": true,
                    "type": "cds.String",
                    "length": 15
                },
                "text": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cr_icms_a": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_lcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_carga": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pass": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_fat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_rat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_dif": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.even_emp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "emp_cod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "evento": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_evento": {
                    "key": true,
                    "type": "cds.Date"
                },
                "emp_cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cond_part": {
                    "type": "cds.String",
                    "length": 1
                },
                "per_evt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_cred_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "aliq_cofins": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 255
                },
                "descr_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_ref": {
                    "type": "cds.Date"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_i_comb": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_tanque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "qtde": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_equip": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "dt_fin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ecf_cx": {
                    "type": "cds.String",
                    "length": 3
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sld_trn_n": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 50
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "ledger": {
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cta_ant": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus_ant": {
                    "type": "cds.String",
                    "length": 100
                },
                "vl_sld_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dc_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_sld_ini_aux": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dc_ini_aux": {
                    "type": "cds.String",
                    "length": 1
                },
                "dt_alt": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_cta": {
                    "type": "cds.String",
                    "length": 1
                },
                "nivel": {
                    "type": "cds.Integer"
                },
                "cod_cta_sup": {
                    "type": "cds.String",
                    "length": 100
                },
                "cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.c_raz_aux": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nm_campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 16
                },
                "desc_campo": {
                    "type": "cds.String",
                    "length": 50
                },
                "tipo_campo": {
                    "type": "cds.String",
                    "length": 1
                },
                "tam_campo": {
                    "type": "cds.String",
                    "length": 3
                },
                "dec_campo": {
                    "type": "cds.String",
                    "length": 2
                },
                "col_campo": {
                    "type": "cds.String",
                    "length": 3
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ajapurado": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_ativ_econ": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cno": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 255
                },
                "descr_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_ref": {
                    "type": "cds.Date"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.prod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_doc_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_saida": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item_lin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_ini_op": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin_op": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_enc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_consumida": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_ins_subst": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_it_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_class": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_rec": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_bc_icms_uf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_uf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_contratada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "nro_contrato": {
                    "type": "cds.String",
                    "length": 15
                },
                "qtd_faturada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tarifa_aplicada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_desc_jud": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_isencao_reducao": {
                    "type": "cds.String",
                    "length": 2
                },
                "fase_utilizacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_isnt_iss_p": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_inf_item": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.map_ref": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_cta_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_sld_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_sld_fin": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_cpl_co": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "tipo_conhecimento": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_mun_orig": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_dest": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_part_consg": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_part_red": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_frt_red": {
                    "type": "cds.String",
                    "length": 1
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_nav": {
                    "type": "cds.String",
                    "length": 1
                },
                "viagem": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_veic": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_tfa": {
                    "type": "cds.String",
                    "length": 1
                },
                "otm": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_nat_frt": {
                    "type": "cds.String",
                    "length": 1
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "vl_liq_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sec_cat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pedg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desp_port": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desp_car_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt_mm": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_peso_tx": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tx_terr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tx_red": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tx_adv": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_gris": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pdg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ipi_apur": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vl_sd_ant_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_deb_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_od_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_oc_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.util_doc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "num_doc_fin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "rep_dat": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_disp": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "num_aut": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.parti_per": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_evento": {
                    "key": true,
                    "type": "cds.Date"
                },
                "ind_relac": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nom_emp": {
                    "type": "cds.String",
                    "length": 255
                },
                "valor_reais": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "valor_estr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "perc_cap_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "perc_cap_vot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_eq_pat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "data_aquis": {
                    "type": "cds.String",
                    "length": 8
                },
                "ind_proc_cart": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_proc_cart": {
                    "type": "cds.String",
                    "length": 150
                },
                "nome_cart": {
                    "type": "cds.String",
                    "length": 150
                },
                "ind_proc_rfb": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_proc_rfb": {
                    "type": "cds.String",
                    "length": 150
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.contr_sub": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "uf_st": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ie_st": {
                    "type": "cds.String",
                    "length": 18
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.indobr_nf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cno": {
                    "type": "cds.String",
                    "length": 14
                },
                "ind_obra": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sat_pr_re": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "nr_sat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.recisen_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cst_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "vl_tot_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desc_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_nf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ecf_cx": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cpf_cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "nom_adq": {
                    "type": "cds.String",
                    "length": 60
                },
                "chv_cfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "num_ccf": {
                    "type": "cds.String",
                    "length": 9
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_pis_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sa_indic": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descr_compl_out_apur": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecommerce": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_home_disp": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_serv_disp": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.escr_desc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_dec": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj_dec": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "im": {
                    "type": "cds.String",
                    "length": 255
                },
                "nire": {
                    "type": "cds.String",
                    "length": 11
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.invent_cp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_prop": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_estoque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfittserv": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vlr_ret_sub": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_n_ret_princ": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_servicos_15": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_servicos_20": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_servicos_25": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_n_ret_adic": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_pr_re": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vig_ate": {
                    "type": "cds.String",
                    "length": 8
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_impwh": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cat_imposto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "dt_lcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "estabelecimento": {
                    "type": "cds.String",
                    "length": 4
                },
                "num_arq": {
                    "type": "cds.String",
                    "length": 16
                },
                "codigo_irf": {
                    "type": "cds.String",
                    "length": 2
                },
                "chave_irf": {
                    "type": "cds.String",
                    "length": 4
                },
                "tip_rend": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_comp": {
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 16
                },
                "cpf": {
                    "type": "cds.String",
                    "length": 11
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "im": {
                    "type": "cds.String",
                    "length": 18
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 11
                },
                "nome": {
                    "type": "cds.String",
                    "length": 70
                },
                "ende": {
                    "type": "cds.String",
                    "length": 60
                },
                "numero": {
                    "type": "cds.String",
                    "length": 10
                },
                "cidade": {
                    "type": "cds.String",
                    "length": 40
                },
                "bairro": {
                    "type": "cds.String",
                    "length": 60
                },
                "cep": {
                    "type": "cds.String",
                    "length": 10
                },
                "uf": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_pais": {
                    "type": "cds.String",
                    "length": 5
                },
                "moeda": {
                    "type": "cds.String",
                    "length": 5
                },
                "tip_conta": {
                    "type": "cds.String",
                    "length": 1
                },
                "base_exc_irf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "base_irf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_irf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "doc_compensacao": {
                    "type": "cds.String",
                    "length": 10
                },
                "doc_estorno": {
                    "type": "cds.String",
                    "length": 10
                },
                "ind_estorno": {
                    "type": "cds.String",
                    "length": 1
                },
                "ch_ref": {
                    "type": "cds.String",
                    "length": 20
                },
                "doc_header_text": {
                    "type": "cds.String",
                    "length": 25
                },
                "j_1bwht_bs": {
                    "type": "cds.Decimal",
                    "precision": 15,
                    "scale": 2
                },
                "tipo_part": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfe_it": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "nr_sat": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "is_pauta": {
                    "type": "cds.Boolean"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_loc_ct": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "despacho": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_carga": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj_cpf_col": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_col": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_mun_col": {
                    "type": "cds.String",
                    "length": 7
                },
                "cnpj_cpf_entg": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_entg": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_mun_entg": {
                    "type": "cds.String",
                    "length": 7
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.corr_apon": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_retificacao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_op_os": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "origem": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_item_itm": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_ini_ap": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin_ap": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_cor_pos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_cor_neg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_cor_pos_itm": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_cor_neg_itm": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_ins_subst_itm": {
                    "type": "cds.String",
                    "length": 60
                },
                "centro": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_op_ext": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "type": "cds.String",
                    "length": 8
                },
                "tp_oper": {
                    "type": "cds.String",
                    "length": 3
                },
                "tip_ajust": {
                    "type": "cds.String",
                    "length": 2
                },
                "desc_out_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "font_aju": {
                    "type": "cds.String",
                    "length": 255
                },
                "num_ord": {
                    "type": "cds.String",
                    "length": 30
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.contprvrb": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_inc_trib": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_rec_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_ativ": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_demais_ativ": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.balancete": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_bcte": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "val_debd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_credd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_deb_aux": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_cred_aux": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.prod_conj": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "tipo_prod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_doc_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "tipo_uso_item": {
                    "type": "cds.String",
                    "length": 1
                },
                "dt_ini_op": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin_op": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_prod": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.det_aj_bc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "dt_ref": {
                    "type": "cds.Date"
                },
                "ind_aj_bc": {
                    "type": "cds.String",
                    "length": 2
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "vl_aj_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst49": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cst99": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_aprop": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_rec": {
                    "type": "cds.String",
                    "length": 41
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfi_vnovo": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "chassi_veic": {
                    "key": true,
                    "type": "cds.String",
                    "length": 17
                },
                "ind_veic_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_aj_ap": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "id_inf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 15
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_bc_con": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_aj_bc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj_bc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_lancto_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_aj_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 255
                },
                "descr_aj_bc": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_ref": {
                    "type": "cds.Date"
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "descr_aj_bc_cofins": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cred_per": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "aliq_pis": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_acres_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_reduc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_dif_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_disp_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_desc_cred_pis": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_cred_desc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_cred_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_acres_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_reduc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_dif_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_disp_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_desc_cred_cofins": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_cred_desc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_cred_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.drecise_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cst_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta_parent": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "nat_rec": {
                    "type": "cds.String",
                    "length": 3
                },
                "vl_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "desc_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ativ_ince": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_ativ": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ind_proj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ato_conc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "vig_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vig_fim": {
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj_incentivo": {
                    "type": "cds.String",
                    "length": 14
                },
                "ncm_incentivo": {
                    "type": "cds.String",
                    "length": 8
                },
                "rec_liq_incentivo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_incentivo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_concedente": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfdoc_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_cons": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_forn": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv_nt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_terc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_da": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tp_ligacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_grupo_tensao": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "cons": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "tp_assinante": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_doc_rmd": {
                    "type": "cds.String",
                    "length": 6
                },
                "nro_ord": {
                    "type": "cds.String",
                    "length": 9
                },
                "nom_mot": {
                    "type": "cds.String",
                    "length": 60
                },
                "cpf_mot": {
                    "type": "cds.String",
                    "length": 11
                },
                "tipo_rps": {
                    "type": "cds.String",
                    "length": 5
                },
                "nom_mest": {
                    "type": "cds.String",
                    "length": 15
                },
                "chv_cod_dig": {
                    "type": "cds.String",
                    "length": 32
                },
                "ind_nat_frt": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_unidade_consumidora": {
                    "type": "cds.String",
                    "length": 12
                },
                "nro_tel_principal": {
                    "type": "cds.String",
                    "length": 12
                },
                "tp_informacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_cliente": {
                    "type": "cds.String",
                    "length": 2
                },
                "subclasse_consumo": {
                    "type": "cds.String",
                    "length": 2
                },
                "cnpj_emitente": {
                    "type": "cds.String",
                    "length": 14
                },
                "vl_total_fatura_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_leit_ant": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_leit_atu": {
                    "type": "cds.String",
                    "length": 8
                },
                "informacoes_adicionais": {
                    "type": "cds.String",
                    "length": 30
                },
                "nro_fatura": {
                    "type": "cds.String",
                    "length": 30
                },
                "cod_auth": {
                    "type": "cds.String",
                    "length": 32
                },
                "ind_cprb": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_mat_terc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sub": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "chv_cte_ref": {
                    "type": "cds.String",
                    "length": 44
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "fin_doce": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.drecise_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cst_pis": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta_parent": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "nat_rec": {
                    "type": "cds.String",
                    "length": 3
                },
                "vl_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "desc_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cpl_co_ae": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_mun_dest": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "viagem": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_tfa": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_peso_tx": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tx_terr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tx_red": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tx_adv": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.emp_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cpf": {
                    "type": "cds.String",
                    "length": 11
                },
                "nom_mest": {
                    "type": "cds.String",
                    "length": 15
                },
                "chv_cod_dig": {
                    "type": "cds.String",
                    "length": 32
                },
                "tam_fonte": {
                    "type": "cds.String",
                    "length": 2
                },
                "nome_auditor": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_cvm_auditor": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.fato_cta": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_agl": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_hist_fat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "vl_fat_cont": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dc_fat": {
                    "type": "cds.String",
                    "length": 1
                },
                "desc_fat": {
                    "type": "cds.String",
                    "length": 100
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.vl_ra_aux": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tipo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "linha": {
                    "key": true,
                    "type": "cds.Integer"
                },
                "nm_campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 16
                },
                "rz_cont": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.atv_imob": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 2
                },
                "unid_imob": {
                    "type": "cds.String",
                    "length": 2
                },
                "ident_emp": {
                    "type": "cds.String",
                    "length": 255
                },
                "desc_unid_imob": {
                    "type": "cds.String",
                    "length": 90
                },
                "num_cont": {
                    "type": "cds.String",
                    "length": 90
                },
                "cpf_cnpj_adqu": {
                    "type": "cds.String",
                    "length": 14
                },
                "dt_oper": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_tot_vend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "perc_rec_receb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_nat_emp": {
                    "type": "cds.String",
                    "length": 1
                },
                "inf_comp": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.recisen_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cst_pis": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "vl_tot_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desc_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ctr_cr_fi": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "sld_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cred_apr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cred_receb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cred_util": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_cred_fim": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.emp_cons": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "emp_cod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_escrituracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_pais": {
                    "type": "cds.String",
                    "length": 5
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 8
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "per_part": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "evento": {
                    "type": "cds.String",
                    "length": 1
                },
                "per_cons": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "data_ini_emp": {
                    "type": "cds.Date"
                },
                "data_fin_emp": {
                    "type": "cds.Date"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nat_oper": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_nat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descr_nat": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icms_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "vl_sld_credor_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dados_soc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_incl_soc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fim_soc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_qualif_socio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cpf_cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "qualif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_pf_pj": {
                    "type": "cds.String",
                    "length": 2
                },
                "nom_emp": {
                    "type": "cds.String",
                    "length": 255
                },
                "perc_cap_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "perc_cap_vot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cpf_rep_leg": {
                    "type": "cds.String",
                    "length": 11
                },
                "qualif_rep_leg": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_rem_trab": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_luc_div": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_jur_cap": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_dem_rend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ir_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfi_med": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "lote_med": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "qtd_item": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_fab": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_val": {
                    "type": "cds.String",
                    "length": 8
                },
                "ind_med": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_prod": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_tab_max": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aqs_impwh": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 11
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "codigo_irf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cat_imposto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "retif_s1250": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_opc_cp": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_aquis": {
                    "type": "cds.String",
                    "length": 1
                },
                "tipo_contrib": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.saldo_c_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "dt_escrituracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "val_ag": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_val_ag": {
                    "type": "cds.String",
                    "length": 1
                },
                "val_el": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_val_el": {
                    "type": "cds.String",
                    "length": 1
                },
                "val_cs": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_val_cs": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.part_alt": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "data_alteracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "valor": {
                    "type": "cds.String",
                    "length": 255
                },
                "nr_campo": {
                    "type": "cds.String",
                    "length": 4
                },
                "data_reporting": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfe_an_cm": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_cfe": {
                    "type": "cds.String",
                    "length": 6
                },
                "nr_sat": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_unit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_na_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_mot_rest_compl": {
                    "type": "cds.String",
                    "length": 5
                },
                "vl_un_icms_op_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.vlr_agreg": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "mun": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "dt_registro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "item_ipm": {
                    "type": "cds.String",
                    "length": 1
                },
                "descr_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ass_digit": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "mes": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "assin_dig": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecd_cmp_a": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "reg_cod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_ad": {
                    "key": true,
                    "type": "cds.Integer"
                },
                "campo": {
                    "type": "cds.String",
                    "length": 255
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_fat_ve": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_tit": {
                    "key": true,
                    "type": "cds.String",
                    "length": 250
                },
                "num_parc": {
                    "key": true,
                    "type": "cds.Integer"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_vcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_parc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_compensacao": {
                    "type": "cds.String",
                    "length": 8
                },
                "doc_compensacao": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_iva": {
                    "type": "cds.String",
                    "length": 2
                },
                "texto_item": {
                    "type": "cds.String",
                    "length": 50
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.det_ajpis": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_lancto_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_lancto_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "det_valor_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "det_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_aliq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_oper_aj": {
                    "type": "cds.Date"
                },
                "desc_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ident_scp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_scp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "nome_scp": {
                    "type": "cds.String",
                    "length": 120
                },
                "inf_comp": {
                    "type": "cds.String",
                    "length": 90
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.part_ext": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "raz_social": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_controle": {
                    "type": "cds.String",
                    "length": 2
                },
                "pais": {
                    "type": "cds.String",
                    "length": 30
                },
                "ind_isen_petr": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_consol": {
                    "type": "cds.String",
                    "length": 1
                },
                "mot_nao_consol": {
                    "type": "cds.String",
                    "length": 1
                },
                "tip_moeda": {
                    "type": "cds.String",
                    "length": 3
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_ttl_i": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nr_tot": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_tot_par": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cfop": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "avaliacao_area": {
                    "type": "cds.String",
                    "length": 4
                },
                "avaliacao_tipo": {
                    "type": "cds.String",
                    "length": 10
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "pco_category": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.demo_l_cx": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "data": {
                    "key": true,
                    "type": "cds.Date"
                },
                "hist": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_entrada": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_saida": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_cpl_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_mun_dest": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.outra_inf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vl_capital_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_capital": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_estoque_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_estoques": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_caixa_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_caixa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aplic_fin_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aplic_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cta_rec_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cta_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cta_pag_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cta_pag": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_compra_merc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_compra_ativo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_receitas": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tot_ativo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_folha": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aliq_red": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_reg_apur": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_aval_estoq": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.vlrretfon": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tp_imp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_nat_ret": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "pr_rec_ret": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_ret_apu": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_ded": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_per": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_dcomp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.infgrpmul": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancamento": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nome_multinacional": {
                    "type": "cds.String",
                    "length": 100
                },
                "ind_controladora": {
                    "type": "cds.String",
                    "length": 1
                },
                "nome_controladora": {
                    "type": "cds.String",
                    "length": 100
                },
                "jurisdicao_controladora": {
                    "type": "cds.String",
                    "length": 3
                },
                "tin_controladora": {
                    "type": "cds.String",
                    "length": 20
                },
                "ind_entrega": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_modalidade": {
                    "type": "cds.String",
                    "length": 1
                },
                "nome_substituta": {
                    "type": "cds.String",
                    "length": 100
                },
                "jurisdicao_substituta": {
                    "type": "cds.String",
                    "length": 3
                },
                "tin_substituta": {
                    "type": "cds.String",
                    "length": 20
                },
                "dt_ini": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "tip_moeda": {
                    "type": "cds.String",
                    "length": 3
                },
                "ind_idioma": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecd_histo": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_hist": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descr_hist": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.p_admju_a": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "data": {
                    "key": true,
                    "type": "cds.Date"
                },
                "tp_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nr_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "cod_susp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "tp_insc_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nr_insc_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "ind_aquis": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "vlr_cp_n_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_rat_n_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_senar_n_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_ttl_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_tot_par": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "nr_tot": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_mun_orig": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "vl_serv": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 0
                },
                "qtd_bilh": {
                    "type": "cds.Integer"
                },
                "qtd_bilh_2": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 0
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 0
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 0
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.part_cons": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj_consor": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "vl_part": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.pln_cta": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "estr_balanco": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cta_alt": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cta_sup": {
                    "type": "cds.String",
                    "length": 100
                },
                "ind_cta": {
                    "type": "cds.String",
                    "length": 1
                },
                "nivel": {
                    "type": "cds.Integer"
                },
                "dt_alt": {
                    "type": "cds.String",
                    "length": 8
                },
                "cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj_est": {
                    "type": "cds.String",
                    "length": 14
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.conprebru": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cno": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "per_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "dt_ini": {
                    "type": "cds.Date"
                },
                "dt_fin": {
                    "type": "cds.Date"
                },
                "vl_rec_tot_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_ativ_econ": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_rec_ativ_estab": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cont": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cont": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_apu": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_det": {
                    "type": "cds.String",
                    "length": 8
                },
                "det_valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "inf_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.wh_tx_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "company_code": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "branch": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "fiscal_year": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "posting_number": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "revenue_code": {
                    "type": "cds.String",
                    "length": 4
                },
                "indicator_revenue_nature": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_ipi_ad": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "vl_aj_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "chv_nfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.lcont_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "cod_hist_pad": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_dc_aux": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dc_aux": {
                    "type": "cds.String",
                    "length": 1
                },
                "dt_lcto_ext": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.venda_exp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj_exp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_ncm": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vl_venda": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.piscof_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_item_ext": {
                    "type": "cds.String",
                    "length": 6
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_e_s": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "descr_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_mov": {
                    "type": "cds.String",
                    "length": 1
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 10
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "ncm": {
                    "type": "cds.String",
                    "length": 16
                },
                "ex_ipi": {
                    "type": "cds.String",
                    "length": 3
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.det_expor": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_ncm": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vl_compra": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_res": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo": {
                    "type": "cds.String",
                    "length": 1
                },
                "nivel": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta_sup": {
                    "type": "cds.String",
                    "length": 60
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_valor": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icmst_apu": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_mov_st": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_sld_cred_ant_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_devol_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ressarc_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_cred_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_creditos_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_retencao_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_deb_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_debitos_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_dev_ant_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_deducoes_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_recol_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_cred_st_transportar": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "deb_esp_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_doc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_emit": {
                    "type": "cds.String",
                    "length": 1
                },
                "tipo_part": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 9
                },
                "chv_nfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_e_s": {
                    "type": "cds.String",
                    "length": 8
                },
                "ind_pgto": {
                    "type": "cds.String",
                    "length": 1
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "cancelado": {
                    "type": "cds.String",
                    "length": 1
                },
                "chv_cte": {
                    "type": "cds.String",
                    "length": 44
                },
                "tp_ct_e": {
                    "type": "cds.String",
                    "length": 1
                },
                "fatura_id": {
                    "type": "cds.String",
                    "length": 10
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "cnpj_cpf": {
                    "type": "cds.String",
                    "length": 14
                },
                "ind_frt": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cons": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_forn": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv_nt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_terc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_da": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tp_ligacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_grupo_tensao": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "cons": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_dest": {
                    "type": "cds.String",
                    "length": 7
                },
                "qtd_vol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "direct": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_total_documento": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_doc_rmd": {
                    "type": "cds.String",
                    "length": 6
                },
                "nro_ord": {
                    "type": "cds.String",
                    "length": 9
                },
                "cod_aut": {
                    "type": "cds.String",
                    "length": 255
                },
                "nom_mot": {
                    "type": "cds.String",
                    "length": 60
                },
                "cpf": {
                    "type": "cds.String",
                    "length": 11
                },
                "cnpj_filial": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_filial": {
                    "type": "cds.String",
                    "length": 18
                },
                "iest_filial": {
                    "type": "cds.String",
                    "length": 18
                },
                "im_filial": {
                    "type": "cds.String",
                    "length": 20
                },
                "vagao": {
                    "type": "cds.String",
                    "length": 20
                },
                "balsa": {
                    "type": "cds.String",
                    "length": 20
                },
                "suframa_partner": {
                    "type": "cds.String",
                    "length": 9
                },
                "tipo_rps": {
                    "type": "cds.String",
                    "length": 5
                },
                "dt_canc": {
                    "type": "cds.String",
                    "length": 8
                },
                "marca_vol_trans": {
                    "type": "cds.String",
                    "length": 20
                },
                "rps": {
                    "type": "cds.String",
                    "length": 20
                },
                "sys_tipo_nf": {
                    "type": "cds.String",
                    "length": 2
                },
                "nfe_serv_num": {
                    "type": "cds.String",
                    "length": 20
                },
                "hr_e_s": {
                    "type": "cds.String",
                    "length": 6
                },
                "dt_auth": {
                    "type": "cds.String",
                    "length": 8
                },
                "hr_auth": {
                    "type": "cds.String",
                    "length": 6
                },
                "tipo_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_final": {
                    "type": "cds.String",
                    "length": 1
                },
                "pre_comprador": {
                    "type": "cds.String",
                    "length": 1
                },
                "crt_bupla": {
                    "type": "cds.String",
                    "length": 1
                },
                "tipo_emit": {
                    "type": "cds.String",
                    "length": 1
                },
                "xmlvers": {
                    "type": "cds.Decimal",
                    "precision": 4,
                    "scale": 2
                },
                "tpamb": {
                    "type": "cds.String",
                    "length": 1
                },
                "docstat": {
                    "type": "cds.String",
                    "length": 1
                },
                "nom_mest": {
                    "type": "cds.String",
                    "length": 15
                },
                "chv_cod_dig": {
                    "type": "cds.String",
                    "length": 32
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "tp_assinante": {
                    "type": "cds.String",
                    "length": 1
                },
                "municipal": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_nat_frt": {
                    "type": "cds.String",
                    "length": 1
                },
                "pco_category": {
                    "type": "cds.String",
                    "length": 1
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "ende": {
                    "type": "cds.String",
                    "length": 60
                },
                "numero": {
                    "type": "cds.String",
                    "length": 10
                },
                "compl": {
                    "type": "cds.String",
                    "length": 60
                },
                "bairro": {
                    "type": "cds.String",
                    "length": 60
                },
                "desc_mun": {
                    "type": "cds.String",
                    "length": 40
                },
                "cep": {
                    "type": "cds.String",
                    "length": 10
                },
                "pais": {
                    "type": "cds.String",
                    "length": 3
                },
                "nf_srv": {
                    "type": "cds.String",
                    "length": 1
                },
                "moeda": {
                    "type": "cds.String",
                    "length": 5
                },
                "incoterms1": {
                    "type": "cds.String",
                    "length": 3
                },
                "im": {
                    "type": "cds.String",
                    "length": 18
                },
                "dt_lancto": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_criacao": {
                    "type": "cds.String",
                    "length": 8
                },
                "nome_usuario": {
                    "type": "cds.String",
                    "length": 12
                },
                "docref": {
                    "type": "cds.String",
                    "length": 10
                },
                "manual": {
                    "type": "cds.String",
                    "length": 1
                },
                "observacao": {
                    "type": "cds.String",
                    "length": 50
                },
                "fun_parc": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_doc_contabil": {
                    "type": "cds.String",
                    "length": 10
                },
                "contingencia": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_servico": {
                    "type": "cds.String",
                    "length": 1
                },
                "chv_condicao": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_extemporanea": {
                    "type": "cds.String",
                    "length": 8
                },
                "num_unidade_consumidora": {
                    "type": "cds.String",
                    "length": 12
                },
                "nro_tel_principal": {
                    "type": "cds.String",
                    "length": 12
                },
                "tp_informacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "tp_cliente": {
                    "type": "cds.String",
                    "length": 2
                },
                "subclasse_consumo": {
                    "type": "cds.String",
                    "length": 2
                },
                "cnpj_emitente": {
                    "type": "cds.String",
                    "length": 14
                },
                "vl_total_fatura_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_leit_ant": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_leit_atu": {
                    "type": "cds.String",
                    "length": 8
                },
                "informacoes_adicionais": {
                    "type": "cds.String",
                    "length": 30
                },
                "nro_fatura": {
                    "type": "cds.String",
                    "length": 30
                },
                "cod_auth": {
                    "type": "cds.String",
                    "length": 32
                },
                "fone": {
                    "type": "cds.String",
                    "length": 12
                },
                "ind_iedest": {
                    "type": "cds.String",
                    "length": 1
                },
                "crt_partner": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnae_partner": {
                    "type": "cds.String",
                    "length": 7
                },
                "ind_cprb": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_mat_terc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sub": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "chv_cte_ref": {
                    "type": "cds.String",
                    "length": 44
                },
                "cod_cta_header": {
                    "type": "cds.String",
                    "length": 30
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "fin_doce": {
                    "type": "cds.String",
                    "length": 1
                },
                "nfnum_utilities": {
                    "type": "cds.String",
                    "length": 9
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.unid_med": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "unid": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "idioma": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "descr": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_cons": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "res_neg_util": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_neg_util_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "saldo_res_neg_nao_util": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "saldo_res_neg_nao_util_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_prop": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "res_prop_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_crg_tr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "despacho": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "cnpj_cpf_rem": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_rem": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_mun_ori": {
                    "type": "cds.String",
                    "length": 7
                },
                "cnpj_cpf_dest": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_dest": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_mun_dest": {
                    "type": "cds.String",
                    "length": 7
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_cred_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "ind_cred_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "aliq_pis": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 255
                },
                "descr_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_ref": {
                    "type": "cds.Date"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sav_decl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_inf_adic": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_inf_adic": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "descr_compl_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_doc_re": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nf_id_doc_princ": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 9
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_emit": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "dt_e_s": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_e_s_princ": {
                    "type": "cds.String",
                    "length": 8
                },
                "chv_nfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ut_cr_fis": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nr_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tipo_util": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_utcf": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_cred_util": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "chv_doce": {
                    "type": "cds.String",
                    "length": 44
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icmsstcpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vl_sld_cred_ant_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.giaf_imps": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "aliq_imp_base": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_10": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_11": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_12": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfe_cmpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "nr_sat": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_unit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_na_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_mot_rest_compl": {
                    "type": "cds.String",
                    "length": 5
                },
                "vl_un_icms_op_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.oper_exte": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tp_oper": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "num_ord": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "tip_exp": {
                    "type": "cds.String",
                    "length": 2
                },
                "tip_imp": {
                    "type": "cds.String",
                    "length": 2
                },
                "desc_imp_exp": {
                    "type": "cds.String",
                    "length": 255
                },
                "tot_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_ncm": {
                    "type": "cds.String",
                    "length": 8
                },
                "qtde": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "uni_med": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "tip_met": {
                    "type": "cds.String",
                    "length": 5
                },
                "vl_par": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_prat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_jur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_jur_min": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_jur_max": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cnc": {
                    "type": "cds.String",
                    "length": 5
                },
                "tip_moeda": {
                    "type": "cds.String",
                    "length": 3
                },
                "desc_bens_par": {
                    "type": "cds.String",
                    "length": 255
                },
                "dat_trans": {
                    "type": "cds.Date"
                },
                "dat_emb": {
                    "type": "cds.Date"
                },
                "dat_ent_prev": {
                    "type": "cds.Date"
                },
                "desc_par": {
                    "type": "cds.String",
                    "length": 255
                },
                "data_duimp": {
                    "type": "cds.Date"
                },
                "oper_par": {
                    "type": "cds.String",
                    "length": 1
                },
                "id_parte_par": {
                    "type": "cds.String",
                    "length": 255
                },
                "tip_par": {
                    "type": "cds.String",
                    "length": 1
                },
                "dat_util": {
                    "type": "cds.String",
                    "length": 1
                },
                "crit_par": {
                    "type": "cds.String",
                    "length": 255
                },
                "id_font_cot": {
                    "type": "cds.String",
                    "length": 3
                },
                "aj_par": {
                    "type": "cds.String",
                    "length": 1
                },
                "qtde_aj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "valor_cot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_dec_exp": {
                    "type": "cds.String",
                    "length": 50
                },
                "cod_inv": {
                    "type": "cds.String",
                    "length": 60
                },
                "util_ins_prod": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_dec_imp": {
                    "type": "cds.String",
                    "length": 50
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.decl_pais": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancamento": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "jurisdicao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_rec_nao_rel_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_nao_rel": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_rel_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_rel": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_total_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_total": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_luc_prej_antes_ir_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_luc_prej_antes_ir": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ir_pago_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ir_pago": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ir_devido_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ir_devido": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cap_soc_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cap_soc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_luc_acum_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_luc_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ativ_tang_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ativ_tang": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_emp": {
                    "type": "cds.String",
                    "length": 7
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.p_nf_view": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "uf": {
                    "type": "cds.String",
                    "length": 3
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "ende": {
                    "type": "cds.String",
                    "length": 60
                },
                "bairro": {
                    "type": "cds.String",
                    "length": 40
                },
                "cep": {
                    "type": "cds.String",
                    "length": 10
                },
                "desc_mun": {
                    "type": "cds.String",
                    "length": 40
                },
                "fone": {
                    "type": "cds.String",
                    "length": 30
                },
                "suframa": {
                    "type": "cds.String",
                    "length": 9
                },
                "email": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_pais": {
                    "type": "cds.String",
                    "length": 5
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.credfisc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tp_imp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "per_apu_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "orig_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cnpj_suc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_cred_apu": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_ext_apu": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cred_apu": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_desc_pa_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_per_pa_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_dcomp_pa_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sd_cred_disp_efd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_desc_efd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_per_efd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_dcomp_efd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_trans": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_cred_fim": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ciap_mov": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ind_bem": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "tipo_mov": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano_parc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "mes_parc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_parc": {
                    "type": "cds.String",
                    "length": 3
                },
                "dt_mov": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_apuracao": {
                    "type": "cds.String",
                    "length": 8
                },
                "nf_id": {
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "outros_creditos": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_imob_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_imob_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_imob_icms_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_imob_icms_dif": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_parc_pass": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_parc_aprop": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quantidade": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unidade": {
                    "type": "cds.String",
                    "length": 6
                },
                "reference_document_type": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.op_cartao": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_registro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tot_credito": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tot_debito": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.item_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_lst": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rec_perio": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "rec_total_bloco_a": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_nrb_bloco_a": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_bloco_c": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_nrb_bloco_c": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_bloco_d": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_nrb_bloco_d": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_bloco_f": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_nrb_bloco_f": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_bloco_i": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_nrb_bloco_i": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_bloco_1": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_nrb_bloco_1": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_periodo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_total_nrb_periodo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.auditor": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cvm_auditor": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "ano_auditoria": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nome_auditor": {
                    "type": "cds.String",
                    "length": 255
                },
                "ni_cpf_cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.com_v_ven": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_fech": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_tanque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "num_bico": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "nr_interv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "mot_interv": {
                    "type": "cds.String",
                    "length": 50
                },
                "nom_interv": {
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj_interv": {
                    "type": "cds.String",
                    "length": 14
                },
                "cpf_interv": {
                    "type": "cds.String",
                    "length": 11
                },
                "val_fecha": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "val_abert": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vol_aferi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vol_vendas": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.contr_cod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_rec": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_debito_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_debito_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.prd_d_usi": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_prod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "dt_registro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "obs": {
                    "type": "cds.String",
                    "length": 255
                },
                "qtd_moid": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "estq_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_produz": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ent_anid_hid": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "outr_entr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "perda": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cons": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sai_ani_hid": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "saidas": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "estq_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "estq_ini_mel": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "prod_dia_mel": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "util_mel": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "prod_alc_mel": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "tp_residuo": {
                    "type": "cds.String",
                    "length": 2
                },
                "qtd_residuo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfe_eq_sa": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nr_sat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "doc_ini": {
                    "type": "cds.String",
                    "length": 9
                },
                "doc_fim": {
                    "type": "cds.String",
                    "length": 9
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cnv201ppg": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cnpj_filial": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "type": "cds.String",
                    "length": 4
                },
                "mes": {
                    "type": "cds.String",
                    "length": 2
                },
                "data_recarga": {
                    "type": "cds.Date"
                },
                "cpf_cnpj_dest": {
                    "type": "cds.String",
                    "length": 14
                },
                "razao_social_dest": {
                    "type": "cds.String",
                    "length": 255
                },
                "telefone": {
                    "type": "cds.String",
                    "length": 11
                },
                "vl_total_recarga": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cnpj_ponto_venda": {
                    "type": "cds.String",
                    "length": 14
                },
                "razao_social_ponto_venda": {
                    "type": "cds.String",
                    "length": 255
                },
                "cnpj_distribuidor": {
                    "type": "cds.String",
                    "length": 14
                },
                "razao_social_distribuidor": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 10
                },
                "descr_item": {
                    "type": "cds.String",
                    "length": 30
                },
                "vl_antecipacao_credito": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_taxa_antecipacao": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_multa_atraso": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "indicador_icms": {
                    "type": "cds.String",
                    "length": 1
                },
                "source_system": {
                    "type": "cds.String",
                    "length": 8
                },
                "source_date": {
                    "type": "cds.Date"
                },
                "source_time": {
                    "type": "cds.String",
                    "length": 8
                },
                "source_file": {
                    "type": "cds.String",
                    "length": 30
                },
                "source_user": {
                    "type": "cds.String",
                    "length": 12
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.it_prod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_ini_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_doc_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "qtd_enc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "tipo_ordem": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.emp_det_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "emp_cod_parte": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_escrituracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_valor": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.estoq_mov": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_mov": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item_dest": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_dest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.pln_cta_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_emp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta_emp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "dt_escrituracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_cta": {
                    "type": "cds.String",
                    "length": 1
                },
                "nivel": {
                    "type": "cds.Integer"
                },
                "cod_cta_sup": {
                    "type": "cds.String",
                    "length": 100
                },
                "cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.diversal": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 32
                },
                "per_apur": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 30
                },
                "id_regra": {
                    "type": "cds.String",
                    "length": 40
                },
                "vl_sld_ini_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_sld_ini_esp": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_deb_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_fin_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_sld_fin_esp": {
                    "type": "cds.String",
                    "length": 1
                },
                "sld_ini_pre": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_ini_pre": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_deb_pre": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pre": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_fin_pre": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_fin_pre": {
                    "type": "cds.String",
                    "length": 1
                },
                "justificativa": {
                    "type": "cds.String",
                    "length": 500
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ciap_cred": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_trib_oc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_total": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_per_sai": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sld_cont": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "ind_dc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_clucro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vlr01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr10": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr11": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr12": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr13": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr14": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr15": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr16": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr00": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr01_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr02_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr03_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr04_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr05_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr06_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr07_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr08_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr09_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr10_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr11_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr12_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr13_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr14_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr15_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr16_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr00_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfs_simpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "aliq_iss": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_serv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 3
                },
                "dt_doc": {
                    "type": "cds.Date"
                },
                "cancelado": {
                    "type": "cds.Boolean"
                },
                "cod_inf_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_cont_p": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_isnt_iss_p": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_iss_p": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_iss_p": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.fat_co_un": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "unid_inv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "unid_conv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "fat_conv": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cont_dete": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_cont": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_rec_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cont": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_acres_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_reduc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_acres_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_reduc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_apur_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_apur_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_difer_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_difer_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_difer_ant_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_difer_ant_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_per_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_per_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_acres_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_reduc_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_acres_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ajus_reduc_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cont_ajus_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cont_ajus_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icms_apur": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descr_compl_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_aj_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rela_serv": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "pais": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_serv_assist": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv_sem_assist": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv_sem_assist_ext": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_juro": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_juro_pf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_juro_pj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_demais_juros": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_divid": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_divid_pf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_divid_pj": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rec_regcx": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vl_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_rec": {
                    "type": "cds.String",
                    "length": 2
                },
                "cnpj_cpf": {
                    "type": "cds.String",
                    "length": 14
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "vl_rec_det": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_red_z": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cro": {
                    "type": "cds.String",
                    "length": 3
                },
                "crz": {
                    "type": "cds.String",
                    "length": 6
                },
                "num_coo_fin": {
                    "type": "cds.String",
                    "length": 9
                },
                "gt_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_luc_pr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 11
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub_ser": {
                    "type": "cds.String",
                    "length": 20
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_tot_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "quant_doc": {
                    "type": "cds.String",
                    "length": 10
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "inf_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "per_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.prc_ref_t": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.re_despit": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "tp_repasse": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "recebido_repassado": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "codigo_irf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 11
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cat_imposto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "desc_recurso": {
                    "type": "cds.String",
                    "length": 20
                },
                "exercicio": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.res_liq": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "forma_trib": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo": {
                    "type": "cds.String",
                    "length": 1
                },
                "nivel": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_nat": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta_sup": {
                    "type": "cds.String",
                    "length": 60
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_valor": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.export_nf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nro_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "nro_re": {
                    "key": true,
                    "type": "cds.String",
                    "length": 12
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "nat_exp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.centro": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.lnctobsra": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_cta_b": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_cta_b_ctp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_val_lan_lalb_pb": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "hist_lan_lalb": {
                    "type": "cds.String",
                    "length": 255
                },
                "val_lan_lalb_pb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_lan_ant": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_tributo": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.scont_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "ind_dc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_clucro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vlr01_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr02_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr03_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr04_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr05_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr06_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr07_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr08_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr09_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr10_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr11_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr12_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr13_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr14_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr15_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr16_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr00_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_per_a": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "luc_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_luc_liq": {
                    "type": "cds.String",
                    "length": 8
                },
                "rec_brut_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "intimacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "int_atraso": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.obri_icms": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_or": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_vcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 40
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 15
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "mes_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_or": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.pis_folha": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_tot_fol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc_bc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_bc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_imp_fol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cont_fol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfcomprod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_com": {
                    "type": "cds.String",
                    "length": 1
                },
                "vlr_cp_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_rat_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_senar_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sa_nf_aju": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cpl_co_mc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_mun_dest": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_part_consg": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_part_red": {
                    "type": "cds.String",
                    "length": 60
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "otm": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_nat_frt": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_liq_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_gris": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pdg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sld_contb": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "estr_balanco": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ledger": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_clucro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_dc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_nat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vlr00": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr10": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr11": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr12": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr00_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr01_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr02_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr03_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr04_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr05_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr06_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr07_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr08_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr09_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr10_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr11_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr12_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr13_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr14_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr15_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr16_mf": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.imob_cust": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vl_cus_inc_acum_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cus_inc_per_esc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cus_inc_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc_bc_cus_inc_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cus_inc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis_desc_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis_desc_fut": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins_acum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins_desc_ant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins_desc_fut": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_modais": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "ind_emit": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj_cpf_emit": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf_emit": {
                    "type": "cds.String",
                    "length": 2
                },
                "ie_emit": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "cnpj_cpf_tom": {
                    "type": "cds.String",
                    "length": 14
                },
                "uf_tom": {
                    "type": "cds.String",
                    "length": 2
                },
                "ie_tom": {
                    "type": "cds.String",
                    "length": 14
                },
                "cod_mun_dest": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cred_estq": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nat_bc_cred": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_tot_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "est_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_men_est": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desc_est": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.desm_merc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_item_ori": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item_des": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_doc_os": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "qtd_ori": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_des": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_ini_os": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fin_os": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.contr_i_e": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tp_oper": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_ord": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "nome": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "pais": {
                    "type": "cds.String",
                    "length": 30
                },
                "vl_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cond_pes": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ipi_ant": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "vl_sd_ant_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.emp_con_p": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "emp_cod_contra": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_contra": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "dt_escrituracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "emp_cod_parte": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_valor": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.i_inf_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "bc_st_orig_dest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "icms_st_rep": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "icms_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "bc_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "icms_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_doc_im": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_acdraw": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "num_doc_imp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 15
                },
                "cod_doc_imp": {
                    "type": "cds.String",
                    "length": 1
                },
                "pis_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cofins_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "maritime_freight": {
                    "type": "cds.Decimal",
                    "precision": 13,
                    "scale": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.alt_item": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.Date"
                },
                "dt_fim": {
                    "key": true,
                    "type": "cds.Date"
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "cod_ant_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "descr_ant_item": {
                    "type": "cds.String",
                    "length": 120
                },
                "reporting_date": {
                    "type": "cds.Date"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inf_val_d": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_inf_adic": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descr_compl_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "vl_inf_adic": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.trib_dior": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_trib": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "vl_trib": {
                    "type": "cds.Decimal",
                    "precision": 19,
                    "scale": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.giaf_indu": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_ap": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "g1_01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_10": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g1_11": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cen_custo": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "divisao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "dt_alt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ccus": {
                    "type": "cds.String",
                    "length": 255
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.invent": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_prop": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_estoque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "mot_inv": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "tipo_part": {
                    "type": "cds.String",
                    "length": 1
                },
                "unid": {
                    "type": "cds.String",
                    "length": 60
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 100
                },
                "avaliacao_area": {
                    "type": "cds.String",
                    "length": 4
                },
                "avaliacao_tipo": {
                    "type": "cds.String",
                    "length": 10
                },
                "wip": {
                    "type": "cds.Boolean"
                },
                "vl_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_reg_a": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cst_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "aliq_icms": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_issqn": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_issqn": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_issqn": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.fato_cont": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_hist_fat": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "desc_fat": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.com_bomba": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "serie": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "fabricante": {
                    "type": "cds.String",
                    "length": 60
                },
                "modelo": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo_medicao": {
                    "type": "cds.String",
                    "length": 1
                },
                "inativa": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_loc_ce": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "inf_text": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "ind_carga": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj_col": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "ie_col": {
                    "type": "cds.String",
                    "length": 14
                },
                "cpf_col": {
                    "type": "cds.String",
                    "length": 11
                },
                "cod_mun_col": {
                    "type": "cds.String",
                    "length": 7
                },
                "cnpj_entg": {
                    "type": "cds.String",
                    "length": 14
                },
                "ie_entg": {
                    "type": "cds.String",
                    "length": 14
                },
                "cpf_entg": {
                    "type": "cds.String",
                    "length": 11
                },
                "cod_mun_entg": {
                    "type": "cds.String",
                    "length": 7
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.imobret": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "inc_imob": {
                    "type": "cds.String",
                    "length": 90
                },
                "rec_receb_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_fin_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "bc_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_uni": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_rec_uni": {
                    "type": "cds.Date"
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfi_ress": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_doc_ult_e": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "ser_ult_e": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_mod_ult_e": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_ult_e": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_part_ult_e": {
                    "type": "cds.String",
                    "length": 60
                },
                "quant_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_bc_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "chave_nfe_ult_e": {
                    "type": "cds.String",
                    "length": 44
                },
                "num_item_ult_e": {
                    "type": "cds.String",
                    "length": 3
                },
                "vl_unit_bc_icms_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_icms_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_limite_bc_icms_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_st_ult_e": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_res": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_resp_ret": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_mot_res": {
                    "type": "cds.String",
                    "length": 1
                },
                "chave_nfe_ret": {
                    "type": "cds.String",
                    "length": 44
                },
                "cod_part_nfe_ret": {
                    "type": "cds.String",
                    "length": 60
                },
                "ser_nfe_ret": {
                    "type": "cds.String",
                    "length": 3
                },
                "num_nfe_ret": {
                    "type": "cds.String",
                    "length": 9
                },
                "item_nfe_ret": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_da": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "vl_unit_res_fcp_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.p_admju_d": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "data": {
                    "key": true,
                    "type": "cds.Date"
                },
                "tp_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nr_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "cod_susp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "tp_insc_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "nr_insc_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_ativ_econ": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_com": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "valor_retencao": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "adicional": {
                    "type": "cds.String",
                    "length": 1
                },
                "vlr_cp_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_rat_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_senar_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vlr_cprb_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dete_cest": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "valid_from": {
                    "key": true,
                    "type": "cds.Date"
                },
                "cod_ncm": {
                    "key": true,
                    "type": "cds.String",
                    "length": 16
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cest": {
                    "type": "cds.String",
                    "length": 9
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.item": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "planta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "descr_item": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_barra": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_ant_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "unid_inv": {
                    "type": "cds.String",
                    "length": 6
                },
                "tipo_item": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ncm": {
                    "type": "cds.String",
                    "length": 16
                },
                "ex_ipi": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_gen": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_lst": {
                    "type": "cds.String",
                    "length": 4
                },
                "removido": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_comb": {
                    "type": "cds.String",
                    "length": 9
                },
                "ultima_mod": {
                    "type": "cds.String",
                    "length": 8
                },
                "avaliacao_tipo": {
                    "type": "cds.String",
                    "length": 10
                },
                "utilizacao_material": {
                    "type": "cds.String",
                    "length": 1
                },
                "avaliacao_area": {
                    "type": "cds.String",
                    "length": 4
                },
                "grupo_material": {
                    "type": "cds.String",
                    "length": 9
                },
                "tipo_material": {
                    "type": "cds.String",
                    "length": 4
                },
                "classe_avaliacao": {
                    "type": "cds.String",
                    "length": 4
                },
                "origem_material": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_doc_ar": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "inf_text": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "cod_da": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_da": {
                    "key": true,
                    "type": "cds.String",
                    "length": 50
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_aut": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_vcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "dt_pgto": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_da": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_dif_a": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "vl_saldo_soc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_saldo_soc": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_saldo_fis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_saldo_fis": {
                    "type": "cds.String",
                    "length": 1
                },
                "dif_saldos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dif_saldos": {
                    "type": "cds.String",
                    "length": 1
                },
                "met_contr": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_subcont": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus_sub": {
                    "type": "cds.String",
                    "length": 30
                },
                "cod_subcont_aux": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus_sub_aux": {
                    "type": "cds.String",
                    "length": 30
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.bensencar": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "tp_base_operacao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nat_bc_cred": {
                    "type": "cds.String",
                    "length": 2
                },
                "ident_bem_imob": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_orig_cred": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_util_bem_imob": {
                    "type": "cds.String",
                    "length": 1
                },
                "mes_oper_aquis": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "parc_oper_nao_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cred": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_nr_parc": {
                    "type": "cds.String",
                    "length": 1
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 60
                },
                "desc_bem_imob": {
                    "type": "cds.String",
                    "length": 255
                },
                "num_ativo": {
                    "type": "cds.String",
                    "length": 12
                },
                "sub_num_ativo": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.serv_pref": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "ser": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.conta_agl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "estr_balanco": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_agl": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.Date"
                },
                "dt_fin": {
                    "key": true,
                    "type": "cds.Date"
                },
                "nivel_agl": {
                    "type": "cds.Integer"
                },
                "cod_nat_agl": {
                    "type": "cds.String",
                    "length": 2
                },
                "descr_cod_agl": {
                    "type": "cds.String",
                    "length": 255
                },
                "nota_exp_ref": {
                    "type": "cds.LargeString"
                },
                "cod_agl_sup": {
                    "type": "cds.String",
                    "length": 30
                },
                "ind_cod_agl": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_renda": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "rend_pass_prop": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rend_pass_prop_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rend_total": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rend_total_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rend_ativ_prop": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rend_ativ_prop_real": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "percentual": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.fund_inve": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "qte_quot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qte_quota": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "patr_fin_per": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dat_abert": {
                    "type": "cds.String",
                    "length": 8
                },
                "dat_encer": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_bpas_c": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_doc_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_doc_fin": {
                    "type": "cds.String",
                    "length": 6
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "vl_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_seg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_desp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_red_bc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_obs": {
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "pco_category": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_inf_co": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "txt_substituido": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "txt": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.giaf_impo": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_ap": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "g3_01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_t": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g3_09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_ot_obt": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_obs": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "descr_compl_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_outros": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cen_lucro": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_clucro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_alt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "clucro": {
                    "type": "cds.String",
                    "length": 254
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.soc_coop": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_tip_coop": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cont_ant_exc_coop": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc_coop_ger_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc_esp_coop_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cont_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc_coop_ger_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_exc_esp_coop_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cont_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.elallac_l": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "cod_cta_b": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "ind_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ind_relacao": {
                    "type": "cds.String",
                    "length": 1
                },
                "hist_lan_lal": {
                    "type": "cds.String",
                    "length": 255
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo_lancamento": {
                    "type": "cds.String",
                    "length": 1
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cta": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_cta": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.opt_re_pa": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "acres_patr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_rec_bru": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inven_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_prop": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_estoque": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rec_pr_re": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cst_pis_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_det": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "cod_comp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "aliq_pis": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta_i200": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_cta_i300": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "info_compl_id_i100": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "info_compl_id_i200": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "info_compl_id_i300": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.conso_emp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cond_decl": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_cons": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cnpj_lid": {
                    "type": "cds.String",
                    "length": 14
                },
                "vl_decl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.inc_fis": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "base_calc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "per_incen_finor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_liq_incen_finor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "per_incen_finam": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_liq_incen_finam": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_total": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cons_aipi": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ano": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "periodo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cfop": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cst_ipi": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "vl_cont_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_bpas_i": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_serv": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.mod_item": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "data_mod_descr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "data_mod_fim": {
                    "type": "cds.String",
                    "length": 8
                },
                "descr_anterior": {
                    "type": "cds.String",
                    "length": 255
                },
                "data_reporting": {
                    "type": "cds.String",
                    "length": 8
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ct_id_d_f": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "despacho": {
                    "key": true,
                    "type": "cds.String",
                    "length": 255
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ser": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "vl_doc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_merc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_vol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.sub_corr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_idt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cnt_corr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "vig_de": {
                    "key": true,
                    "type": "cds.Date"
                },
                "vig_ate": {
                    "type": "cds.Date"
                },
                "nat_sub_cnt": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_it_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "cod_mot_rest_compl": {
                    "type": "cds.String",
                    "length": 5
                },
                "dt_e_s": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_resp_ret": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_da": {
                    "type": "cds.String",
                    "length": 1
                },
                "num_da": {
                    "type": "cds.String",
                    "length": 40
                },
                "quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_unit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_bc_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_fcp_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_na_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ser": {
                    "type": "cds.String",
                    "length": 4
                },
                "sub": {
                    "type": "cds.String",
                    "length": 3
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_un_icms_op_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ecf_fab": {
                    "type": "cds.String",
                    "length": 21
                },
                "chv_dfe": {
                    "type": "cds.String",
                    "length": 44
                },
                "ind_devolucao": {
                    "type": "cds.Boolean"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dados_suc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "nom_emp": {
                    "type": "cds.String",
                    "length": 255
                },
                "perc_pat_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfs_dedu": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "ind_ded": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_inf_obs": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "ind_obr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "vl_ded": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 21
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 150
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cfe": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "chv_cfe": {
                    "key": true,
                    "type": "cds.String",
                    "length": 44
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_cfe": {
                    "type": "cds.String",
                    "length": 6
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj_cpf": {
                    "type": "cds.String",
                    "length": 14
                },
                "nr_sat": {
                    "type": "cds.String",
                    "length": 9
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_cfe": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_merc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_da": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dior": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "dt_lancto": {
                    "type": "cds.String",
                    "length": 8
                },
                "num_edossie": {
                    "type": "cds.String",
                    "length": 32
                },
                "dt_ini_ato": {
                    "type": "cds.Date"
                },
                "dt_fin_ato": {
                    "type": "cds.Date"
                },
                "ano_ini": {
                    "type": "cds.String",
                    "length": 4
                },
                "ano_fin": {
                    "type": "cds.String",
                    "length": 4
                },
                "op_pdep_brasil": {
                    "type": "cds.String",
                    "length": 1
                },
                "op_pdep_ext_tnf": {
                    "type": "cds.String",
                    "length": 1
                },
                "op_pdep_ext_tf": {
                    "type": "cds.String",
                    "length": 1
                },
                "op_pindep_brasil": {
                    "type": "cds.String",
                    "length": 1
                },
                "op_pindep_ext_tnf": {
                    "type": "cds.String",
                    "length": 1
                },
                "op_pindep_ext_tf": {
                    "type": "cds.String",
                    "length": 1
                },
                "ger_ativ_fiscal": {
                    "type": "cds.String",
                    "length": 1
                },
                "reorg_soc": {
                    "type": "cds.String",
                    "length": 1
                },
                "ger_pas_terc": {
                    "type": "cds.String",
                    "length": 1
                },
                "benef_ger_pas": {
                    "type": "cds.String",
                    "length": 1
                },
                "reduc_base_trib": {
                    "type": "cds.String",
                    "length": 1
                },
                "reduc_ativo": {
                    "type": "cds.String",
                    "length": 1
                },
                "perc_reduc_ativo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "desc_sum": {
                    "type": "cds.String",
                    "length": 1024
                },
                "fund_jur": {
                    "type": "cds.String",
                    "length": 1024
                },
                "fund_just_sum": {
                    "type": "cds.String",
                    "length": 1024
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.infdifpis": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_cred": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "vl_vend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_nao_receb": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cont_dif": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_dif": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cred_eves": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_nat_even": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_even": {
                    "type": "cds.Date"
                },
                "cnpj_suced": {
                    "type": "cds.String",
                    "length": 14
                },
                "pa_cont_cred": {
                    "type": "cds.String",
                    "length": 6
                },
                "cod_cred": {
                    "type": "cds.String",
                    "length": 3
                },
                "vl_cred_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cred_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "per_cred_cis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icms_dif": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ind_mov_difal": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_sld_cred_ant_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_debitos_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_deb_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_deb_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_creditos_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_cred_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_cred_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_dev_ant_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_deducoes_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_recol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_cred_transportar": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "deb_esp_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_mov_fcp_difal": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_recol_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_cred_transportar_difal": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_cred_ant_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_deb_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_dev_ant_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_deducoes_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_recol_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sld_cred_transportar_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "deb_esp_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out_cred_fcp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.lucpre": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "tp_lucpre": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vl_rec_caixa": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_desc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_desc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.contretft": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_nat_ret": {
                    "type": "cds.String",
                    "length": 2
                },
                "dt_ret": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_bc_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 4
                },
                "ind_nat_rec": {
                    "type": "cds.String",
                    "length": 1
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "vl_ret_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ret_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_dec": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfs_ufunc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cpf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 11
                },
                "nome": {
                    "type": "cds.String",
                    "length": 100
                },
                "ind_prof": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_esc": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_soc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.corr_inv": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_retificacao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_est": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_est": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "qtd_cor_pos": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_cor_neg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.red_ded_i": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cst_pis_cofins": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_campo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_det": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "cod_comp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "aliq_pis": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "key": true,
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta_i200": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_cta_i300": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "info_compl_id_i100": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "info_compl_id_i200": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "info_compl_id_i300": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vl_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_ded_ger": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_tot_ded_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_valor_i200": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "det_valor_i300": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "info_compl_i100": {
                    "type": "cds.String",
                    "length": 255
                },
                "info_compl_i200": {
                    "type": "cds.String",
                    "length": 255
                },
                "info_compl_i300": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.part": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "data_alteracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "tipo_part": {
                    "type": "cds.String",
                    "length": 1
                },
                "nome": {
                    "type": "cds.String",
                    "length": 100
                },
                "cod_pais": {
                    "type": "cds.String",
                    "length": 5
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "cpf": {
                    "type": "cds.String",
                    "length": 11
                },
                "ie": {
                    "type": "cds.String",
                    "length": 18
                },
                "cod_mun": {
                    "type": "cds.String",
                    "length": 7
                },
                "suframa": {
                    "type": "cds.String",
                    "length": 9
                },
                "ende": {
                    "type": "cds.String",
                    "length": 60
                },
                "compl": {
                    "type": "cds.String",
                    "length": 60
                },
                "bairro": {
                    "type": "cds.String",
                    "length": 60
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "chv_part": {
                    "type": "cds.String",
                    "length": 10
                },
                "numero": {
                    "type": "cds.String",
                    "length": 10
                },
                "desc_mun": {
                    "type": "cds.String",
                    "length": 40
                },
                "cep": {
                    "type": "cds.String",
                    "length": 10
                },
                "fone": {
                    "type": "cds.String",
                    "length": 30
                },
                "im": {
                    "type": "cds.String",
                    "length": 18
                },
                "num_info_cred": {
                    "type": "cds.String",
                    "length": 11
                },
                "fabric_ext": {
                    "type": "cds.String",
                    "length": 10
                },
                "cod_industria": {
                    "type": "cds.String",
                    "length": 4
                },
                "fax": {
                    "type": "cds.String",
                    "length": 11
                },
                "dt_criacao": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_cxpostal": {
                    "type": "cds.String",
                    "length": 10
                },
                "caixa_postal": {
                    "type": "cds.String",
                    "length": 10
                },
                "crtn": {
                    "type": "cds.String",
                    "length": 1
                },
                "tipo_tributacao": {
                    "type": "cds.String",
                    "length": 2
                },
                "icms_isento": {
                    "type": "cds.Boolean"
                },
                "ind_nat_ret": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_doc_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "uf": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.incons": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_saida": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_doc_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "centro": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ins_subst": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icms_diod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_or": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_vcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "cod_rec": {
                    "type": "cds.String",
                    "length": 40
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 15
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "proce": {
                    "type": "cds.String",
                    "length": 255
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "mes_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_or": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_impost": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "sys_imposto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tipo_imposto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "subdivisao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "descr_imposto": {
                    "type": "cds.String",
                    "length": 255
                },
                "base": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliquota": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "valor_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "base_excluida": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "outras_base": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "pauta": {
                    "type": "cds.String",
                    "length": 1
                },
                "base_pauta": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_abat_nt_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_abat_nt_ipi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "factor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "loc_serv": {
                    "type": "cds.String",
                    "length": 15
                },
                "cod_uf_loc_serv": {
                    "type": "cds.String",
                    "length": 2
                },
                "tipo_serv": {
                    "type": "cds.String",
                    "length": 16
                },
                "cod_ret": {
                    "type": "cds.String",
                    "length": 16
                },
                "it_estatistico": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_imp_ret": {
                    "type": "cds.String",
                    "length": 1
                },
                "aliq_base_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliquota_cont_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "imposto_incluso": {
                    "type": "cds.String",
                    "length": 1
                },
                "tipo_serv_saida": {
                    "type": "cds.String",
                    "length": 4
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfenumgap": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_criacao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "form": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "subobj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "ser": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nfenrnr": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "ind_oper": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_emit": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sit": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rz_aux_t": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nat_sub_cnt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_sub_cnt": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "cod_patr_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "nr_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ident_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj_invtd": {
                    "type": "cds.String",
                    "length": 14
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "descr_item": {
                    "type": "cds.String",
                    "length": 50
                },
                "data_rect_ini": {
                    "type": "cds.String",
                    "length": 8
                },
                "sld_item_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_item_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "real_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_real_item": {
                    "type": "cds.String",
                    "length": 1
                },
                "sld_item_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_item_fin": {
                    "type": "cds.String",
                    "length": 1
                },
                "sld_scnt_ini": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_scnt_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "deb_scnt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cred_scnt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "sld_scnt_fin": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_scnt_fin": {
                    "type": "cds.String",
                    "length": 1
                },
                "data_lcto": {
                    "type": "cds.String",
                    "length": 8
                },
                "vlr_lcto": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vlr_lcto": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_adoc_ini": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_dt_lanc": {
                    "type": "cds.Boolean"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rec_bruta": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "rec_bru_ncum_trib_mi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_bru_ncum_nt_mi": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_bru_ncum_exp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_bru_cum": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "rec_bru_total": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_total": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_tot_par": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "nr_tot": {
                    "type": "cds.String",
                    "length": 2
                },
                "descr_nr_tot": {
                    "type": "cds.String",
                    "length": 255
                },
                "vlr_acum_tot": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dedu_div": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_ori_ded": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_nat_ded": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_ded_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ded_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cnpj": {
                    "type": "cds.String",
                    "length": 14
                },
                "inf_comp": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.giaf_cent": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "ind_ap": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "g4_01": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_02": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_03": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_04": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_05": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_06": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_07": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_08": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_09": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_10": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_11": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "g4_12": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_nf_it": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "ecf_mod": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "key": true,
                    "type": "cds.String",
                    "length": 21
                },
                "dt_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_doc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 9
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "qtd": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_canc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_item": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_opr": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_canc": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_acmo": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_isen": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_nt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_icms_st": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_opr_co": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "veic_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_aut": {
                    "type": "cds.String",
                    "length": 25
                },
                "nr_passe": {
                    "type": "cds.String",
                    "length": 255
                },
                "hora": {
                    "type": "cds.String",
                    "length": 6
                },
                "temper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_vol": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_brt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "peso_liq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "nom_mot": {
                    "type": "cds.String",
                    "length": 60
                },
                "cpf": {
                    "type": "cds.String",
                    "length": 11
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.lanc_div": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "valor": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.disalres": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_seq": {
                    "key": true,
                    "type": "cds.String",
                    "length": 32
                },
                "per_apur": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 30
                },
                "id_regra": {
                    "type": "cds.String",
                    "length": 40
                },
                "vl_sld_fin_esp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_vl_sld_fin_esp": {
                    "type": "cds.String",
                    "length": 1
                },
                "sld_fin_pre": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ind_sld_fin_pre": {
                    "type": "cds.String",
                    "length": 1
                },
                "justificativa": {
                    "type": "cds.String",
                    "length": 500
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cagl_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "estr_balanco": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_agl": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "notas_exp_ref": {
                    "type": "cds.LargeString"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.iden_proc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "cod_cta_b": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_val_lan_lalb_pb": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_cta_b_ctp": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ind_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_fatura": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "exercicio": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "num_tit": {
                    "key": true,
                    "type": "cds.String",
                    "length": 250
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "ind_emit": {
                    "type": "cds.String",
                    "length": 1
                },
                "ind_tit": {
                    "type": "cds.String",
                    "length": 2
                },
                "desc_tit": {
                    "type": "cds.String",
                    "length": 10
                },
                "qtd_parc": {
                    "type": "cds.Integer"
                },
                "vl_tit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_im_ser": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "vl_tot_serv": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_pag_pis": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins_imp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "dt_pag_cofins": {
                    "type": "cds.String",
                    "length": 8
                },
                "loc_exe_serv": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_sub_ap": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "ind_apur_icms": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "dt_fin": {
                    "type": "cds.String",
                    "length": 8
                },
                "descr_compl_aj": {
                    "type": "cds.String",
                    "length": 155
                },
                "vl_aj_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.plano_ref": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "cod_cta_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 100
                },
                "tp_plan_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_ini": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "dt_fim": {
                    "type": "cds.String",
                    "length": 8
                },
                "descricao": {
                    "type": "cds.String",
                    "length": 255
                },
                "tipo": {
                    "type": "cds.String",
                    "length": 1
                },
                "cod_conta_sup": {
                    "type": "cds.String",
                    "length": 60
                },
                "nivel": {
                    "type": "cds.String",
                    "length": 3
                },
                "natureza": {
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ent_ref": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icms_adod": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "descr_compl_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_aj_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_prc_re": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "inf_text": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_proc": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.aj_con_ap": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "num_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "ind_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "cod_aj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "num_lancto_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_aj_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_aj_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 255
                },
                "descr_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "dt_ref": {
                    "type": "cds.Date"
                },
                "descr_aj_cofins": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.rend_diri": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cpf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 11
                },
                "qualif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "nome": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_rem_trab": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_dem_rend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_ir_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ind_ativi": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "ind_ativ": {
                    "type": "cds.String",
                    "length": 2
                },
                "info_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.op_md_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "docnum": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "itmnum": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "tp_prod": {
                    "type": "cds.String",
                    "length": 1
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.icmsst_ap": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "uf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "cod_aj_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "num_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "descr_compl_aj": {
                    "type": "cds.String",
                    "length": 255
                },
                "vl_aj_apur": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_socie": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "nif": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cnpj": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "perc_part": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ativo_total": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "pat_liquido": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.part_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "cod_part": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "data_alteracao": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "icms_isento": {
                    "type": "cds.Boolean"
                },
                "ind_nat_ret": {
                    "type": "cds.String",
                    "length": 2
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.num_lanc": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "tp_tabela": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "per_apur": {
                    "key": true,
                    "type": "cds.String",
                    "length": 3
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "codigo": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "cod_cta": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ccus": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "num_lcto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 11
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.dem_ret_f": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_lancto": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cnpj_fon": {
                    "key": true,
                    "type": "cds.String",
                    "length": 14
                },
                "cod_rec": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "nom_emp": {
                    "type": "cds.String",
                    "length": 255
                },
                "ind_org_pub": {
                    "type": "cds.String",
                    "length": 1
                },
                "vl_rend": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "ir_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "csll_ret": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.procrefe": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "tp_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 1
                },
                "num_proc": {
                    "key": true,
                    "type": "cds.String",
                    "length": 20
                },
                "id_sec_jud": {
                    "type": "cds.String",
                    "length": 50
                },
                "id_vara": {
                    "type": "cds.String",
                    "length": 2
                },
                "ind_nat_acao": {
                    "type": "cds.String",
                    "length": 2
                },
                "desc_dec_jud": {
                    "type": "cds.String",
                    "length": 100
                },
                "dt_sent_jud": {
                    "type": "cds.Date"
                },
                "dt_dec_adm": {
                    "type": "cds.Date"
                },
                "beneficiar_nao_julgado": {
                    "type": "cds.Boolean"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.prod_cpl": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_doc_op": {
                    "key": true,
                    "type": "cds.String",
                    "length": 30
                },
                "cod_item": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "dt_saida": {
                    "key": true,
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item_lin": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "cod_ins_subst": {
                    "type": "cds.String",
                    "length": 60
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ecf_it_st": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "ecf_mod": {
                    "type": "cds.String",
                    "length": 20
                },
                "ecf_fab": {
                    "type": "cds.String",
                    "length": 21
                },
                "cod_mod": {
                    "type": "cds.String",
                    "length": 2
                },
                "num_doc": {
                    "type": "cds.String",
                    "length": 9
                },
                "dt_doc": {
                    "type": "cds.String",
                    "length": 8
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_rest_compl": {
                    "type": "cds.String",
                    "length": 5
                },
                "num_item": {
                    "type": "cds.String",
                    "length": 6
                },
                "cst_icms": {
                    "type": "cds.String",
                    "length": 3
                },
                "cfop": {
                    "type": "cds.String",
                    "length": 4
                },
                "quant": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "unid": {
                    "type": "cds.String",
                    "length": 6
                },
                "vl_unit": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_unit_icms_op": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_na_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_icms_st_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_rest": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_fcp_st_compl": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_un_icms_op_stq": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nfs_unipr": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "dt_reg": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "vl_rec": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "qtd_prof": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_or": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.cpl_co_ro": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_mun_dest": {
                    "key": true,
                    "type": "cds.String",
                    "length": 7
                },
                "cod_mun_orig": {
                    "type": "cds.String",
                    "length": 7
                },
                "cod_part_consg": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_part_red": {
                    "type": "cds.String",
                    "length": 60
                },
                "ind_frt_red": {
                    "type": "cds.String",
                    "length": 1
                },
                "veic_id": {
                    "type": "cds.String",
                    "length": 7
                },
                "uf_id": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_liq_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_sec_cat": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_desp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pedg": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_out": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_frt": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.nf_codinf": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "nf_id": {
                    "key": true,
                    "type": "cds.String",
                    "length": 10
                },
                "cod_inf": {
                    "key": true,
                    "type": "cds.String",
                    "length": 6
                },
                "txt_compl": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.exig_susp": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "id": {
                    "key": true,
                    "type": "cds.UUID"
                },
                "empresa": {
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "type": "cds.String",
                    "length": 4
                },
                "per_ref": {
                    "type": "cds.String",
                    "length": 6
                },
                "num_proc": {
                    "type": "cds.String",
                    "length": 20
                },
                "reg_ref": {
                    "type": "cds.String",
                    "length": 4
                },
                "chave_doc": {
                    "type": "cds.String",
                    "length": 90
                },
                "cod_part": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_item": {
                    "type": "cds.String",
                    "length": 60
                },
                "dt_oper": {
                    "type": "cds.String",
                    "length": 8
                },
                "vl_oper": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_pis_susp": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_pis_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_pis_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_pis_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cst_cofins_susp": {
                    "type": "cds.String",
                    "length": 2
                },
                "vl_bc_cofins_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "aliq_cofins_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "vl_cofins_susp": {
                    "type": "cds.Decimal",
                    "precision": 25,
                    "scale": 6
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 30
                },
                "desc_doc_oper": {
                    "type": "cds.String",
                    "length": 255
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.ciap_atv": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "empresa": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "filial": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "cod_ind_bem": {
                    "key": true,
                    "type": "cds.String",
                    "length": 60
                },
                "ident_merc": {
                    "type": "cds.String",
                    "length": 1
                },
                "descr_item": {
                    "type": "cds.String",
                    "length": 255
                },
                "cod_prnc": {
                    "type": "cds.String",
                    "length": 60
                },
                "cod_cta": {
                    "type": "cds.String",
                    "length": 60
                },
                "nr_parc": {
                    "type": "cds.String",
                    "length": 3
                },
                "cod_ccus": {
                    "type": "cds.String",
                    "length": 30
                },
                "ccus": {
                    "type": "cds.String",
                    "length": 60
                },
                "func": {
                    "type": "cds.String",
                    "length": 255
                },
                "vida_util": {
                    "type": "cds.String",
                    "length": 3
                },
                "criado_em": {
                    "type": "cds.Date"
                },
                "SAP__Messages": {
                    "type": "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001.SAP__Message": {
            "kind": "type",
            "elements": {
                "code": {
                    "type": "cds.LargeString"
                },
                "message": {
                    "type": "cds.LargeString"
                },
                "target": {
                    "type": "cds.LargeString"
                },
                "additionalTargets": {
                    "type": "cds.LargeString"
                },
                "transition": {
                    "type": "cds.Boolean"
                },
                "numericSeverity": {
                    "type": "cds.Integer"
                },
                "longtextUrl": {
                    "type": "cds.LargeString"
                }
            }
        },
        "com.sap.gateway.srvd_a2x.br_ctr_service.v0001": {
            "kind": "service"
        }
    }
}