Application Development 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: 

FM POSTING_INTERFACE_CLEARING formatting error in the field BSEG-WRBTR

siongchao_ng
Contributor
0 Kudos
403

Hi all,

When user run the program reaching the FM POSTING_INTERFACE_CLEARING, it gives the errors below.

During the debug the internal numbers is actually 7316.51 or the 2nd case 1308.87 or the 3rd case is 57420.00.So I tried changing it to 7,316.51 or 1,308.87 or 57,420.00 but I still get formatting error.

I checked the SU01. The decimal notation looks ok to me. What else could be the formatting error about?

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos
338

If you use Batch-Input, the user decimal notation should be used

if you use BAPI, the SAP internal format should be used

Check the content of table using SE16 transaction (uncheck field exit in user-setting)