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

How can I Disable AMOUNT field in T-code VA03

Former Member
0 Kudos

Hi Experts,

How can I Disable AMOUNT field in T-code VA03. ( KOMV-KBETR ).

Please Let me know if there is a and Exit available for this.

Regards,

Dileep .C.

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

If i understood your question right ,i think there is already disabled amount field in VA03

8 REPLIES 8

former_member181995
Active Contributor
0 Kudos

If i understood your question right ,i think there is already disabled amount field in VA03

0 Kudos

i mean i need to Disable the value,,,

user cannot change the value.... (its already there..)

what I mean is I need to block the user to see the value,,,,

User should not see the value,,,

It should be hard-coded to 0 always....

0 Kudos

>

> i mean i need to Disable the value,,,

>

> user cannot change the value.... (its already there..)

>

>

> what I mean is I need to block the user to see the value,,,,

> User should not see the value,,,

> It should be hard-coded to 0 always....

Doesn't make any sence!

if still user can able to see from VA02?than?

0 Kudos

Yeah Amit,

It doesn't make any sense,,,

We have some basis people in our company...

I think they will create Authorization for the user to use only one VA03.

After that User cannot view any of the Tc0des in SAP...

Do you understand my requirement,,,

Better not to reply this thread anymore,,,

I already got the answer,,,

I found two exits... and already modified there,, its working fine,,,

Anyway thanks for your very valuable reply...

My end User has a Diff requirement...

And I strongly believe Anything can be done in ABAP.....!

And Thanks for all the people who watched this thread and replied this thread....!

Thanks & Regards

Dileep .C

0 Kudos
I found two exits... and already modified there,, its working fine,,,

if you don't mind can you please share with us Which exit does this?

0 Kudos

1. USEREXIT_FIELD_MODIFICATION in MV61AFZA

2. USEREXIT_FIELD_MODIFICATION in MV45AFZZ

Actually I need to disable all the fields which reflects price like,,,

Net price, Amount, from VBAK VBAP KNOV and sooo on,,, so both this User exits need to be used,,,,

also check the note : 105621.

you will get a lot of information...

Regards

Dileep .C

Edited by: Dileep Kumar Chinnaiah on Oct 22, 2008 11:09 AM

Former Member
0 Kudos

Hi Dileep,

Please check out your post once again.

VA03 is the Display screen of standard sales order.

Cheers!!

Balu

satsrockford
Active Participant
0 Kudos

Hi,

Generally Standard user-exits available for all the transactions that includes screen-exits,menu-exits etc.,

The program for the transaction VA03 is SAPMV45A.

In that, we have to search for call customer-subscreen,if you need screen exit.

Check the following.It can help you.

http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975e643b111d1896f0000e8322d00/content.htm

regards

Satish