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 ECC6 , while upgrading the system from 4.5B to ECC6

Former Member
0 Likes
465

Hi All,

We are updating the SAP system from 4.5B to ECC6.

We have completed the SPAU fixes.

Now, we are facing a dump

" In PERFORM or CALL FUNCTION "ITEM_CURR_CONVERT_BSID", the actual param"

eter "BSAD" is incompatible with the formal parameter "CS_BSID"."

while trying to execute the transaction 'FD11' in ECC6.

Can anyone help me out to find out the cause of the problem.

Thanks in advance for you help.

Regards,

Krishna

Hi All,

We are updating the SAP system from 4.5B to ECC6.

We have completed the SPAU fixes.

Now, we are facing a dump

" In PERFORM or CALL FUNCTION "ITEM_CURR_CONVERT_BSID", the actual param"

eter "BSAD" is incompatible with the formal parameter "CS_BSID"."

while trying to execute the transaction 'FD11' in ECC6.

Can anyone help me out to find out the cause of the problem.

Thanks in advance for you help.

Regards,

Krishna

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
447

this means that SAP has changed the parameter assignment in this function module. Check the function module and have a look at the datatype of this parameter. Change the variable you're using for this parameter accordingly.

SAP does this some times, just to ....? Who knows!!

Read only

Former Member
0 Likes
447

Thanks Micky Oestreich.

It was helpful.

Regards,