Hi Experts
Our requirement is PO no for a particular document type (in our case ZINB) always be in display mode in ME23N.
We are using Function exit EXIT_SAPMM06E_014 .
Here Import parameter I_TRTYP we are setting as 'A'.
code is :-
if I_EKKO-bsart = 'ZINB'.
I_TRTYP = 'A'. " 'A' is used in standard for display mode
endif .
but it is not working.
we have set a break point to that point to check whether it is functioning or not. but it is working fine
I_TRTYP is changed from 'V' to 'A'.
but it is not changed to display mode.
Please suggest me what to do.
Thanks & regards ,
Biswajit