abapGit / abapGit-Plugins

DEPRECATED - abapGit Plugins Framework
MIT License
17 stars 15 forks source link

Issue with abapgit_plugins #24

Closed A141117 closed 6 years ago

A141117 commented 6 years ago

Hi,

I was trying to upgrade the ZABAPGIT code but after the code copy when i exceute the transaction its giving dump as shown below: image

The code section (highlighted line no 12048) where it dumps is shown below: image

When i checked the abapgit_plugins package then found below issues: image

larshp commented 6 years ago

install the abapGit development version, see http://docs.abapgit.org/guide-upgrade.html

either via online project or via offline zip file

A141117 commented 6 years ago

Yes. I did the same. Copied the program from the given notepad and tried to execute so its giving dump. Previously the package was ZABAPGIT so I saved it in same as it is not allowing me to create in $ABAPGIT package. Please help.

A141117 commented 6 years ago

I did same upgrade in ISU system and it worked well. Now I'm trying to do same stuff this in CRM system and facing issue. I think some inconsistency happened. How can i do this tool from scratch?

A141117 commented 6 years ago

@larshp I tried to uninstall and start again from scratch and copied the code from there. Still getting a dump on same code lines.

larshp commented 6 years ago

try deleting all objects in package ZABAPGIT_PLUGIN, and then install clean version of abapGit

A141117 commented 6 years ago

Yes i did the same. Uninstalled and deleted object. However, the dump was still coming and i could not go to the abapgit main screen. So I temporarily commented the code piece because of which the dump was coming. Then I could execute the program and see the main screen. Afterwards, I uninstalled everything and did it scratch. Now it works fine. Thanks @larshp for quick responses.

larshp commented 6 years ago

Okay, I'm not quite sure what happened, but I guess e can close the issue?

A141117 commented 6 years ago

Yes, we can close this issue.