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

table for Component and Component Description in CS03

Former Member
0 Likes
4,687

Hi,

I want to know the table associated with CS03 Transaction.I mean from which table we can get component and component description. And Is there any way that we can pull all the characterstic Values for that particular component.

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
2,468

Hi

see the tables

MAST

STKO and

STPO

all related to BOM

Bill of materials

to pull all characteristic values

use tables CAWN and AUSP or

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Regards

ANJI

Message was edited by:

Anji Reddy Vangala

Read only

0 Likes
2,468

Thanks for Reply Anji,

I have'nt find the Component and Component description in the tables which you mentioned. I am working on Sales Quote BOM report and i pulled up all the component description and characteristic values for that particular sales order number. But now based on that component description i want to pull the component number so that i can get the price form material master table. This will make my final report to be done.

Is there any way that i can pull component number.

thanks in advance

Read only

Former Member
0 Likes
2,468

Hi,

Please check tables STPO and STPU.

Regards,

Ferry Lianto