1997-02-18 15:10:08 +00:00
|
|
|
//DEFINIZIONE CAMPI MASCHERA GESTIONE TABELLA BANCHE DI PRESENTAZIONE
|
|
|
|
#ifndef __BATBBNP_H
|
|
|
|
#define __BATBBNP_H
|
|
|
|
|
1997-02-17 11:14:01 +00:00
|
|
|
#define F_CODICEABI 101
|
|
|
|
#define F_CODICECAB 102
|
|
|
|
#define F_ABI 103
|
|
|
|
#define F_ISTIT 104
|
|
|
|
#define F_DENOM 105
|
|
|
|
#define F_CAB 106
|
2002-05-08 16:25:49 +00:00
|
|
|
|
2003-05-05 14:32:23 +00:00
|
|
|
#define F_CC_INC 107
|
1997-02-17 11:14:01 +00:00
|
|
|
#define F_CC_CONT_INC 109
|
|
|
|
#define F_CC_SBF 110
|
|
|
|
#define F_FIDO_SBF 111
|
|
|
|
#define F_CC_CONT_SBF 112
|
|
|
|
#define F_CC_SCN 113
|
|
|
|
#define F_FIDO_SCN 114
|
|
|
|
#define F_CC_CONT_SCN 115
|
1997-05-14 10:25:59 +00:00
|
|
|
#define F_GRUPPO_INC 116
|
|
|
|
#define F_CONTO_INC 117
|
|
|
|
#define F_SOTTOC_INC 118
|
|
|
|
#define F_GRUPPO_SBF 119
|
|
|
|
#define F_CONTO_SBF 120
|
|
|
|
#define F_SOTTOC_SBF 121
|
|
|
|
#define F_GRUPPO_SCN 122
|
|
|
|
#define F_CONTO_SCN 123
|
|
|
|
#define F_SOTTOC_SCN 124
|
2002-05-08 16:25:49 +00:00
|
|
|
#define F_DESCR_INC 126
|
|
|
|
#define F_DESCR_SBF 127
|
|
|
|
#define F_DESCR_SCN 128
|
2003-05-05 14:32:23 +00:00
|
|
|
#define F_GRUPPO_INCP 129
|
|
|
|
#define F_CONTO_INCP 130
|
|
|
|
#define F_SOTTOC_INCP 131
|
|
|
|
#define F_DESCR_INCP 132
|
|
|
|
|
2003-11-10 15:01:25 +00:00
|
|
|
#define F_IBAN 140
|
|
|
|
#define F_IBAN_STATO 141
|
|
|
|
#define F_IBAN_CHECK 142
|
|
|
|
#define F_BBAN 143
|
|
|
|
#define F_BBAN_CIN 144
|
|
|
|
#define F_BBAN_ABI 145
|
|
|
|
#define F_BBAN_CAB 146
|
|
|
|
#define F_BBAN_CONTO 147
|
|
|
|
|
|
|
|
#define F_CBI 150
|
|
|
|
#define F_IBAN_PAG 151
|
|
|
|
#define F_IBAN_INC 152
|
|
|
|
|
|
|
|
|
1997-05-14 10:25:59 +00:00
|
|
|
#endif//__BATBBNP_H
|