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

Production Order Configuration data

Former Member
0 Likes
1,816

Hi All..

I need to display the Configuration data (Char Description and values) of Production Order into the smart form.

(Path : CO03>Enter Prod Order No>Header->Configuration )

Functional Consultant told me to use Function Module "CUCB_CHANGE_CONFIGURATION".

But its giving RunTime Error.

Presently, the configuration data is retrieved from Sales Order using Functional Module "VC_I_GET_CONFIGURATION"..

Please help me out to fetch the data from this path into an internal table....

(Path : CO03>Enter Prod Order No>Header->Configuration )

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,167

check this

CO_OCC_DISPLAY_CONFIGURATION

this FM used in that CO03 program itself.

put a break-point over here then debug the system.This FM also using the same VC so i think u are not passing req.params

check this Include program which has all Fms for Config.data.

<b>LCEI0UXX</b>

Regards

Prabhu

We use VC at my company, most if not all custom programs which we require to get characteristics, uses the function module VC_I_GET_CONFIGURATION.

Its been working well for us.

Regards,

Rich Heilman

5 REPLIES 5
Read only

Former Member
0 Likes
1,167

Dear SAP Gurus,

Can any one throw some light on my issue..??

Please suggest me.....

Read only

0 Likes
1,167

Dear Friends,

Can any one help me out...???

Please refer below mentioned Requirement..

Regards

Pavan

Read only

0 Likes
1,167

We use VC at my company, most if not all custom programs which we require to get characteristics, uses the function module VC_I_GET_CONFIGURATION.

Its been working well for us.

Regards,

Rich Heilman

Read only

0 Likes
1,167

Hi Rich Heilman..

Thanks for your Response.

1. Is it true that VC_I_GET_CONFIGURATION is being used for getting the Configuration data from Sales Order..??

2. If So, how to retrieve the Configuration data from Production Order..???

3. My current code is working fine with VC_I_GET_CONFIGURATION.

Client is asking me to get the configuration data from Production Order rather than Sales Order.

How to get it..???

Please help me out....

Read only

Former Member
0 Likes
1,168

check this

CO_OCC_DISPLAY_CONFIGURATION

this FM used in that CO03 program itself.

put a break-point over here then debug the system.This FM also using the same VC so i think u are not passing req.params

check this Include program which has all Fms for Config.data.

<b>LCEI0UXX</b>

Regards

Prabhu