Skip to Content
0
Dec 19, 2022 at 12:04 PM

ATCUD = '0'

105 Views Last edit Dec 19, 2022 at 01:18 PM 2 rev

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