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 CREMAS05 getting errors

Former Member
0 Likes
596

We are posting the VENDOR data from PI to ECC. we are getting below error.

Transaction WE02 is showing error code 51 saying

*"Field RF02K - D0130 is not an input field"*

The field is not present in the standard IDOC.

So what could be the possible problem and solution for the same.

1 REPLY 1
Read only

Former Member
0 Likes
386

Perhaps you have a customer-written process called by the inbound IDOC that is doing a BDC session? If you do, it would appear that the BDC program is pointing to the field and supplying data, but in the transaction, the field is not available for input. This could be the result of an error in the BDC logic, or it could be that the field is sometimes available and sometimes not, due to configuration. In those cases, for BDCs, one must code for the situation and supply or not supply data to the field. Or, alternatively, do the update via a BAPI, if one is available.... there are other options, too, possibly.

At any rate, programming is supplying data to a field that is not available for input.

Edited by: DaveL on Oct 18, 2011 5:32 PM