![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suppress Cost Feild in Sales Order | Ramma | SAP SD - Sales & Distribution | 2 | 09-15-2011 05:55 PM |
| Pull price from second price list | Micro | SAP SD - Sales & Distribution | 2 | 09-09-2011 07:50 PM |
| Suppress zero in grid | Rima | SBO - SAP Business One | 2 | 06-08-2011 11:17 PM |
| Actual goods issue date required to be equal to planned goods issue date | Ramma | SAP SD - Sales & Distribution | 1 | 04-10-2011 11:28 PM |
| To make a particular field to display in a field from F4 help | Rima | SAP ABAP | 1 | 03-19-2011 05:01 PM |
| Aprenda SAP! |
|
|
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I need to make the price date field in va01 as a non - editable and i am having two constraints 1. Price date field can be edited by only few users. 2 . Price date field can be edited on few sales order types. Thanks in advance, ERP |
| Sponsors |
|
#2
|
|||
|
|||
|
Hi ERP,
You should configure the price condition type with option “D - Not possible to process manually” at field Manual Entries. Regards, Lala |
|
#3
|
|||
|
|||
|
Hi ERP,
You need a Ztable to define user and order type. Deactivation of the field should be done in MV45AFZZ USEREXIT_FIELD_MODIFICATION . By setting: When condition is met from your ztable * case screen-name. * WHEN 'VBKD-PRSDT'. * SCREEN-INPUT = 1. (On) When condition is not met from your ztable * SCREEN-INPUT = 0. (OFF) * ENDCASE. Regards, Mirna |
| Entre a los Links relacionados |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|