2006 Oct 25 10:16 AM
Hello @all,
we have ERP2005 and following problem on a simple selection screen with parameter SPMON (= period, e.g. 10.2006).
If the user type in 102006 without separator "." than the value 102006 disappears from input field on the selection screen.
If the user type in 10.2006 than the value remains in the input field and could be processed.
The parameter is defined as following:
PARAMETER P_SPMON TYPE SPMON.
Have anyone an idea what to do for processing with value 102006? I tried to make some conversions in "at selection-screen" but the value is at this time already empty!!! So no conversion helped.
The correction of OSS-Note 888352 is already installed.
Under 4.6c this "bug" didn't appeared, here we could type in the period without separator and the system convert it automatically to 10.2006!
Regards
Chris
Message was edited by: Christian David
Hello @all,
we have ERP2005 and following problem on a simple selection screen with parameter SPMON (= period, e.g. 10.2006).
If the user type in 102006 without separator "." than the value 102006 disappears from input field on the selection screen.
If the user type in 10.2006 than the value remains in the input field and could be processed.
The parameter is defined as following:
PARAMETER P_SPMON TYPE SPMON.
Have anyone an idea what to do for processing with value 102006? I tried to make some conversions in "at selection-screen" but the value is at this time already empty!!! So no conversion helped.
The correction of OSS-Note 888352 is already installed.
Under 4.6c this "bug" didn't appeared, here we could type in the period without separator and the system convert it automatically to 10.2006!
Regards
Chris
Message was edited by: Christian David
2006 Oct 25 10:35 AM
Hi Chris
I dont have any problem with the below code.
<b>parameters: p_mon like mcs0-spmon.</b>
Am on 4.7
Kind Regards
Eswar
2006 Oct 25 10:38 AM
Hi Eswar,
fine for you but bad for me
What support package do you have for SAP Basis release 700?
Regards
Chris