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

ALE Error Message

Former Member
0 Likes
1,253

I have a master client tha sends vendor information to other production clients. I'm using the CREMAS message type. I'm getting the message the messages "Field LFA1-NODEL . is not an input field", "Field LFB1-NODEL . is not an input field" and "Field LFA1-SPERQ . is not an input field". If I look at the idoc, the field that the message is referencing is not populated with any value.

Any ideas what the issue might be,

Thanks,

3 REPLIES 3
Read only

Former Member
0 Likes
842

I think the system tries to insert a blank value into the mentioned fields, but because it is not an input field, it will fail.

Do you use idoc reduction?

If not, perhaps try to insert a '/' (no data character) into those fields in the idoc.

Read only

Former Member
0 Likes
842

I'm not sure what they systems was doing. When we tried to use our normal production id to process the idocs, this message appeared on all of them. Since the error message didn't go with what we were seeing, we decided to try a SAP delivered ALE administrator role. This id processed the idocs without any issues. We will continue to research incase the issue come up again.

Thanks for taking the time to respond,

Read only

tabea_steiner
Explorer
0 Likes
842

Dear Stanley,

this is an authorization issue of the RFC-User.

make sure the User has also authorizations for activities Change (02), Lock (05) and Delete (06) for Object F_LFA1_GEN

Best regards

Tabea