In your code if customer_h entity is not bound you have to create customer_h entity from BTadminH entity using create realted entity method and then make changes in that entity.
if lr_custh is not bound.
lr_custh ?= lr_adminh->create_related_entity( iv_relation_name = "BTrderHeaderCustExt" ).
endif.
Regards,
Deepika.