2007 Jul 09 12:11 PM
Hi,
i have created New function Module as copy of of
IDOC_INPUT_BOMMAT .
now i need to do some customizations in the new function module
like
1.calculating validity dates by using function module
CC_CHANGE_NUMBER_READ
This is required for:
Valid from date Change Ref - ZE1CHNGNR-ZCHFROM
Valid to date Change Ref - ZE1CHNGNR-ZCHTO
Current Year Change Ref - ZE1CHNGNR-ZCHCURR a new customized extended segment
How to do this
Please help me
2007 Jul 10 1:34 AM
In function module "IDOC_INPUT_BOMMAT" there is a subroutine
move and convert data from idoc to application internal tables
perform idoc_to_bom_itabs tables idoc_data
idoc_contrl.
that transfers all the data in IDOC to internal tables.I think after this you have to write your code and modify BOM internal tables in the program. you can find all the BOM internal tables in the include "LCSDSTOP". I have never done this. Please try and see whether this will work for you.
Thanks.