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

problem in idoc creation

Former Member
0 Likes
1,097

hi,

i know abap very well but now i want to create idoc which is very new for me.i am facing problem in creating function inbound module.when i am creating function module it is giving error in bd51 that functional module does not exist in tfdir table.

before this i try to create idoc using t-codes:--

1. we31

2. we30

3. we81

4. we82

5. we57

now i know that function module create using t-code we57 but i am not understanding that why it is not showing is se37 and tfdir table.

Thanx/Regards,

Vaneet Thakur

4 REPLIES 4
Read only

jaideepsharma
Active Contributor
0 Likes
880

Hi,

Go To tcode BD51 and press new entries. Make an entry for your new inbound function module.

Enter 0 in Input Type.

KR Jaideep,

Read only

0 Likes
880

hi,

i was also trying to do so but while doing so in t-code bd51 i am getting error that functional module does not exist in table tfdir.

plz tell when i make functional module using we57 then is it pre-defined in se37 or i no need to go in t-code se37 simply i should use we57.

thanx/regards,

Vaneet Thakur

Read only

0 Likes
880

HI,

Is teh function module active ..Please check if the Fm exists in SE37....if it is tehre then u need to add FM'S in BD51....

Then u can use WE57 to attach ur basic type, message type and function mdoule..

Regards,

Nagaraj

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
880

Hello Vaneet,

You have to create the FM before hand in SE37.

In WE57 you have to assing the Function Module to Message Type. If you create the linkage here, then when an inbound mess. type arrives at the system, the Inbound Processing Func Module is triggered to process the Idoc data.

Just FYI, i prefer to use area menu WEDI for this. Here the Steps for Developing Outbound/Inbound Processing are maintained in sequence & you DONOT have to remeber any t-codes )

BR,

Suhas