cancel
Showing results for 
Search instead for 
Did you mean: 

function module in flat file load

Former Member
0 Kudos

Hi,

I am loading data using flat file. Followed the steps in how to load using web. In one of the function module there is coding

CONSTANTS:

c_memory_id_file_upload TYPE memory_id VALUE 'Z_SEM_BPS_FILE_UPLOAD'

and

IMPORT content TO l_content FROM MEMORY ID c_memory_id_file_upload.

What do these mean ?

for constant which value we have to give.

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can give any value for this constant or leave it intact. This is tag for export to memory simply.