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

Help On IDOC Program

Former Member
0 Likes
938

Hi Friends,

I am getting the following error while processing the inbound idoc, I am getting idoc from biztalk and posting the sales order in SAP.

when running it in background i am getting the following error.

<b> Field RV02P-KUNDE(1) is not an input field </b>

This error message details

<b>Message no. 00 347 </b>

when i run it in foreground after error, i got a information saying <b>Field RV02P-KUNDE(1) is not an input field </b> After pressing enter the sales order posted successfully in foreground mode. How to control this information message in background mode?

Can anybody help me to solve this issue?

Very urgent issue. Please help me.

Points assured.

Thanks & Regards,

Joseph

7 REPLIES 7
Read only

Former Member
0 Likes
891

Hi !

Could you give us a bit more details about the IDOC...

especially what IDOC-type it is...

Besides that the follwing OSS-Note may be interesting for you.

Note 448742 - General notes on CRM external interfaces

Regards

Rainer

Read only

0 Likes
891

Hi Rainer,

Thanks for reply.

This IDOC is ORDERS type, this is an inbound IDOC from Biztalk, which will post a sales order.

we customized the Function module IDOC_INPUT_ORDERS and implemented.

if you can give your alternate email id, i'll give you the screen shots where i am getting the information while running it in the forground mode.

My email id is : joseph.paulraj@gmail.com

Thanks & Regards,

Joseph.

Read only

Former Member
0 Likes
891

Hi,

I think this error is due to the sending system (i.e biztalk).May there the collaboration/Mapping is not done successfully for the the input and output field.

Better to discuss with biztalk guys regarding this particular error....

Read only

0 Likes
891

Hi Ganguly,

Thanks for the reply.

Even if the Biztalk mapping is not correct, will it work in foreground mode ?

can you clarify this please ?

Thanks & Regards,

Joseph.

Read only

0 Likes
891

Hi,

i m not saying that the mapping is full wrong.

may b that particular fld is not icluded as a input fld in biztalk and u told that in foreground a mesg is also displayed due to that.

what is the status(of idoc) saying in the recieving system for foreground??

Read only

Former Member
0 Likes
891

Hi !

Did you activate the userexit within the IDOC_INPUT_ORDERS ??

I'm asking because IDOC_INPUT_ORDERS only does a call-transaction to the VA01 and it does not have the field RV02P-KUNDE ....

Regards

Rainer

Read only

0 Likes
891

Hi,

Thanks again,

Actually this field is added recently, and after that i haven't done anything to user exit.

can you tell me more details about what i should do in user exit ?

Earlier to control some pop up msgs i used the User exit MV45AFZZ, & MV45AFZB.

Please explain me in detail.

Thanks & Regards,

Joseph