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

Idoc error.

Former Member
0 Likes
754

hi,

I am using an Idoc in LSMW.

Message Type : HRMD_A

Basic Type : HRMD_A07

and i am moving in data to a an infotype : PA0105(communications). but when i am Processing the IDOC, the status is shown as 52(Application not fully posted) and the error shown is "The data for creating a candidate is incomplete".

any suggestins.

Thanks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
703

Hi Shijo,

Get the message number and message id from the Idoc message -52

1 .Go to the function module search for the message id and message number in the function module, put a break at this statement and debug the Idoc (WE19) .

or

2. Using Message id and Messge number to where used list(CtrlShiftF3) and You can track and fix the error .

Please let me know if u have any Queries.

I hope this will solve your probelm .

Rgds

Sree M

Read only

0 Likes
703

hi sree,

i got the message number but i didnt get da msg id.

and you want me to go to a function module.Which funstion module???? i really dont get this part.

By the way thanks a lot for the reply.

Shijo.

Edited by: shijo scaria on Mar 18, 2008 10:50 AM

Read only

0 Likes
703

Hi Shijo,

I think you are using funmod IDOC_INPUT_HRMD. Please find this in WE20 by double clciking ur messgae type go to process code HRMD again double click u can find ur function module .

Now debug the Idoc using WE19 by selecting inbound Idoc .

Please follow my above post and let me know if u have any queries.

I hope this helps .

Rgds

Sree M

Read only

0 Likes
703

hi sree,

Thanks a lot for the logic you gave me. I got the Message id and number and tried to debug the code with the function module you asked me to. But i am not able to find the particular message Id and Message number.

I even tried the Where used list in SE91 but here also it is showing no results. The message id is: HRRCF0001 and the message number is : 035.

any suggestions sree.

regards,

Shijo.

Read only

0 Likes
703

Hi Shijo ,

Try this.

With the data of Idoc, Please try to create Candidate through Transaction . If any discrepancy in the data then u can easily find .

Rgds

Sree M

Read only

Former Member
0 Likes
703

Hi,

Take the IDOC number which has been went into error-52.

Go to SE19 and go for option "Existing IDOC" and Press F8.

Now click on button "Standard inbound" and copy the function module name which is available at down and click on cancel operation.

Now click on button "Inbound Function Module" and give the FM in the selection text and select the checkbox "Call in debugging mode" and option "In foreground".

Now by this you can debug and caught the error .

Hope this will resolve your issue.

Please reward if useful

Regards,

Ramesh