‎2007 Oct 23 4:51 PM
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
‎2007 Oct 23 4:55 PM
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
‎2007 Oct 23 5:10 PM
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
‎2007 Oct 23 5:00 PM