cancel
Showing results for 
Search instead for 
Did you mean: 

MESSAGE V1-221

former_member202079
Participant
0 Kudos

Hello Experts,

While Creating a Sales Order From VA01, I am Gettion Warning Message V1221 ,

I want To Remove This Message , Is It Possible?

Thanks:

Regards: Heman(A1)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hemanth,

Try to check code in this include. It is throwing the worning message.

FV45KFKD_VBKD_FUELLEN_TEIL_2

--

Reddy

former_member202079
Participant
0 Kudos

Thanks for reply Mr. Reddy,

You are absolutely right , This is code

IF NOT DA_WARNUNG IS INITIAL AND
     SVBKD-TABIX > 0.
    CLEAR DA_WARNUNG.
    IF VBKD-FKDAT EQ DA_FKDAT.
      SET CURSOR FIELD 'VBKD-FKDAT'.
      WRITE VBKD-FKDAT TO DA_DATUMC DD/MM/YYYY.
      MESSAGE W221 WITH DA_DATUMC.
    ENDIF.
  ENDIF.

. Is ther any way I comment the Message without using access key Or IF condition in this code become false.

I tried a User Exit also "EXIT_SAPFV45K_001" . But not usefull

Regards:

Heman(A1)

Edited by: Matt on May 28, 2010 10:31 AM - fixed formatting and sentence case

matt
Active Contributor
0 Kudos

HEMANT_A1 - please use correct sentence case in your postings. Only names and the first word in a sentence should begin within a CAPITAL. If you make the first letter always CAPITAL it makes it hard to read.

I'm moving this thread to the SD forum to see if anyone else has ideas. From an ABAP point of view, what you require is not possible without a modification key.

Lakshmipathi
Active Contributor
0 Kudos
Is ther any way I comment the Message without using access key

No it is not possible without using Access Key and that also, I would not recommend if somebody ask me to do this.

thaks

G. Lakshmipathi

former_member202079
Participant
0 Kudos

Thanks Laxmi,

I can understand ,if u Have can give me some other solution for this,

Thanks.

Regards: Heman(A1)

Edited by: HEMANT_A1 on May 28, 2010 12:11 PM

matt
Active Contributor
0 Kudos

There is no other solution. I think this has now been made plain. It's also been made clear that it is not a good idea.

Answers (0)