Application Development and Automation 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: 
Read only

Can we use standard function module for custom message type?

Former Member
0 Likes
750

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.

2 REPLIES 2
Read only

Former Member
0 Likes
501

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

Read only

Former Member
0 Likes
501

solved.