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 with outbound idoc

Former Member
0 Likes
482

Hi guys,

How will I know the program that processes the outbound idoc given the mess type, basic type and extension?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
438

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

2 REPLIES 2
Read only

Former Member
0 Likes
438

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

Read only

Former Member
0 Likes
439

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