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

Dump in program SAPF110O

Former Member
0 Likes
581

Hi,

I get a dump BCD_BADDATA after execute transaction F110 in ECC 6.0.

The dump is generated when it assigns a packed field with an incorrect BCD format.

Following, there is the assignment:

ls_xregue_alv-PSWBT = 0 - xregue-PSWBT.

Where field xregue has the value "20202020202.02".

I was looking for a note but I didn't find one which applies for my issue...

Somebody knows about a note or have a similar problem?

Thanks in advance

Leonardo

2 REPLIES 2
Read only

Former Member
0 Likes
497

It appears to be a space rather than a zero.

Rob

Read only

0 Likes
497

Hi Rob,

Not really, because there are a lot of lines similar. In fact, I made a test modifying the value 20202020202.02 by 202020202.02 and it works fine.

Thanks anyways for your quick answer,

Leonardo