... each development object. 10. Extend the task from basic to complex solution This is very nice way of teaching. As an example, you ask firstly to create a program which selects 100 materials ...
... more than one BOM number, it will be then faster than calling FM 'CP_CC_S_LOAD_COMPLEX_BY_BOM' separately many times. But header data is not enough, we should do same thing for BOM ...
... and connected BOM to memory with CP_CC_S_LOAD_COMPLEX_BY_TSK and CP_CC_S_LOAD_COMPLEX_BY_BOM, 2) Next step is to get the BOM into internal table using CP_CC_S_PROVIDE_ITM_BY_AS_PATH. BOM table contains ...
... routing to new one with usage of FM CP_CC_S_LOAD_COMPLEX_BY_TSK to load source routing to memory , CP_CC_S_COPY_BY_TSK to copy areas we want and CP_CC_S_SAVE to save new routing ...
... id in case you don't want to read the values of characteristics but you want to get all objects that are assigned to class. Maybe on the first look it looks to complex but when you'll ...
... cake. It was like that also with delete routing function which I share with you today. There is no BAPI_ROUTING_DELETE (yet), so firsty we had to load the task to EWB memory with 'CP_CC_S_LOAD_COMPLEX_BY_TSK' ,then ...