6.3. Determinación de las clases de mapeo por Lote
TransacciónTransaction:
/EDGE/SII_CU_015 Para la conversión de datos de un lote a XML se utilizarán clases ABAP. Dichas clases ABAP deben heredar de la clase
For the conversion of data from a batch to XML, ABAP classes will be used. These ABAP classes must inherit from the /EDGE/CL_EDOC_SII_MAP . En el producto se provee una clase por cada uno de los XMLs a generar que se corresponderá con el tipo de lote. En el caso de que se quisiera modificar la clase a utilizar para este procedimiento se debe indicar en esta transacción.
Vista en B+SII:
class. The product provides a class for each of the XMLs to generate that will correspond to the type of batch. In case you want to modify the class to use for this procedure should be indicated in this transaction.
View in B+SII:
Standard inputs to be customized:
PROCESS | VERSION | INTERFACE_ID | EDOC_TYPE | SOURCE_TYPE | MAPPING_CLASS | INTERFACE_DIR | INTERFACE_DESC |
---|---|---|---|---|---|---|---|
/EDGE/SIIL | 1 | /EDGE/AVLB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_AV_BL | |||
/EDGE/SIIL | 1 | /EDGE/AV_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_AV_L | |||
/EDGE/SIIL | 1 | /EDGE/AV_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_AV_L | |||
/EDGE/SIIL | 1 | /EDGE/BILB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_BI_BL | |||
/EDGE/SIIL | 1 | /EDGE/BILI | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_BI_IL | |||
/EDGE/SIIL | 1 | /EDGE/BI_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_BI_L | |||
/EDGE/SIIL | 1 | /EDGE/BI_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_BI_L | |||
/EDGE/SIIL | 1 | /EDGE/CE_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_CE_L | |||
/EDGE/SIIL | 1 | /EDGE/CE_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_CE_L | |||
/EDGE/SIIL | 1 | /EDGE/FELB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FE_BL | |||
/EDGE/SIIL | 1 | /EDGE/FELI | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FE_IL | |||
/EDGE/SIIL | 1 | /EDGE/FE_L | /EDGE/SIIL | EDGE/CL_EDOC_SII_MAP_FE_L | |||
/EDGE/SIIL | 1 | /EDGE/FE_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FE_L | |||
/EDGE/SIIL | 1 | /EDGE/FE_T | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FE_L | |||
/EDGE/SIIL | 1 | /EDGE/FRLB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FR_BL | |||
/EDGE/SIIL | 1 | /EDGE/FRLI | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FR_IL | |||
/EDGE/SIIL | 1 | /EDGE/FR_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FR_L | |||
/EDGE/SIIL | 1 | /EDGE/FR_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_FR_L | |||
/EDGE/SIIL | 1 | /EDGE/IMLB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_CM_BL | |||
/EDGE/SIIL | 1 | /EDGE/IM_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_CM_L | |||
/EDGE/SIIL | 1 | /EDGE/IM_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_CM_L | |||
/EDGE/SIIL | 1 | /EDGE/OILB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OI_BL | |||
/EDGE/SIIL | 1 | /EDGE/OILI | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OI_IL | |||
/EDGE/SIIL | 1 | /EDGE/OI_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OI_L | |||
/EDGE/SIIL | 1 | /EDGE/OI_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OI_L | |||
/EDGE/SIIL | 1 | /EDGE/OSLB | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OS_BL | |||
/EDGE/SIIL | 1 | /EDGE/OS_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OS_L | |||
/EDGE/SIIL | 1 | /EDGE/OS_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_OS_L | |||
/EDGE/SIIL | 1 | /EDGE/PR_L | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_PR_L | |||
/EDGE/SIIL | 1 | /EDGE/PR_M | /EDGE/SIIL | /EDGE/CL_EDOC_SII_MAP_PR_L |
The inputs corresponding to ISU / FICA would be the following:
PROCESS | VERSION | INTERFACE_ID | EDOC_TYPE | SOURCE_TYPE | MAPPING_CLASS | INTERFACE_DIR | INTERFACE_DESC |
---|---|---|---|---|---|---|---|
/EDGE/SIIL | 1 | /EDGE/FCLB | /EDGE/FC | /EDGE/CL_EDOC_SII_MAP_FICA_BL | |||
/EDGE/SIIL | 1 | /EDGE/FC_L | /EDGE/FC | /EDGE/CL_EDOC_SII_MAP_FICA_L | |||
/EDGE/SIIL | 1 | /EDGE/FC_M | /EDGE/FC | /EDGE/CL_EDOC_SII_MAP_FICA_L | |||
/EDGE/SIIL | 1 | /EDGE/ISLB | /EDGE/ISU | /EDGE/CL_EDOC_SII_MAP_IS_BL | |||
/EDGE/SIIL | 1 | /EDGE/IS_L | /EDGE/ISU | /EDGE/CL_EDOC_SII_MAP_IS_L | |||
/EDGE/SIIL | 1 | /EDGE/IS_M | /EDGE/ISU | /EDGE/CL_EDOC_SII_MAP_IS_L |