cancel
Showing results for 
Search instead for 
Did you mean: 

Restriction to users for creating direct POs without PR

sandeep_pv
Contributor
0 Kudos

All,

How can I restrict user , creating direct PO without reference to a PR .

Kindly advise.

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

One way is to implement screen layout at document level ;

Materials Management-- Purchasing -- Purchase Order -- Define Screen Layout at Document Level

Find your "Field selection key" and get the PR number as mandatory field .

Note that , it is only logical for document level .

Hope this help

former_member583013
Active Contributor
0 Kudos

Hi,

Even though you set the field 'requisition' as mandatory field in field selection key

this setting wiln't effect in purchase order.system overwrites this setting by hardcoded program.So in this case the only option is to use function authorization.

Regards,

Sunitha.

sandeep_pv
Contributor
0 Kudos

All,

After maintaining this functional authorization settings ,what exactly I need to tell to BASIS guys ?

regards

former_member583013
Active Contributor
0 Kudos

No need of basis team help here.

You can directly goto tcode Su3->goto 'parameters' tab->add EFB as parameter ID

and assign our customizined function authorization value eg :01 to this EFB parameter.

Regards,

Sunitha.

Answers (2)

Answers (2)

rwarri1
Active Contributor
0 Kudos

Hello,

Sapman's solution is quick and without any development work. However for this to work, in the user's profile update parameter EFB=01.

Regards,

Former Member
0 Kudos

I do not believe there is any std function that would enable you to do that. You may have to put in a user exit to accomplish that.

former_member225044
Active Participant
0 Kudos

Hello

Go to 'OMET" T .code You found Functional authorisation '01' Double click in that

flag the check box ref to purchase requesation

sapman

sandeep_pv
Contributor
0 Kudos

All,

Can anyone ples tell me the navigation path for the t. code OMET ?

regards

Former Member
0 Kudos

Hi ,

Materials Management -- Purchasing -- Authorization Management -Define Function Authorizations for Buyers

Former Member
0 Kudos

OMET Patch is as below:

SPRO --> Materials Management ---> Purchasing -


> Authorization management -


> Maintain function authorizations for buyers -


> Function authorizations: Purchase order

Regads,

Jagadeesh