Hi,
The code will be like this
Just map that field with the infoobject in which you need to populate the value.
if source_fields-BBP_BIITGU is initial.
Result = 1.
Else .
Result = 0.
Endif.
Hope this helps.
Regards,
AL
Hi,
The code will be like this
Just map that field with the infoobject in which you need to populate the value.
if source_fields-BBP_BIITGU is initial.
Result = 1.
Else .
Result = 0.
Endif.
Hope this helps.
Regards,
AL