cancel
Showing results for 
Search instead for 
Did you mean: 

VPRS condition type not to display

Former Member
0 Kudos

Hi all

I have condition type VPRS in my pricing procedure but my client wants it should not be display to the all user while creating sale order. Is there any way.

Kindly replay urgently.

Vinod

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hello Vinod,

You can use OSS note 105621- Authorization check for the condition screen to hide condition type.

Reward points if helpful.

Regards,

Priyanka

Former Member
0 Kudos

Hi Vinod,

Specific condition types can be hidden on pricing screens; we did the same for VPRS condition type.

In include LV69AFZZ there is a user exit - USEREXIT_FIELD_MODIFICATION; here you need to add code as follows.

if <whatever conditions in which you want to hide it>

CASE SCREEN-NAME.

WHEN 'KOMV-KBETR'.

IF KOMV-KSCHL = 'VPRS'.

SCREEN-ACTIVE = 0.

ENDIF.

WHEN 'KOMV-KWERT'.

IF KOMV-KSCHL = 'VPRS'.

SCREEN-ACTIVE = 0.

ENDIF.

WHEN 'KOMV-KWERT_K'.

IF KOMV-KSCHL = 'VPRS'.

SCREEN-ACTIVE = 0.

ENDIF.

ENDCASE.

ENDIF (for conditions in which the field has to be hidden)

However we found that this happened only at item level; header still showed the condition type. Smart users can proportionately allocate the header condition amount to arrive upon the item level values. But you may investigate along these lins to determine if it is possible at header too.

Please reward with points if useful.

Cheers,

KC

SAP SD

Lakshmipathi
Active Contributor
0 Kudos

Hi Vinod

Try with User Exits V45S0001, V45S0004

Thanks

G. Lakshmipathi

former_member227476
Active Contributor
0 Kudos

dear vinod

only the solution is take the BASIS help for the authorisation of displaying the condition to perticular persons

rewards if it helps

siva

Former Member
0 Kudos

Search some OSS note is there.. and it can be done only using userexit

Regards

Inder

Former Member
0 Kudos

Hi,

Check whether the condition type is maintained as mandatory in the pricing procedure.

Uncheck it.

Thanks

Mohan

Manoj_Mahajan78
Active Contributor
0 Kudos

Vinod,

Control the same by user authorisation for VA01 with the help of BASIS...

Talk to ur basis person

REward IF THIS HELPS..

Regds

MM

Former Member
0 Kudos

hi VINOD,

In VOV7 For the relevantsale document item's item catagory dont mark DETERMINE COST.This solve ur problem.

bye

MCM