cancel
Showing results for 
Search instead for 
Did you mean: 

Foreign Trade user exit

Former Member
0 Kudos

Hi All,
To invoke user exit V50EPROP > EXIT_SAPLV50E_001, shipping point (VSTEL) must have a value. Inbound delivery (ASN) doesn't have value for VSTEL. Please let me know whether any configuration is required so VSTEL will have a value.

FORM LIKP_EXPORT_BESTIMMEN.

  DATA: NEUE_EXNUM LIKE LIKP-EXNUM.
  DATA: MERK_AHBAS LIKE EIKP-AHBAS.

ENHANCEMENT-POINT FV50KFLK_LIKP_EXPORT_BESTIM_01 SPOTS ES_SAPFV50K.
*$*$-Start: FV50KFLK_LIKP_EXPORT_BESTIM_01------------------------------------------------------$*$*
ENHANCEMENT 1  AUTO_BOR_FV50KFLK_LIKP_EXPO000.    "active version
   CHECK LIKP-VBTYP CN VBTYP_MMLI.
ENDENHANCEMENT.
*$*$-End:   FV50KFLK_LIKP_EXPORT_BESTIM_01------------------------------------------------------$*$*

  IF LIKP-VSTEL NE SPACE.
    IF     TVST-ALAND  NE KUWEV-LAND1 and                    "hp_369914
       not tvst-aland  is initial     and
       not kuwev-land1 is initial.


Thank you.

With Regards,
Gandhi Subramani

Accepted Solutions (0)

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Please, see note 118573. You must implement it with tcode CMOD, ie, creating a project. Set a break point and check if it stops in it.

Regards

Eduardo