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

Making Text Object Mandatory

Former Member
0 Likes
532

Hi experts,

I want to make a text object mandatory can anybody help me on this. Actually my requirement is in ME22N there is TEXT tab, in that Delivery text is there. so I want to make that mandatory and also there is Material PO Text is there and i want to make that disable.

-Rajiv.

1 ACCEPTED SOLUTION
Read only

rahul2000
Contributor
0 Likes
494

Hi,

I think this can be done through Customizing.Please check

3 REPLIES 3
Read only

Former Member
0 Likes
494

Hello,

1st check in which exit is the tab is aviable and see the filed where it is and make the field as Obligatory then will become mandatory..

exp: SELECT-OPTIONS s_carrid FOR spfli_wa-carrid Obligatory.

Thank u,

santhosh

Read only

Former Member
0 Likes
494

HI,

find out the exit for the ME22n transaction for the texts

i think the exit is this MM06E009

then give the if condition there for the texts you want

regards

sarves

Read only

rahul2000
Contributor
0 Likes
495

Hi,

I think this can be done through Customizing.Please check