‎2007 Jun 18 10:30 AM
Hi,
I have added new field inside purchase order line item screen (inside CUSTOMER DATA tab).
I want to make this field uneditable durting ME23N transaction.
Can you plz let me knw how can i do tht..
thanks,
‎2007 Jun 18 10:30 AM
‎2008 Jun 12 10:55 AM
hi shilpa Need help.
I have developed same scenario But i am facing problem that the field is not display particular field in ME23N .
my id is <REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 6:36 PM
‎2007 Jun 18 10:36 AM
Hi
You are using the Exit for this modification then just put the code in your exit refering the following example (which is for adding z field in STD T code VA01,and disabling text field in it )
FORM userexit_field_modification.
CASE screen-name.
WHEN 'VBKD-ZTERM'.
IF lp_vbak_vbtyp EQ lc_c.
screen-input = 3.
ENDIF.
ENDCASE.
ENDFORM.
<REMOVED BY MODERATOR>
Regards
Tushar Mundlik
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:44 PM
‎2008 Jun 12 11:21 AM
HI shilpa,
i got a req to add a new custom field.can u plz send me the procedure how u added a custom field for PO transaction .
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:45 PM