6.12. SAP/ECTR : Autoriser les lignes vides dans le mappage des attributs (textes longs)

SAP/ECTR n'autorise pas les lignes vides dans les textes longs. Cela peut toujours se produire lorsqu'une valeur vide est mappée à partir d'une zone de catalogue.

En ordre Pour gérer cela, il existe de nouveaux paramètres cfg dans SapEctr_public_api.cfg. [78]

#:VALS_S
#:HELP; Empty text value handling for document short texts:
#         inactive            : remove empty values entirely (do not set in SAP)
#         empty value         : keep empty text values
#         any non empty value : replace the empty value with the value from this setting
#:INACTIVE;document_shorttext_empty_value_handling=

#:VALS_S
#:HELP; Empty text value handling for document long texts:
#         inactive            : remove empty values entirely (do not set in SAP)
#         empty value         : keep empty text values
#         any non empty value : replace the empty value with the value from this setting
#:INACTIVE;document_longtext_empty_value_handling=

#:VALS_S
#:HELP; Empty text value handling for material short texts:
#         inactive            : remove empty values entirely (do not set in SAP)
#         empty value         : keep empty text values
#         any non empty value : replace the empty value with the value from this setting
#:INACTIVE;material_shorttext_empty_value_handling=

#:VALS_S
#:HELP; Empty text value handling for material long texts:
#         inactive            : remove empty values entirely (do not set in SAP)
#         empty value         : keep empty text values
#         any non empty value : replace the empty value with the value from this setting
#:INACTIVE;material_longtext_empty_value_handling=

#:VALS_S
#:HELP; Empty text value handling for characteristic values (classification):
#         inactive            : remove empty values entirely (do not set in SAP)
#         empty value         : keep empty text values
#         any non empty value : replace the empty value with the value from this setting
#:INACTIVE;characteristic_value_empty_value_handling=




[78] #150189