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