Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One GIT in 2 packages #2234

Closed
mfallen opened this issue Dec 28, 2018 · 11 comments
Closed

One GIT in 2 packages #2234

mfallen opened this issue Dec 28, 2018 · 11 comments
Labels
question Further information is requested

Comments

@mfallen
Copy link

mfallen commented Dec 28, 2018

I want to install abap2xlsx.

Was already installed with old nugget program, now I want to switch to GIT.

When installed first time, I moved the demo programs into my $TMP pacakge, while the "real" classes, data elements, ... are stored in package Z_EXCEL.

Now I get an error when trying to PULL:
"error from SEO_CLASS_CREATE_COMPLETE
OTR-Based Exception of Class: ZCX_ABAPGIT_EXCEPTION"

Seems to be an error with more than one package?

Any ideas?

@christianguenter2
Copy link
Member

Can you set a breakpoint at FM SEO_CLASS_CREATE_COMPLETE and check what sy-subrc is and for which class the error occurs?

@mfallen
Copy link
Author

mfallen commented Dec 28, 2018

Sure!
It's class ZCL_EXCEL, sy-subrc = 5

Error comes from FM SEO_CLIF_SAVE_ALL, sy-subrc = 2

@larshp
Copy link
Member

larshp commented Dec 28, 2018

this might be related to #2209

@mfallen
Copy link
Author

mfallen commented Dec 28, 2018

in FM RS_CORR_INSERT, sy-subrc = 1, error message TK599 ("No task for editing objects can be determined")

TRINT_CORR_INSERT, sy-subrc = 1,

TRINT_OBJECTS_CHECK_AND_INSERT, sy-subrc = 12

Final, error is thrown here:
TRINT_OBJECTS_CHECK_AND_INSERT --> PERFORM raise_error_no_show
image

@larshp
Copy link
Member

larshp commented Dec 29, 2018

its quite difficult when you had some of the application in non-transported package and some in transported package, suggest deleting it all and reinstalling, or alternatively move everything to a common package

@larshp larshp added the question Further information is requested label Dec 29, 2018
@larshp
Copy link
Member

larshp commented Jan 17, 2019

@mfallen any luck?

@mfallen
Copy link
Author

mfallen commented Jan 21, 2019

@mfallen any luck?

Yes, working now. Need to delete all programs etc. out of &TMP and start again :-)

@larshp
Copy link
Member

larshp commented Jan 21, 2019

yeah, its a bit of a mess when its not split up

closing

@schealex
Copy link

sorry to open this again but as referenced by andkopp i've got the same issue but i am not able to resolve it. As i'm also quite new to ABAP i may need further assistance if you guys would be so kind to provide it :)

@mfallen
Copy link
Author

mfallen commented Nov 20, 2019

sorry to open this again but as referenced by andkopp i've got the same issue but i am not able to resolve it. As i'm also quite new to ABAP i may need further assistance if you guys would be so kind to provide it :)

Just delete programs/classes/... from second package and try again

@schealex
Copy link

schealex commented Nov 20, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

4 participants