Hello,
We are testing the ATCUD at smartforms and we have a 0 value.
The class CL_SIPT_SD_BIL_PRINT01 returns a 0 at method
IF_BADI_SD_BIL_PRINT01~GET_HEAD_DETAILS
ms_header-atcud = mo_print_util->get_atcud( ).
METHOD get_atcud.
"temporary solution definat by tax authority
atcud = '0'.
ENDMETHOD.
Do you know how to change to the real value?
Thank you