A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, Sagar s
This does not look like a normal Excel row limit issue, because SAP’s own journal voucher upload from Excel supports multiple line items when the correct SAP Excel add-in/template is used. The symptom where row 8 keeps getting overwritten usually points to the SAP upload template, SAP GUI scripting/table control, or the Excel file format being read differently after moving from Excel 2019 to Microsoft 365.
Here are some suggestions you can try:
First, download a fresh JV upload template directly from SAP again instead of reusing the old Excel 2019 file. SAP templates/add-ins can depend on the installed Excel version, and the latest Excel Add-In should be installed for Excel-based journal voucher upload.
Also try saving the file as.xlsm if it uses macros, or as.xls if your SAP upload program is older. If the upload is based on SAP GUI scripting or OLE, it is recommended that the script be checked for “visible row” handling. SAP table screens often show only a fixed number of visible rows, so the script must scroll or insert a new row after the visible rows are filled, otherwise the last visible row can be overwritten.
If possible, test the same JV by saving the Excel data as CSV/TXT and upload that format, or ask your SAP/ABAP team whether the upload program supports CSV/TXT input. I should also mention Excel uploads that require saving as TXT or CSV before upload in some scenarios.
Lastly, ask your SAP team to check whether the upload program uses ALSM_EXCEL_TO_INTERNAL_TABLE or OLE-based Excel reading. It is recommended that such programs be reviewed after Office upgrades, because OLE timing or XLSX handling can behave differently on newer Office versions.
Thank you for your patience in reading, I hope this information has been helpful to you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment."
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.