it's result is 1 so that should be a 'formatting error'. but it doesnt' tell me anything about mistake, where to correct the programm. I've cheched every function call in that module. but the sy-subrc is always 0. How to find the mistake? Where's the moment in which function m ...
formatting_error=1internal_error=2send_error=3user_canceled=4others=5. if sy-subrc <>0. message id sy-msgid type sy-msgty number sy-msgno with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4. endif. 在页数多的时候 smartform 页数出现*,这是需要在form里 页数那里&(3zc)&...
Formatting error in the field COBL-PRCTR; see next message Former Member on 2008 Jun 12 0 Kudos 10,604 SAP Managed Tags: FIN (Finance) Hi Gurus, Please do the needful After executing f.05 andwhen we execute the batch input session in SM35-when we are processing the batch...
29、NUMBER sy - msgnoWITH sy - msgv1 sy - msgv2 sy - msgv3 sy - msgv4 .ENDIF .ENDLOOP.CALL FUNCTION 'SSF_CLOSE'* IMPORTING* JOB_OUTPUT_INFO =EXCEPTIONSformatting_error=1internal_error=2send_error=3OTHERS=4.IF sy - subrc <>0.* error handlingMESSAGE ID sy - msgid TYPE sy - ...
FORMATTING_ERROR = 1 INTERNAL_ERROR = 2 SEND_ERROR = 3 USER_CANCELED = 4 OTHERS = 5. OTF_DATA = ST_JOB_OUTPUT_INFO-OTFDATA.CALL FUNCTION 'CONVERT_OTF_2_PDF' "将smartforms转换PDF IMPORTING BIN_FILESIZE = V_BIN_FILESIZE TABLES
FORMATTING_ERROR = 1 INTERNAL_ERROR = 2 SEND_ERROR = 3 OTHERS = 4. IF SY-SUBRC <> 0. MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ENDIF.ENDFORM. 行五_ 小有美名 5 求帮助啊 大哥们 @tomy55 行五_ 小有美名 5 求帮助 ...
user_settings='X'IMPORTINGjob_output_info=lw_ssfcresclEXCEPTIONSformatting_error=1internal_error=2send_error=3user_canceled=4OTHERS=5.IFsy-subrc<>0.MESSAGEIDsy-msgidTYPEsy-msgtyNUMBERsy-msgnoWITHsy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.ENDIF.*/..GetOTFdata to convert toPDFREFRESHli_otf[]...
FORMATTING_ERROR = 1 INTERNAL_ERROR = 2 SEND_ERROR = 3 USER_CANCELED = 4 OTHERS = 5 . IF SY-SUBRC <> 0. MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ENDIF. LOOP AT P_JOB_OUTPUT_INFO-OTFDATA INTO T_OTF. APPEND T_OTF. ...
You can access the case directly to process it by double clicking on the error message. Correcting errors in Customizing data You must generate the dispatch order manually. For more information, see the documentation on theIS-H AT: ELDA - Manual Message Generation (Inpatient...
FORMATTING_ERROR = 1 INTERNAL_ERROR = 2 SEND_ERROR = 3 USER_CANCELED = 4 OTHERS = 5 . IF SY-SUBRC 0. MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ENDIF. START-OF-SELECTION. t_otf[] = t_otf_from_fm-otfdata[]. Function ...