cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding few steps of pricing in sales order change

Former Member
0 Kudos

Dear all

My client is going for a new pricing procedure.In the new pricing procedure, my client wants to derive the sales price ( PR00) from cost, insurance charge, commission , profit margin etc. now only the authorized user should view the calculation to derive the sales price. The sales person should only view the sales price onwards( sales price, excise duty, discount, freight etc). That means, around 10 steps in procedure should be hidden to certain users. How can i achieve the same?

Thanks in advance

Harish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Hiding Select options on a selection screen

Other than the NO-DISPLAY option you can also do the following...

select-options: so_os for zwimo_status-code0 modif id os.

AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.

CASE screen-group1.

WHEN 'OS'.

screen-active = '0'.

MODIFY SCREEN.

ENDCASE.

ENDLOOP

the above might help you

regards,

balajia