Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Does anyone know what this fuction CE_C_PROCESSING does ?

Former Member
0 Likes
1,422

Hi guys,

While I am trying to fetch the configuration of a material I need to use the function CE_C_PROCESSING followed by the function CE_I_GET_CONFIGURATION.

Now the function CE_C_PROCESSING returns:

RETURN_WITH_FUNCTIONKEY = l_db_fcode

NEW_INSTANCE = l_new_instance

So I was wondering if anyone know 1. What does the function and 2. what do I need this returns for.

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,073

Hi ,

This function creates you to enter the configuration and characteristics for a configurable material .

so every configuartion has a instance created and also config _id

This returns will be the instance created which will enter in table

INOB.

Hi ,

This function creates you to enter the configuration and characteristics for a configurable material .

so every configuartion has a instance created and also config _id

This returns will be the instance created which will enter in table

INOB.

2 REPLIES 2
Read only

Former Member
0 Likes
1,074

Hi ,

This function creates you to enter the configuration and characteristics for a configurable material .

so every configuartion has a instance created and also config _id

This returns will be the instance created which will enter in table

INOB.

Read only

0 Likes
1,073

Hello Dinesh,

thank you for your respond.

Are you saying that this function creates an instance (a configuration) for a configurable material?

Is the config_id the instance number ?

Regards

Kami