former_member807987
Explorer
Member since ‎06-09-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I am uploading an excel file to a database table using function modules F4_FILENAME and TEXT_CONVERT_XLS_TO_SAP. Before it gets uploaded to the database table, I want to validate my excel file and make sure the header column names of the excel file a...
How do I perform data validation on an excel file that is being uploaded into a table so that only valid records are updated? Right now my program sometimes leads to incorrect data updates into the custom table because the file data is not validated....
I am trying to upload data from an excel sheet into a database table in SAP. Right now, even when I upload an empty excel file, it gets processed. How can I check if data exists in the file or not and stop the process and raise an error message when ...
I have created a program that uploads data from an excel file to a database table. I am using function modules F4_FILENAME and then TEXT_CONVERT_XLS_TO_SAP. How can I make it so that at the selection screen the user can only input a file that ends in...
Kudos from
Kudos given to