Skip to Content
0
Former Member
Jul 18, 2008 at 11:14 AM

Length Conflict

250 Views

Hi All

I am execuiting a program in which I am using an FM called

RS_SCRP_HEADER_RAW_TO_CHAR

the code is

CALL FUNCTION 'RS_SCRP_HEADER_RAW_TO_CHAR'

EXPORTING

HEADER_INT = dt_pload

IMPORTING

HEADER_CHAR = fin_pload.

The data field dt_pload is of type SXMSCLSTD ( is in a table SXMSCLUP , lenght 32000)

Now I am getting a runtime error called:

"Type conflict when calling the function module (field lenght)

DT_PLOAD is correct type but its length is incorrect"

Please guide as what can be done?

Edited by: Sourabh Nirmal on Jul 18, 2008 1:15 PM