Skip to Content
0
Former Member
May 20, 2010 at 03:34 AM

Explicit enhancement point implementation

28 Views

Hi

I want to use explicit enhancement point in CASE and ENCASE statement. How i can introduce new WHEN statement.

for example (SAP Standard Code)

CASE TAX CATEGORY

WHEN '1'

CODE LOGIC

WHEN '2'

CODE LOGIC

WHEN OTHER

ENDCASE

In this example, i want to introduce WHEN '3" and associated logic before WHEN OTHER

Appriciate your opinion.

Thanks

Pravin