cancel
Showing results for 
Search instead for 
Did you mean: 

Bank Account No in Selection screen

Former Member
0 Kudos

Hi Frnds,

My requirement is Bank ACC. No. is there in selection screen.

In this Bank Acc No: 123-45677-1234.

this ACC No. is not taken, bcoz hyphens(-) are there.

so how to remove the hyphens(-). in selection-screen.

Thanks in Advance.........

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

Removing the Hypens in the Sel Screen might be difficult.

You can change the Data Type to Char inspite of Numeric Character.

Later in the Program....Replace the hypen by SPACE and Condense the String so as to use it in SELECT Statement...

peter_ruiz2
Active Contributor
0 Kudos

hi,

try this code.

REPLACE '-' WITH space INTO <parameter>.

CONDENSE <parameter> NO-GAPS.

regards,

Peter

Former Member
0 Kudos

Thanks a lot

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can delete the '-' in at selection screen event or use character type for bank a/c.

Rgds,

Sandeep

Edited by: Sandeep Kumar on Oct 21, 2008 1:55 PM

Former Member
0 Kudos

Hi,

U can use Character type as Bank A/c no...