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 SAPDBKDF

former_member199632
Participant
0 Likes
1,823

Hi,

When trying to execute this transaction FBL1N  , it gives this dump

What would be the reason for this?

dump is attached.

regards,

zerandib

SAPDBKDF is the main program associated to logical databse KDF, theerror raised in the dump is clear enough ?

Syntax error in program "SAPDBKDF ".

Are you in an upgrade project, or did someone change andy of the tables read in logical database KDF (*). Try to reactivate the logical database via transaction SE36 and analyze the errors raised.

Many FI reports will dump (perform a where used on the logical database, as well as those related to customer which use FM LDB_PROCESS to read this logical database.)

Regards,

Raymond

(*) Look for append to tables BSIK and BSAK, structures of those two tables must be identical. That's the reason why there are clearing information fields in the not-cleared lines table.

7 REPLIES 7
Read only

Former Member
0 Likes
1,452

Hi,

in the t code you are passing some incorrect value, so that the values in the actual and formal parmater are not compatable.

As you are passing  value 'Y' in some of the field which not compatable. Check and pass the actual value.

Read only

0 Likes
1,452

Hi ,..

im getting this dump for most of the finance programs

FBL5N, F-32,FB05 etc

what would be the reason for this...

new dump is attached.. the earlier dump also still exists

regards,

zerandib

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,452

SAPDBKDF is the main program associated to logical databse KDF, theerror raised in the dump is clear enough ?

Syntax error in program "SAPDBKDF ".

Are you in an upgrade project, or did someone change andy of the tables read in logical database KDF (*). Try to reactivate the logical database via transaction SE36 and analyze the errors raised.

Many FI reports will dump (perform a where used on the logical database, as well as those related to customer which use FM LDB_PROCESS to read this logical database.)

Regards,

Raymond

(*) Look for append to tables BSIK and BSAK, structures of those two tables must be identical. That's the reason why there are clearing information fields in the not-cleared lines table.

Read only

0 Likes
1,452

Yes Raymond.

As u said, it is an upgrade project.

Actually, This system is created by using  a homogenous system copy from PRD.

I have gone through Program SAPDBKDF.

The error mentioning is;

In PERFORM or CALL FUNCTION "WRITE_INTO_BSIK", the actual parameter

"YBSAK" is incompatible with the formal parameter "I_BSIK".

Then what is your advice. Should i needs to edit the program?

regards,

zerandib

Read only

0 Likes
1,452

The program should not be edited, only the database definitions : Both structures BSAK and BSIK must be identical (*).

- First check for any difference in customer appended structure and correct it if found.

- If the difference is in standard SAP field, revert back to SPDD to adjust database tables structure.

Regards,

Raymond

Read only

0 Likes
1,452

Hi,

If dumps are coming after upgrade ,may be inactive version of standard table(BSIK or BSAK) exist, check the standard object BSIK and BSAK  activate it once again . Ideally both the table should have same number of fields ..

Thanks

Arun

Read only

0 Likes
1,452

I had the same problem with dump in SAPBDKDF when execute FBL1N with check boxes 'Normal items' and 'Parked items' checked. I used Aruna's solution activating the standards objects again, but still having the dump.