cancel
Showing results for 
Search instead for 
Did you mean: 

IQ01 on a material without serial number profile

Former Member
0 Kudos

Hello,

I am a bit surprised that I can create a serial number (IQ01, IQ04) on a material without any serial number profile.

Is there any message that would have been deactivated on my system? Is there some customizing activity to control this? Or is it just standard behavior?

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

SAP has a warning message IS160 only, it comes after you entered the plant in the details of IQ01

it is checked in FM ITOB_CHECK_EQBS:

IF ls_marc-sernp IS INITIAL.

*     no serial profile assigned => reinitialize BSTVP

         MESSAGE w160(is) INTO lv_message.

         PERFORM fill_return_messages

           USING    'B_WERK'

           CHANGING et_return.

         EXIT.

Answers (1)

Answers (1)

former_member215526
Active Participant
0 Kudos

Hello Jules Martin,

Please verify this UserExit: IQSM0002 can help you also.

Serial Numbers: Customer Exits

Best Regards,

Xavier