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

Test IDoc data posted into application document correctly

former_member201364
Participant
0 Likes
766

Hi,

I'm new to IDocs.

I need to test some inbound idocs if the data is correctly posted as Application document(PO).

But currently the partner profile is not set in the system.

When i tried to process the idoc using RBDAPP01 i'm getting the status as 'Error passing IDoc to Application'

Is it possible to process idoc by any other way for testing, to create PO and data is populated correclty in PO.

Thanks in advance,

poornima.

5 REPLIES 5
Read only

Former Member
0 Likes
737

try to set the partner profiles and test.if you don't configure the partner profiles then it is not possible to test.

Read only

Former Member
0 Likes
737

Hello,

You can go to the Transaction WE19 (Test Tool for IDoc) and select an Idoc based on the Idoc Type that you want to Test & Post. While Posting the IDoc from WE19, the Partner Profile Check will be ignored and it will not be a Fatal Error even if you've not maintained the Partner Profile for the Incoming IDoc.

Refer to the Following Link which contains Instructions about Testing an Inbound Interface using the Test Tool.

http://help.sap.com/saphelp_nw70/helpdata/en/dc/6b814443d711d1893e0000e8323c4f/frameset.htm

Hope it would be helpful.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

0 Likes
737

Hi Venkat,

In we19 when i tried to process using standard processing, i'm getting the same error message as partner profile not maintained.

Can you please help me how to find the function module with which i need to process?

Also while configuring the partner profile what process code should be given?

IDoc type is DESADV01 and message type is DESADV.

thanks

poornima.

Read only

0 Likes
737

Hello,

Instead of Selecting "Standard Inbound", what you can do is, Select the "Inbound Function Module". It will give a Popup where you'll need to enter the FM Name. Since you are using the Message Type DESADV, it'll be usually IDOC_INPUT_DESADV. But press F4 to make sure about it. If You get more than 1 Function Module in F4 (The Max you'll get is up to 4 FMs), Select the Most appropriate FM which would be in the Format IDOC_INPUT_<Your Message Type>. Choose the same and execute it.

It should be working fine.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

Former Member
0 Likes
737

Hi,

try to process resubmit the idoc using RBDMANI2.

regards

swamy