Application Development and Automation 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: 
Read only

Screen Exit

Former Member
0 Likes
477

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,

4 REPLIES 4
Read only

Former Member
0 Likes
455

I have used screen exit to add this new field

Read only

0 Likes
455

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

Read only

Former Member
0 Likes
455

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

Read only

Former Member
0 Likes
455

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