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 in HR_FEATURE_BACKFIELD

Former Member
0 Kudos

Hi Experts,

Any solution for this dump ??

An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was not caught in procedure "HR_FEATURE_BACKFIELD" "(FUNCTION)", nor was it propagated by a RAISING clause. Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated. The reason for the exception is: The field which is supposed to receive a structured parameter is shorter than the structure of the parameter. This is not supported. This is parameter no. 3 of the FORM "CALL_549B" in program "/1PAPA/FEAT500NUMKR". The actual parameter is 58 bytes long, the formal parameter 144 bytes.

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Check the required structure name in table T549D (FEATURE = T549D-NAMEN give T549D-STRUC) and pass a parameter compliant with this structure, to remove the 'attempt was made to pass a parameter with an incorrect parameter category' exception.

Regards,
Raymond

former_member226519
Active Contributor
0 Kudos

check if feature NUMKR is set up correctly.

check if structure PME01 is filled correctly.

check if number range object is setup correctly (ta code PA04)