cancel
Showing results for 
Search instead for 
Did you mean: 

Long text at item level of sales order-variant configuration

Former Member
0 Kudos


Dear All,

Our client requirement is that long text at item level of sales order has to be determined based on the selected characteristic values.

Ex: Material M1234(Configurable material)

Characterics/ Values

SEAT = S1 and S2

AC = 1T and 1.5T

COLOUR = RED and BLUE

If the user creates the order for M1234 and selects SEAT as S1, AC as 1.5T and COLOUR as RED then long text has to determined as S11.5TRED

If the user creates another order for M1234 and selects SEAT as S2, AC as 1T and COLOUR as BLUE then long text has to be determined as S21TBLUE

Note:

We have 30 characteristcs and each having 2 to 3 values , so longtext length will be around 100 chars.

Kindly guide us how to achieve this.

With Regards

Azeez Mohammed

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Azeez,

Kindly follow the link. ,

Hope this helps.

Cheers!!

Balaji. R.

Former Member
0 Kudos

Dear Balaji,

I have already checked that thread but our requirement is that long text length is about 100 chars.

So we are looking for some other alternate solution.

With Regards

Azeez Mohammed

Former Member
0 Kudos

Dear All,

We have achieved this by using userexit_save_document , we have written the logic using FM VC_I_GET_CONFIGURATION_IBASE to get the values and saved the text with FM SAVE_TEXT.

Hence closing the problem.

With Regards

Azeez Mohammad

Answers (0)