cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Recipe Description with long text via /PLMI/CL_RCP_DESC_BO?

LN1
Participant
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

LN1
Participant
0 Kudos

Will try to use /PLMI/CL_LTX_BO instead...

Answers (0)