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: 

PERFORM_PARAMETER_TOO_SHORT

Former Member
0 Kudos

Hi All,

Can any one tell me why/when this short dump occurs PERFORM_PARAMETER_TOO_SHORT. Please revert as soon as possible. It's urgent.

Thanks

kannan

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the number of parameters in the perform statement and in the form statement..

Are you using user command for ALV..The following should be structure..

FORM user_command USING ucomm LIKE sy-ucomm

selfield TYPE slis_selfield.

For setting Gui status in a custom form..use the following interface..

FORM set_pf_status USING extab TYPE slis_t_extab.

Thanks,

Naren

Former Member
0 Kudos

Hi,

Check put sap notes 175280.

If you have id in sapservice market place, then check out the following link and user 'PERFORM_PARAMETER_TOO_SHORT' as search string.

https://websmp108.sap-ag.de/notes

regards,

sundaramj

Former Member
0 Kudos

Hi Kannan

I guess this dump araises when we try to calling and callee parameters(formal & local) are different in lengths.

Kind Regards

Eswar