cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fixed Document type for T.code

former_member214876
Participant
0 Likes
2,096

Dear Gurus,

When my user go to t.code F-27 , he should not be able to change document type from DG to any other . That means the document type should come there in display mode . Please suggest how can I do this . I have tried through SHD0 ,but unable to do this.Please guide

View Entire Topic
srinivasa_maruvada
Active Contributor
0 Likes

Hi

Do validation and/or Substitution

Srinivas

former_member214876
Participant
0 Likes

Could you please guide what validation or substitution should I write for this requirement?Thanks in advance..

srinivasa_maruvada
Active Contributor
0 Likes

If transaction code is ___F-27_______ then document type is always DG

former_member214876
Participant
0 Likes

I have written a validation like If T.code = "F-27" in prerequisite and then doc. type = "DG" in check with error message . But its not working.Please suggest.