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

RFBIBl00 - Creating Batch File

Former Member
0 Likes
971

Hello Everyone,

I am writing a piece of ABAP code which creates a text file and submits

this via RFBIBl00. One of the amounts BBSEG-WRBTR is set to 166.44 and

this can be seen in the text file as 166.44.

However, when I run SM35 to process the batch file ( as in FB01) the amount is

being loaded onto the screen as 166,44 (notice the comma instead of the

decimal point).

Any ideas anyone????

Cheers

Andy

Hello Everyone,

I am writing a piece of ABAP code which creates a text file and submits

this via RFBIBl00. One of the amounts BBSEG-WRBTR is set to 166.44 and

this can be seen in the text file as 166.44.

However, when I run SM35 to process the batch file ( as in FB01) the amount is

being loaded onto the screen as 166,44 (notice the comma instead of the

decimal point).

Any ideas anyone????

Cheers

Andy

4 REPLIES 4
Read only

Former Member
0 Likes
764

Hi Andy,

See what is the decimal format that you are using in SU3 transaction.(Defau;ts tab).

Regards,

Ravi

Read only

Former Member
0 Likes
764

hi Andy,

Try this...

goto control Panel -->Regional Settings

Click on currency tab and change the decimal separator to , and check out if it works

Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
764

Hi Andy,

just to clarify, what happens is that in your input file, you specify the field value BBSEG-WRBTR as 166.44 but during the batch input run, it fills the screen field with 166,44?

Hm... not sure why that would happen, but is it possible that something is not right with the default settings of the user the BI session is executed with?

Does this happen with all fields that have decimals?

If you can not get rid of the problem, maybe you could run the BI with a user that has a comma as decimal notation in the user defaults and get the BI processing that way.

Read only

0 Likes
764

I have managed to run the batch in the background. The error is now displaying

<b>Formatting error in the field BSEG-WRBTR;

Input should be in the form __.___.___.__~,__</b>

I have looked in SU01 and my decimal notation is set to 1.234.567,89

Any ideas anybody??

Thanks

Andy