cancel
Showing results for 
Search instead for 
Did you mean: 

Negative stock error EWM

vinothkumar_k
Explorer
0 Kudos
732

Hi team,

Message id /SCWM/L3 message no. 037. when i try to find out the program name for this message.

I'm not able to get it using where-use-list and also search further option also. when i use RS_ABAP_SOURCE_SCAN. My development system wont allow for long time run.

Anyone knows about the exact program name / Class where that message are called.

Thanks

Vinothkumar.K

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor
0 Kudos

Hello seyoun

Include /SCWM/LREM_BIN_DETF12

    ELSE.
      MESSAGE e037(/scwm/l3) WITH es_t331-lgtyp INTO gv_msgtext.
      CALL METHOD go_prot->add_message( ip_row = gv_prot_row ).
      RAISE EXCEPTION TYPE /scwm/cx_core.
    ENDIF.

Include /SCWM/LREM_BIN_DETF24

      ELSE.
        MESSAGE e037(/scwm/l3) WITH es_t331-lgtyp INTO gv_msgtext.
        CALL METHOD go_prot->add_message( ip_row = gv_prot_row ).
        RAISE EXCEPTION TYPE /scwm/cx_core.
      ENDIF.

Best regards

Dominik Tylczynski

vinothkumar_k
Explorer
0 Kudos
Thanks 3a9e4ce873a94034b33dc62b0ce600ee

Answers (0)