2016 May 11 7:40 AM
Hi Experts,
I need to restrict the manual entry of condition type PB00 in condition tab for me21/22n tcodes.
But while updating using this value(PB00) automatically shouldn't be affected.
Please show me the way to get the result.
your suggestions are most welcome.
Thanks in advance.
Sanjeev
2016 May 11 7:54 AM
Hello
You can go for automatic pricing condition instead of manual.
Also , get information on the specific authorization objects wherein you can ask BASIS + ABAP support team to put restrictions.
Refer to SAP note 105621 which may be useful in this context.
Shubham
2016 May 11 10:25 AM
Thanks Shubham for your reply,
Actually I needed to restrict the user from manual entry for PB00 in tcodes me21n and me22n, and Finally I got it....
There is a field in the internal table XKOMV[] in the program while debugging me22n named as KMPRS, which holds the value either 'X' or ' '. If it holds the value 'X', means the entry has been done manually.
So by the help of this one I restricted the user from manual entry of PB00 in me22n in the condition tab page.
Nyways.
Thanks for your reply.
Sanjeev
ABAPer
2016 May 11 10:33 AM
Good to hear that issue is resolved at your end.
Thanks for sharing the solution steps.
Shubham