cancel
Showing results for 
Search instead for 
Did you mean: 

Additional message for BoM creation

Former Member
0 Kudos

Hi all,

a user wants to receive a warning message on the basic quantity while creating BoM.
That is e.g. before saving the BoM there should be a message that the basic quantity is 1 piece, so that the user would not forget to change it  when it's necessary.
Could anyone advise me how to do it?

Thank you in advance.


Galina.

Accepted Solutions (1)

Accepted Solutions (1)

ArturoSenosain
Advisor
Advisor
0 Kudos

Hi.

You can create your own validations with badi BOM_UPDATE and an abapper.

Some time ago I create a validation in order the total in KG of the components SUM the Base Quantity.

Regards.

Arturo.

Answers (2)

Answers (2)

Flavio
Active Contributor
0 Kudos

Hi Galina,

I think that a possible, and quick, solution could be to insert an (implicit) Enhancement Option in form MENGE_PRUEFEN (include LCSDIFAA in program SAPLCSDI), with the following code

IF mpr_menge EQ 1.

     MESSAGE W638 WITH 'Comp quantity = 1' 'Check entry'.

ENDIF.

Please check if this could work.

Thank you.

Bye,

Flavio

svs_sap
Active Contributor
0 Kudos

Hi

Go for custom development to check this validation with the help of ABAP.

Regards,

Sharat