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

Restricting the manual entry of the condition type PB00 in me21/22n

sanjeev_mishra_15aug
Active Participant
0 Kudos
298

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

3 REPLIES 3

Shubham1
Product and Topic Expert
Product and Topic Expert
0 Kudos
230

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

0 Kudos
230

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

Shubham1
Product and Topic Expert
Product and Topic Expert
0 Kudos
230

Good to hear that issue is resolved at your end.

Thanks for sharing the solution steps.

Shubham