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

New methods and solution for issue #50 #51

Merged
merged 9 commits into from
Mar 11, 2019
Merged

Conversation

reuteraov
Copy link
Contributor

No description provided.

reuteraov and others added 9 commits March 7, 2019 14:24
Visibility of type t_column changed from protected to public.
Defined new public type t_columns as table of t_column.
Created new public method get_columns which returns the protected attribut columns.
Changed visibility of method set_output_table from private to public. This method needs to be called to set the output table before calling the display method.
Created new method create_by_type.
added Report for demo purpose of new method create_by_type
The parameter p_full_name for calling method get_single_ref needs to be determined dynamically to work with the new method create_by_type.
The parameter subclass is no longer needed.
Inserted call of method check_if_called_from_subclass.
Changed instance generation from private to public due to syntax warnings when inheriting from zcl_falv.
In report ZDEMO_FALV15 the first FALV won't show after displaying second FALV.
Changed constructor visibility from private to public due to change of visibility of instance generation.
@fidley fidley merged commit 837c9bc into fidley:master Mar 11, 2019
@fidley
Copy link
Owner

fidley commented Mar 11, 2019

Thanks @reuteraov
#50

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

Successfully merging this pull request may close these issues.

None yet

3 participants