Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to ignore the column header in GUI_UPLOAD

Former Member
0 Kudos

Hi,

I am trying to use GUI_UPLOAD to upload data from text file into a table. However there is no parameter to ignore the column headers in this function. how can i set to ignore the column headers in this function?

1 ACCEPTED SOLUTION

former_member191735
Active Contributor
0 Kudos

Check the function module documentation and also refer to the parameter: HEADER_LENGTH

Length of Header for Binary Data

Description

Specifies the length of the header information. You must only set this parameter if the file type is 'BIN'. The default value '00' means that there is no header in the file.

Default

'00'

2 REPLIES 2

Former Member
0 Kudos

There is no specific option to ignore the headers while using gui_upload. You will have to control that after the upload. You could delete the first line of the internal table to remove the headers

Vikranth

former_member191735
Active Contributor
0 Kudos

Check the function module documentation and also refer to the parameter: HEADER_LENGTH

Length of Header for Binary Data

Description

Specifies the length of the header information. You must only set this parameter if the file type is 'BIN'. The default value '00' means that there is no header in the file.

Default

'00'