Application Development 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: 

Function Module

Former Member
0 Kudos
154

hi,

how to find out function module if u know basic idoc type and message type.

i am working in ecc6.0.

message type is MATMAS and DEBMAS.

i need Function modules for these two or proceesscodes.

can any one help me.

5 REPLIES 5

Former Member
0 Kudos
130

Hi Radha,

Do you need the FM to process these messages or to create the messages?

For processing:

IDOC_INPUT_MATMAS01

IDOC_INPUT_DEBITOR

Regards,

John.

Former Member
0 Kudos
130

hi,

can you provide how to know FM if u know message type.

and also process code.

0 Kudos
130

Hi,

You can use transaction WE42.

Regards,

John.

0 Kudos
130

i need outbound function modules.

0 Kudos
130

Outbound:

MASTERIDOC_CREATE_DEBMAS

MASTERIDOC_CREATE_MATMAS

Regards,

John.