Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Period (SPMON) as input parameter without separator disappears

Former Member
0 Likes
979

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

2 REPLIES 2
Read only

Former Member
0 Likes
558

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

Read only

0 Likes
558

Hi Eswar,

fine for you but bad for me

What support package do you have for SAP Basis release 700?

Regards

Chris