‎2009 Jun 19 10:36 AM
Hi All,
Can we use the standard function module for custom messge type in inbound idoc process?I mean in case of reduced idocs we will drop some segments from the standard message type and we will create a new custom message type. so while defining the process code can we use the same standard function module to process the data,as we are droping some segments from the standard one.so for
processing we can the same Function module.Please correct me if i am wrong.
thanks in advance.....
Regards,
Rakesh.
‎2009 Jun 19 10:55 AM
Hi,
You can use the same FM, But if the system is checking for the data in the dropped out segments, and giving error messages then its not possible to skip in those cases.We need to go for the creation of New FM, probably you cna copy the standard FM and can remove the unnecessary code.
Regards,
Sasi
‎2009 Jul 14 7:23 AM