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

BDC for non editable fields

Former Member
0 Likes
800

hi

i want to process the non-editable fields in a transaction (ME32) from the program itself. but when i am doing this it is showing error saying '........field is not input field'.

how to process this. pls check this.

3 REPLIES 3
Read only

Former Member
0 Likes
545

Through Config make the fieds in change mode(editable mode ) , if you dont know ask you functional consultant

Read only

Former Member
0 Likes
545

Hi Jay,

The noneditable fields cannot be modified by BDC.

But in one of our tasks,

We followed this techinique..

Actually 2 of the fields in second screen are not open for input if certain variable is X in 1st screen.

Then we started that screen with Y and in this case those fields are open for input,now in second screen we modified the field as X back and saved the record..

I am not sure whether this might help you

Read only

Former Member
0 Likes
545

thanks