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: 

Field Seperator in Function module TEXT_CONVERT_XLS_TO_SAP

Former Member
0 Kudos

Hi All,

Can anyone tell me the use of field seperator in

Function module  TEXT_CONVERT_XLS_TO_SAP
3 REPLIES 3

former_member196651
Contributor
0 Kudos

Hi Yogesh,

The field seperator shows which is the fied seperatot thet you are using to seperate the fields in the importing file.

Regards,

Abijith

Former Member
0 Kudos

Hi Yash,

         The field Separator just tells the sap that whether the Flat File which is to be Uploaded Contains any Separator between the Fields. For Example Space will be the default separator.

      i_field_seperator    = 'X'(Yes)    

      i_field_seperator    = '  '(No)

Cheers,

Krishnakumar B

vamsilakshman_pendurti
Active Participant
0 Kudos

Hi

i_field_seperator parameter ........which explains the separator in the uploading data ....

if yes then place 'X'

else leave it as space..

Regards,

vamsi.