Hi Experts,
I am creating an equipment using BAPI_EQUI_CREATE and it populates all the fields including equipment description properly. After that, I go ahead and update the long text and Internal note. For, setting the long text indicator, I call FM : EQKT_SAVE_UPD_TASK and populate the EQKT_U structure with the equipment number and field KZLTX as X.
On running this FM, it does update the long text indicator but wipes out the equipment description field value.
Not sure why that happens. Any suggestion will be helpful.
Closing the question. Was not setting the field EQKTX. Now it's solved.