Error handling by message codes

Shipping 

Delivery interfaces 

IDOC segment E1EDL37 is not filled 

1.Check-in INCLUDE:LV56KF43

FORM PROCESS_E1EDL37.
PERFORM FILL_E1EDL37.
PERFORM IDOC_DATA_APPEND USING C_SEGNAM_E1EDL37
E1EDL37.
ENDFORM. 

2. Check if it is Stock transfer and the inbound delivery was created. 

SAP for Automotive

Inbound delivery processing 

BORVII 100: Delivery & cannot be assigned to any internal notification

  • Conditions: inbound message with the SHPMNT message type 
  • Check the Include LBORESF22, routine SHPMNT_E1EDL20_PROCESS
    • The index shp_idx_exib is checked for an Ext. ID delivery number for existence 
  • Check the Include LBORESF71, Routine BORES_GET_INTERNAL_DELVRY
    • there is a variable used as the index criteria: l_date = sy-datum - 150.

Comments