Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from sreekarreddya on Mar 28 at 6:10 AM Hi Srinivas Try like this PARAMETERS: P_FILE TYPE RLGRAP-FILENAME. PARAMETERS: STARTROW TYPE I OBLIGATORY. PARAMETERS: ENDROW TYPE I OBLIGATORY. CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE' EXPORTING FILENAME = P_FILE I_BEGIN_COL = 1 I_BEGIN_ROW = STARTROW I_END_COL = 10 I_END_ROW = ENDROW TABLES INTERN = IT_EXCEL EXCEPTIONS INCONSISTENT_PARAMETERS = 1 UPLOAD_OLE = 2 OTHERS = 3. IF SY-SUBRC <> 0. MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. ENDIF.
| | | ---------------Original Message--------------- From: srinivasmalaka Sent: Friday, March 28, 2014 5:08 AM Subject: Uploading EXCEL data to internal table using fm:ALSM_EXCEL_TO_INTERNAL_TABLE Hi, i tried to upload the Excel file data into itab using F.M: ALSM_EXCEL_TO_INTERNAL_TABLE. but my itab is not having any records even though sy-subrc = 0. My itab is same type as of FM. please help me guys... | | Reply to this email to post your response. __.____._ | _.____.__ |