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

Error When Migrating GL Balances using LSMW Direct Input method

Former Member
0 Likes
918

Hi,

I tried to Migrate Open GL Balances but ended up in a Runtime Error. The error occured while executing the Direct Input Program (RFBIBL00).

The error was "Unable to Interpret "\" as a number" and the code where the error was raised is given below.

-


> IF BBKPF-VATDATE(1) NE NODATA.

CLEAR: FTPOST-FNAM, FTPOST-FVAL.

FTPOST-FNAM = 'BKPF-VATDATE '.

FTPOST-FVAL = BBKPF-VATDATE .

APPEND FTPOST.

ENDIF.

In structure BBKPF the field VATDATE is of type DATS where as all the other fields in it are of type CHAR. I guess this could be the problem.

I tried to pass date by hardcoding in Field Mapping but still facing the same problem. I checked for SAP Notes and found similar kind of Problem in BBSEG but not able to find any in BBKPF.

kindly throw some light upon this.

Thanks,

Prashanth

Edited by: Prashanth KR on Jan 29, 2009 4:51 AM

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
883

This is indeed the reason. However, BBKPF-VATDATE is type CHAR in my system, ECC 6. What is your release?

Thomas

8 REPLIES 8
Read only

ThomasZloch
Active Contributor
0 Likes
884

This is indeed the reason. However, BBKPF-VATDATE is type CHAR in my system, ECC 6. What is your release?

Thomas

Read only

0 Likes
883

Hi Thomas,

Mine is SAP ECC 6.0. Do you have any idea of how to correct this.

thanks,

Prashanth

Read only

0 Likes
883

Just found note 1116141, that one is for you.

Thomas

Read only

0 Likes
883

THanks alot thomas,

One more question is if i have to change it then i would require a Access Key right and this one is different from the Developer Access Key i hope.

ANyways that was great i tried to search and nearly spent couple of hours and ending up with none. I have to learn how to search in Web :).

Thanks alot once more.

Regards,

Prashanth

Read only

0 Likes
883

No problem. You can implement the note with transaction SNOTE, no access key required.

I searched for "BBKPF-VATDATE" and hat only three hits in the support portal. Always use technical terms for searching if possible.

Cheers

Thomas

Read only

0 Likes
883

Point noted. Thanks alot.

Prashanth

Read only

0 Likes
883

Option of "10" point was disable for you?

Read only

0 Likes
883

Serves me right, because the DDIC change described in the note has to be done via SE11, so access key is required...