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: 

Disable fields at item level in ME22N

Former Member
0 Kudos

Hi Experts,

I have requirement of disabling few fields at item level and delete button in ME22N depending upon certain condition.

I tried using method FIELDSELECTION_ITEM of BADI ME_PROCESS_PO_CUST but could not achieve the required result.

Please help me in this .

Thanks In advance.

Best Regards,

Akanksha.

1 ACCEPTED SOLUTION

shahid_malayil1
Explorer
0 Kudos

Hi,

Try Using GuiXT. Its built in SAP and you can get more details at http://www.synactive.com

Best regards,

Shahid Malayil

6 REPLIES 6

shahid_malayil1
Explorer
0 Kudos

Hi,

Try Using GuiXT. Its built in SAP and you can get more details at http://www.synactive.com

Best regards,

Shahid Malayil

krishnendu_laha
Active Contributor
0 Kudos

In my opinion, GuiXT is nice tool if company has long term vision with a lot of customizing in different sap transactions; and it should not be picked casually because of script maintenance issue.

Transaction variant is a nice tool in sap but I doubt about adding condition, please explore.

Thanks

Former Member
0 Kudos

Hi All,

Thanks all for your reply.

I am able to achieve the mentioned requirement by creating implict enhancement.

So closing the thread.

Regards,

Akanksha.

0 Kudos

Hi Akanksha,

Same requirement, please can you help me with the solution as how we can change the status of the fields at item level

regards,

Taher

0 Kudos

Hi Akansha,

Can you please help me with the code? I have similar requirement.

0 Kudos

Hi Ashwini,

 

I had achieved this requirement using implicit enhancement in method
FS_GET of class CL_BASIC_MODEL_VIEW_MM.

Best Regards,

Akanksha