Hi, all.
We already have a working abap program that can create/change Recipe Description via class /PLMI/CL_RCP_DESC_BO methods ADD_DESCRIPTIONS and CHANGE_DESCRIPTIONS. However, there's new client requirement to truncate the Recipe Description up to 60 characters (even if it is <132 chars) and the rest can go as long text entry (with Indicator/flag "Long Ttext Exists" set). But I couldn't make it work by having multiple rows in IT_DESC parameter (with LTX_IND = X) of the said methods.
Has anyone done similar thing before? Pls share solution or advise what I must do.
Thanks.