cancel
Showing results for 
Search instead for 
Did you mean: 

characterstic values from production order

Ritz
Active Contributor
0 Kudos

Hi All

I have production order for configurable material.

From that i want to fetch characteristic values of few characteristics.

Can any buddy tell me is there any functional module available to which i can pass order number and get the values

or tables for it.....?

Thanks

Regards

Ritesh

Edited by: R S D on Jun 5, 2009 1:11 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear RSD,

Do you mean to say you want to capture the characteristics values of the components or else for the

header material?

For the product you will be able to assign the values at the time of order reciept.

Check and revert back.

Regards

Mangalraj.S

Ritz
Active Contributor
0 Kudos

Mangalraj.S,

i had one class of class type 300 attached to header, the characterstics of this class doesnt used for any component selection.

the values are just information of product header.

for example colour .

so i want to capture the values from production order and want it to send to some external system.

another thing is i didnt understand , what do you mean by at the time assigning values at the time of confirmation.....?

is it possible to assign values in production order .....?

Regards

Ritesh

former_member184655
Active Contributor
0 Kudos

Dear RSD,

Check whether these functional modules can help you,

BAPI_CLASS_GETLIST BAPI: Read Classes

BAPI_CLASS_GETSTATUS Class BAPI: Status Information

BAPI_CLASS_GET_CHARACTERISTICS Import Characteristics and Allowed Values for Class

BAPI_CLASS_GET_CLASSIFICATIONS Read Values Assigned to Objects in Class

BAPI_CLASS_MAINT_LOCAL_DEP Class BAPI: Assign / Delete Local Dependency

BAPI_CLASS_READ BAPI: Read Class Information

BAPI_CLASS_READ_ALLOC Class BAPI: Read Dependencies

BAPI_CHARACT_GETDETAIL BAPI for Characteristics - Read Attributes

BAPI_CHARACT_GETLIST BAPI for Characteristics - Find Name

BAPI_CHARACT_GETLONGTEXT BAPI for Characteristics: Read Long Text for Characteristic or

Value

BAPI_CHARACT_GETWHEREUSEDLIST BAPI for Characteristics: Where-Used List in

Classes

CTWUL_CHARACT_USAGE Where-Used List for Char. / Char. Value

Regards

Mangalraj.S

Ritz
Active Contributor
0 Kudos

can you pls explain.

"For the product you will be able to assign the values at the time of order reciept." .....?

Regards

Ritesh

rohit_chauhan
Contributor
0 Kudos

Hi,

You can also look into the possibilities with Batch Derivation.

It extracts the Characteristics Values from component batches to produced batches.

Regards,

Rohit.

former_member184655
Active Contributor
0 Kudos

Dear RSD,

IF your finished product has some characteristic values means,then at the time of Good's reciept using

MIGO or MB31 you can assign the values for the same.

Check and revert back.

Regards

Mangalraj.S

Ritz
Active Contributor
0 Kudos

Hi,

i checked in both the transaction but there is no option available to assign values.

please check and give me details if i need to change some settings , to have this facility.

Regards

Ritesh

Former Member
0 Kudos

I believe that values can be assigned to a Production Order if you have the APO product from SAP. I could be wrong about that. Anyway, there are two function modules you can use to get the config data for a production order. They are:

VC_I_GET_CONFIGURATION_IBASE

CUCB_GET_SINGLE_INSTANCE

They return information formatted slightly differently so you'll want to try both to see the output from the function module. For both, you will need the CUOBJ from AFKO as the INSTANCE parameter.

Answers (1)

Answers (1)

Former Member
0 Kudos

use function module VELO01_GET_CONFIGURATION , you can get the config object from table afko .

You need to pass order no in afko and get configuration object no. then pass that in above function module

you will get all characterstics and there values.

you can use this for sales order values also