Application Development 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: 

CS_BOM_EXPL_TPL_V1 BOM USAGE OF THIS FUNCTION MODULE

Former Member
0 Kudos

hi experts ,

friends i have a doubt like , what are the required parameters for this function module and CS_BOM_EXPL_TPL_V1 , and how to use this function module and also the usage of this function module , can you tell me clearly .

regards ,

geetha.

1 REPLY 1

Former Member
0 Kudos

HI Sangeetha,

This will solve your problem.


   CALL FUNCTION 'CS_BOM_EXPL_TPL_V1'
        EXPORTING
          werks                 = werks
          capid                 = tc04-capid
          datuv                 = sy-datum
          tpnrv                 = tplnr		u201CFunctional Location
          stkkz                 = stop-stkkz	u201CPM assembly indicator
          sanin                 = stop-sanin	u201CIndicator: item relevant to plant
 maintenance
          mehrs                 = mehrs		u201CBom Multi level flag
          emeng                 = l_emeng
        TABLES
          stb                   = h_stb
          matcat                = h_matcat

Donu2019t forget to reward points..