Application Development 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: 

BADI ME_PROCESS_PO_CUST fieldselection_header change display options

Former Member
0 Kudos

Hi Gurus,

I have implemented the BADI ME_PROCESS_PO_CUST. It works fine, but I can not change display options of the fields. The fields should be Input or only display fields depending on transaction code for example.

As in example code described, I have changed in the method fieldselection_header the fieldstatus of the fields to '*'.

loop at ch_fieldselection assigning <fields>.

<fields>-fieldstatus = '*'.

endloop.

Unfortunately there ist not difference to see, the fields are always inputfields.

Is there any other way to set the display options of the fields?

Thanks in Advance.

Best regards

sumiya

1 REPLY 1

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Check my answer in the post https://scn.sap.com/thread/1814872

The key in your case is the value of L_CHANGEABLE.

I hope this helps you

Regards

Eduardo