Hi,
I use module function :
CALL FUNCTION 'COBL_CODINGBLOCK_CHECK'
EXPORTING
check_cobl = l_cobl
pbo_cobl = pbo_cobl
cust_fields_dynp_checks = space
collect_messages = space
external_fields_used = 'X'
IMPORTING
checked_cobl = l_cobl.
.
But when i do an false WBS element, he bloc the field and i can't modify this field.
How can i do, if they are an error, the field is not blocked please?
Thanks for your help.