You are on page 1of 1

12/4/2020 Make complete PO screen editable or non-editable based on condition ME22N, ME23N | SAP Technical Help

Make complete PO screen editable or non-editable based on


3 days ago
condition ME22N, ME23N
I need make complete ME22N screen non-editable. We can do using loop at screen. But, we have more than 20
screens in ME22N. it is not possible to using loop at screen at the screen.

We can use below FM to set complete screen editable or non-editable

A- is display

H - Create

V - Change

CALL FUNCTION 'MEPO_DOC_SET_TRANSACTION_STATE'

EXPORTING
im_trtyp = 'A'
im_aktyp = 'A'
im_tcode = sy-tcode.

Check your condition call anywhere in program and call this FM. It will do all screen edit
or non-editable

Join Our Telegram Channel [https://t.me/abap_issues]

Posted 3 days ago by CKK


Labels: ME21N, ME22N, ME23N, ME29N

0 Add a comment

Enter your comment...

Comment as:
Nelson K Darla (Google)

Sign out

Publish Preview Notify me

https://sapsamplecode.blogspot.com/2020/12/make-complete-po-screen-editable-or-non.html?m=1 1/1

You might also like