Hi,
When clicking on print preview in purchase order, its resulting with error " Message handling for system error" - SSFCOMPOSER042.
I have debugged the smartform function module.
IF ( ZXEKKO-BUKRS EQ '0150'
AND SFSY-PAGE EQ 1 ).
CALL FUNCTION 'SSFCOMP_TABLE_GOTO_CELL'
EXPORTING I_ROW = 008
I_COL = 009
EXCEPTIONS OTHERS = 1.
IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.
REFRESH %INPUTFIELDS.
FILL_TEXTAREA 'F' 0 0 ' '.
PERFORM %WRITE_TEXT USING 'VAL_GST' SPACE SPACE 'P' SPACE %INPUTFIELDS %TEXTAREA.
IF %WEXIT <> SPACE. EXIT. ENDIF.
ENDIF.
When executing the function module SSFCOMP_TABLE_GOTO_CELL, col 9 doesnot exist in L_ROWINFO-CELLINFO
so its resulting with error "Line &1 column &2 do not exist." which resulted with message handling error.
In trace I got A SSFCOMPOSER 178
MSGV1: 8
MSGV2: 9
I have not made any change to that window ( node or table). Please help me to understand what has caused for this error.
Thanks & Regards,
Priya