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

In spell_amount function module how to create space between the Output from function module

0 Likes
3,557

Suppose  i am passing 869284 to spell_ amount function module and spell_amount will return Eight lakh sixty Ninethousand TwoHundred EightyFour in

English Language . Is there any way to create space between Ninethousand  i.e some separation space between Nine & thousand ????.

Regards,

Naveen

9 REPLIES 9
Read only

kjyothiraditya
Participant
0 Likes
3,474

This message was moderated.

Read only

Juwin
Active Contributor
0 Likes
3,474

I tried with this amount and I am getting spaces at accurate positions in my system.

Thanks,

Juwin

Read only

0 Likes
3,474

Hi Juwin

                I have tried with my system and I am not getting Space as per screenshots given

below. and in my earlier discussion i had written Eight lakh sixty Ninethousand TwoHundred


Eighty Four which was just example and at that time there was no availability of system. But now I am


attaching  screen shots from my system . Could you please help me to get solution for this problem to get


space between Nine  and thousand .

Regards,

Naveen

Read only

Former Member
0 Likes
3,474

HI,

can you check values in this table "T015Z"?

This table contains all the "numbers in word".

Regards,

Salvatore

Read only

pranay570708
Active Contributor
0 Likes
3,474

Hi,

Please have a look into table T015Z entries for 'EN' language. This table stores word amounts for conversion. Check if there's any entry like 'NINETHOUSAND'. You can change it with space in view V_T015Z.

Read only

0 Likes
3,474

Hi Pranay

There is no entry for NINETHOUSAND in T015z table in my system for 'EN' Language . Please provide


some other solution.

Read only

matt
Active Contributor
0 Likes
3,474

A small amount of searching indicates a possible cause of the issue. I've not seen it documented here on SCN (correct me if I'm wrong!), so here goes. You must have a space and a semi-colon after each entry in T015Z.


Do you have an entry in T015Z for NINE THOUSAND? Do you have an entry for SIXTY FOUR? What exactly - including any spaces, are the entries that are similar to this?

If you have "NINE THOUSAND;" that needs to be changes to "NINE THOUSAND ;" for example.




Read only

0 Likes
3,474

Hi Naveen,

Search the table T015Z with the conditions(EINH= 6, ZIFF = 9) as shown in screenshot.

We need to add space before semicolon.

Output:

Regards

Rajkumar Narsimman

Read only

former_member201275
Active Contributor
0 Likes
3,473

Please post screenshot of your V_T015Z here. It should look something like this: