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

Error in method GET_DIRECT_IMPLEMENTATIONS #25

Open
Rodrigobcr opened this issue Mar 7, 2014 · 2 comments
Open

Error in method GET_DIRECT_IMPLEMENTATIONS #25

Rodrigobcr opened this issue Mar 7, 2014 · 2 comments
Assignees
Labels

Comments

@Rodrigobcr
Copy link
Collaborator

The SAP NETWEAVER 7.02 does not have the "type table" SEO_CLASS_NAME in ABAP Dictionary, this "type table" is declared in Method GET_DIRECT_IMPLEMENTATIONS, that is in the class ZCL_WB_CLASS.

@Rodrigobcr Rodrigobcr added the bug label Mar 7, 2014
@fabiopagoti
Copy link
Owner

Thanks for the feedback Rodrigo.

It's now proven that WB Objects is not supported in NetWeaver 7.02.

We can avoid this dependencies creating Z DDIC objects by ourselves and releasing them as part of WB objects. This is what I'll do with table type SEO_CLASS_NAME.

Maybe we will have such problems with all standard function modules used in implementation classes of interface ZIF_WB_OBJECT. Basically each WB object class encapsulates one or more standard function module which might not be part of a specific NetWeaver.

Rule from now on: avoid using standard stuff to avoid dependencies in older releases. If the standard object seems to be old, use it.

@fabiopagoti
Copy link
Owner

SE11
Create Table type
Name: ZSEO_CLASS_NAMES
Description: Copy of standard table type SEO_CLASS_NAMES
Line Type: SEOCLASS
Save

Replace SEO_CLASS_NAME where needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants