cancel
Showing results for 
Search instead for 
Did you mean: 

Routine call for inbound delivery created with reference to MB1C

Former Member
0 Kudos

Hi All,

I have created customization routine to validate inbound delivery if it creates through MB1C to not generate output type in manually created inbound delivery so please advice which field i have to use to stop output type to be created when inbound delivery created by MB1C.

Data: ls_likp type likpvb.

  • Likp-tcode is not initial means delivery has created manually.

if LS_LIKP-TCODE is not initial.

sy-subrc = 4.

exit.

else.

sy-subrc = 0.

endif.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Vishal,

You can take MSEG - BWART (Movement Type) where for manual stock upload we use 561 movement type.According to this

build logic.

Ram