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 read saplogon.ini by line?

former_member131774
Contributor
0 Kudos

Hi ,

I am new to ABAP.

I would like to read & parse saplogon.ini file to the table(e.g. SID , description).

Is there any existing function module can achieve this or if not , how to parse the file line by line?

best regards,

Vincent

1 ACCEPTED SOLUTION

jaideeps
Advisor
Advisor
0 Kudos

hi ,,

please refer to this link...i think your query should get solved..

thanks

jaideep

  • if useful reward points.

2 REPLIES 2

jaideeps
Advisor
Advisor
0 Kudos

hi ,,

please refer to this link...i think your query should get solved..

thanks

jaideep

  • if useful reward points.

0 Kudos

Hi Jaideep ,

I think method open dataset & read dataset will only open files from application server , is that correct?

Currently since saplogin.ini is existing in client , how can I achieve this?

best regards,

Vincent