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 INVALID input

Former Member
0 Likes
1,179

Hi all,

Currently i am processing an inbound material master idoc

and in idoc monitor i am getting error "INVALID INPUT", am not able to trace why the error is generated a no log is created, has any one have any idea what the error could mean.

thanks

kaustubh

2 REPLIES 2
Read only

Former Member
0 Likes
812

Unfortunately, you will not be able to find it out. You will have to look at what values you are passing and see if any of those values are wrong. It can also be that you are passing a value in external format (for example unit of measurements) and the system expects it in internal format.

Read only

Former Member
0 Likes
812

You can try debugging the same IDoc using test tool WE19 and find out where it gives error "INVALID INPUT" .

In "inbound function module" button there is option to process in foreground and check the option "Call in debugging mode".

- KT.