‎2008 Oct 24 6:52 AM
Hi guys,
How will I know the program that processes the outbound idoc given the mess type, basic type and extension?
Thanks!
‎2008 Oct 24 7:08 AM
Go to WE57 for assignment of FM to Basic idoc type, extension & message type.
If it is change pointers, then check BD50 & Bd61 & run RBDMIDOC, in this there an fm
CALL FUNCTION tbdme-idocfbname
EXPORTING
message_type = mestyp
creation_date_high = date
creation_time_high = time
EXCEPTIONS
error_code_1.
Check the value in "tbdme-idocfbname".
Regards
Kannaiah
‎2008 Oct 24 6:54 AM
hi,
u can try this RBDMIDOC and also we02 and we05 try this...
go to we02 and give the date and F8 then u get the list of idocs processed and there u select wch u want and double click then it will display the list of details in that u check message type and idoc type
thank u
santhosh
Edited by: santhosh kumar on Oct 24, 2008 7:55 AM
‎2008 Oct 24 7:08 AM
Go to WE57 for assignment of FM to Basic idoc type, extension & message type.
If it is change pointers, then check BD50 & Bd61 & run RBDMIDOC, in this there an fm
CALL FUNCTION tbdme-idocfbname
EXPORTING
message_type = mestyp
creation_date_high = date
creation_time_high = time
EXCEPTIONS
error_code_1.
Check the value in "tbdme-idocfbname".
Regards
Kannaiah