2008 Oct 16 5:23 AM
as we all know that CS13 can be used for disaplying bom for single material only,but my reuirement is that i have to develop a report to display the list for more than one material.
so is there any standard report or function module by which i can get the list of materials for more than one material.
waiting for your reply.
as we all know that CS13 can be used for disaplying bom for single material only,but my reuirement is that i have to develop a report to display the list for more than one material.
so is there any standard report or function module by which i can get the list of materials for more than one material.
waiting for your reply.
2008 Oct 16 10:37 AM
Hi ashish pandey,
Here is the function module to BOM Details.
you have to pass the material to this function module.
CSEP_MAT_BOM_READThanks
Regards
Narsim Aeda
2008 Oct 16 10:38 AM
Hi,
Check this
loop at i_mara.
ALL FUNCTION 'CSEP_MAT_BOM_READ'
EXPORTING
material = imara-matnr
plant = pwerks
bom_usage = '1'
* ALTERNATIVE =
* VALID_FROM =
* VALID_TO =
* CHANGE_NO =
* REVISION_LEVEL =
* FL_DOC_LINKS =
* FL_DMU_TMX =
* IMPORTING
* FL_WARNING =
TABLES
t_stpo = tdet
t_stko = thead
* T_DEP_DATA =
* T_DEP_DESCR =
* T_DEP_ORDER =
* T_DEP_SOURCE =
* T_DEP_DOC =
* T_DOC_LINK =
* T_DMU_TMX =
EXCEPTIONS
ERROR = 1
OTHERS = 2.
endloopThanks
regards
Narsim Aeda
Edited by: Aeda N on Oct 16, 2008 11:38 AM
2009 Mar 19 2:38 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |