‎2009 Aug 21 1:08 PM
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
‎2009 Aug 21 1:18 PM
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,
‎2009 Aug 21 1:25 PM
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
‎2009 Aug 21 1:36 PM
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
‎2009 Aug 21 1:50 PM
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