1.

How Can We Upload A Text File Having Delimiters In To Legacy System?

Answer»

For up loading?text file we use the pre-defined FM gui_upload. in that FM we have the PARAMETER has_field_seperator, for that we ASSIGN the DEFAULT delimiter 'x'.

?????????? HAS_FIELD_SEPERATOR = 'X'

'X' can provide the What ever delimiter we used in flat file for seperation.

For up loading?text file we use the pre-defined FM gui_upload. in that FM we have the parameter has_field_seperator, for that we assign the default delimiter 'x'.

?????????? HAS_FIELD_SEPERATOR = 'X'

'X' can provide the What ever delimiter we used in flat file for seperation.



Discussion

No Comment Found