Skip to Content
0
Jun 06, 2018 at 08:38 PM

Field Routine -Debug and Load

101 Views

Hello Friends,

Env - BW 7.4

I had to make a change to a field routine, in development. In the process of making a change, i deleted the old field routine and created a new one.

It validates and I moved it to QA for testing.

if SOURCE_FIELDS-XXXX EQ ''.

RESULT ='NO_CCTR'.

ELSE.

CALL FUNCTION 'CONVERSION_EXIT_CCMAT_INPUT'

EXPORTING INPUT = SOURCE_FIELDS-XXXX

IMPORTING OUTPUT = RESULT.

ENDIF.

I notice that the data that comes with empty values, gets assigned to "NO_CCTR" in debug mode, but when I actually run the DTP, it does not put no_cctr, it puts blank.

Is there any logical explanation to this behaviour.

the infoboject has alpha conversion ticked on it.

Thanks for your time

Ed