cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error during transaction /SCWM/IM_ST

Former Member
0 Kudos

Dear,

I am trying to move stock from bin to bin (mind you: it is a NON-BATCH MANAGED Product; Batch management is NOT set in ERP nor EWM) with transaction /SCWM/IM_ST.

When I enter values and press save I get the following runtime error:

Runtime error: ASSERTION FAILED

ABAP program: /SCDL/CL_BO_MANAGEMENT========CP

I checked KBA 2351603 (and the Note 1305605 mentioned in that KBA) but that does not make sense since my Product is NOT Batch Managed.

Any clues here?

Thanks a lot in advance,

Kind regards,

Bart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Bart,

Why don't you use :

1./SCWM/ADU/ - HU Managed  SKU

2./SCWM/ADPROD - Non HU- Managed SKU

BR,

Olet

Former Member
0 Kudos

Hello Olet,

I tried /SCWM/ADPROD, but ran into issues there as well:

Kind regards,
Bart

Former Member
0 Kudos

Hello Bart,

Can u share the error message.

BR,

Olet

Former Member
0 Kudos

Hello Olet,

This is a screenshot of the runtime error:

Kind regards,

Bart

Former Member
0 Kudos

Hello Bart,

It's a ABAP dump error.

Check with ABAP technical team.

Please check the transaction- ST22

Select the below three options

It will display all the dump list here you check your relevant with your user id and date.

This will help you to diagnose the issue.

BR,

Olet

Sandip_S
Active Participant
0 Kudos

Hi Bart,

The ABAP Dump is appearing because of following error message as mentioned in the screenshot.

" Interval 04 does not exist for object /SCDL/PRD"

If all configuration related to WMR - SWHI is correct then check the number range assignment:

Extended Warehouse Management ->Internal Warehouse Processes ->Delivery Processing->Stock Transfers->Manual Settings ->Define Document Types for the Stock Transfer Process

Select - Doc. Type - SWHI & Doc. Cat. SWHI & Check which number range assigned to it. Hopefully it should be "01" but not sure why system is checking "04"?

Also check if "04" is assigned to any of the combination.

Then check whether "04" is defined or not at the following path:

Extended Warehouse Management->Cross-Process Settings->Delivery Processing->Number Ranges->Define Number Range for Posting Changes and Stock Transfers

In addition to this you can also check the customizing for your document type/document category is correct or not as below:

Extended Warehouse Management->Cross-Process Settings->Delivery Processing->Check of Customizing for Delivery Processing

Give input as your warehouse number and document category WMR & execute.

hope this helps.

Thanks,

Sandip

Former Member
0 Kudos

Hello Sandip,

Yes the number range was set to 04 (for all Document types it was set to 04 for that matter). I checked and indeed 04 was not created, 01 was so I changed the Number range from 04 to 01 and then this issue was resolved! Many thanks for your good help,

Kind regards,
Bart

Answers (1)

Answers (1)

Ajit_Routray
Active Contributor
0 Kudos

Dear Bart,

Kindly check the below BC sets and also check documentation.

/SCWM/DLV_STOCK_TRANSFER

/SCWM/DLV_STOCK_TRANS_TYPE

/SCWM/DLV_STOCK_TRANS_PROF

And check number range assigned in delivery type.

Please let us know if the issue persists.

Many Thanks,

Ajit