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: 

actual anf formal parameter in unicode system

Former Member
0 Kudos
134

Hi All,

I am getting short dump error in a report program in a unicode system, It gives message like this :

Name of function module...............: "SXPG_COMMAND_EXECUTE"

Name of formal parameter..............: "TARGETSYSTEM"

Technical type of actual parameter....: "C"

Technical length of actual parameter..: 100 bytes

Technical type of formal parameter....: "C"

Technical length of formal parameter..: 1024 bytes

Name of formal parameter at caller....: "TARGETSYSTEM"

should the actual parameter length and formal parameter length should be the same in unicode system.

thanks in advance,

kumaran

1 REPLY 1

Former Member
0 Kudos
61

Hi Kumaran,

Yes, you are right 'actual parameter length and formal parameter length should be the same in unicode system'

Regards

Sudheer