Video není dostupné.
Omlouváme se.

SAP SD Enhancement - Add zero price condition to exclusion groups

Sdílet
Vložit
  • čas přidán 6. 06. 2024
  • In this session, SAP SD AND ABAP LEAGUE SUPPORT Raj is going to discuss about SAP SD Enhancements. In SAP SD support project or SAP SD implementation project if business requirement is not fulfilled with in standard design, then we go for enhancing standard functionality. As a SAP SD consultant should know about enhancements in SAP SD. sap sd enhancements examples.
    Subscribe and hit the bell to see new videos: / @sapsdandabapleaguesup...
    Check out my channel: / @sapsdandabapleaguesup...
    Check out the play list "SAP SD Enhancements":
    • SAP SD Enhancements
    Enhancement 20: Developing Alt Calc routine to include zero pricing condition types into exclusion group.
    Solution:
    T684 - Condition Exclusion Groups
    T684G - Condition Exclusion Groups: Condition Types
    T684S - Condition Exclusion: Procedure Assignment
    EXCG1 (SURCHARGE/FREIGHT)
    ZD22 - 30
    ZD70 - 20
    ZD45 - 50
    ZD60 - 0
    • Including zero value condition type into exclusion group
    • Routine number FV64A038 will be used to include zero value condition type into exclusion group
    • For several condition types we are using same alt calc type routines
    • By adding this statement into that custom routine
    o ausschlusswertnull = 'X'.
    o if xkomv-kschl = ‘ZD60’.
    ausschlusswertnull = 'X'.
    o ENDIF.

Komentáře • 6

  • @Pratikpatil-hx2zm
    @Pratikpatil-hx2zm Před 2 měsíci

    Thank you for sharing the knowledge...

  • @manoharmanu2871
    @manoharmanu2871 Před 2 měsíci

    Hi Bro,
    I have doubt that why we should consider zero valu if it has no purpose. Can you give an example where this zero value has importance...

    • @SAPSDANDABAPLEAGUESUPPORT
      @SAPSDANDABAPLEAGUESUPPORT  Před 2 měsíci

      Hi Bro, if for examples condition type A is determined, then value condition type B should be zero. That means we are overwriting the condition record value. And these two condition types are defined in exclusion group. If we don’t add this changes, then condition type B will not be displayed in order or invoice

  • @Coolboy13445
    @Coolboy13445 Před 2 měsíci

    Instead of doing this configuration in SPRO path can we also do this on table level with SE16N maintenance level?

    • @SAPSDANDABAPLEAGUESUPPORT
      @SAPSDANDABAPLEAGUESUPPORT  Před 2 měsíci

      Yes, we can do that with debug change access. If we do like this, we can not transport the changes. It’s always recommended to go with SPRO path to any kind of config changes