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 unlock file?

Former Member
0 Kudos

I can't open file after using OPEN DATASET and close dataset. It seems that file is still locked. Can I use any function to unlock file?

3 REPLIES 3

Former Member
0 Kudos

Hi,

If this file can be re-created then try to delete the file and re-create it.

Former Member
0 Kudos

how you are trying to open the file ?

first check the file exists in application server in the specified location or not by using AL11 transaction.

you have to use OPEN DATASET IN INPUT MODE .

Regards,

Srikanth

0 Kudos

I'm using BAPI_IPAK_START. File exists. SOmetimes I get error that this function can't open file.