cancel
Showing results for 
Search instead for 
Did you mean: 

Billing block in Sales Order - Config (or) Security

former_member211526
Participant
0 Kudos

Hi,

Is there SAP standard config settings to control who can remove the Billing block on the sales order ?

Or it needs to be done by security ? and how ? Any simple techniques ?

Regards,

Ron

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

There is no authorization for this field in SAP.

You have to create a new Authroizatrion object in Tcode SU21. You need to create the object for field FAKSK ie. Billig block in VBAK. Then you need to assign the same in respective roles. Assign the same to the respective users.

Regards

Yatin Thakkar

Edited by: yatinthakkar on Sep 2, 2009 1:26 PM

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We cannot control the authorisation for removing this billing block through configuration.

For this we have to control either by giving/removing the authorisation for VA02 T.Code or by writing a customised program.

For this customised program,please ask your ABAPer.

We have to develop a function module and link it to the program.

Regrads,

Krishna.

Former Member
0 Kudos

Hi Ron Barry,

It can be controlled by giving authorization to VA01, VA02 and VA03. Give authorization to VA02 to one whom you want it to be controlled by. Give authorization VA01 and VA03 one who creates sale order. By doing so billing block can be removed by one who is authorization to access VA02.

Thanks,

Swamy H P

Jelena
Active Contributor
0 Kudos

... and you'll need to ask an ABAPer to program the authorization check in a user exit. Otherwise the above steps won't do anything.