... transformed. &1% of fields used
CI_ALL_FIELDS_NEEDED
CL_CI_TEST_COMPLEX_WHERE
1
N
WHERE condition has &1 fields linked with AND
CI_CMPLX_WHERE
CL_CI_TEST_COMPLEX_WHERE ...
... SE51 screens, and so on. Give them time to learn 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 ...
... 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 items using FM 'CP_CC_S_LOAD_COMPLEX_BY_ITM', ...
... 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 also a explosion ...
... 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 to database. In my example I will ...
... 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 start to work with ...
... 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 ...