on 2024 Aug 04 12:59 PM
HI,experts .
How can I create a screen with an ALV tree similar to the SE80 transaction code? I want to create a movable panel on the left side, and when I click on an item, something should be displayed on the right side, just like in the SE80 transaction. Can anyone tell me how the screen logic should work? And how many screens i need to create?"
No. It's not downcasting. Downcasting is casting to a subtype.
All you care about is that the object is a context node. The actual type of the context node is irrelevant for your purposes. The method wd_context->get_child_node returns an object that is a context node, so there's no need to have any other type.
It's what interfaces are used for. I suggest you read some articles about using interfaces and polymorphism in object oriented design. Some say that you should always use interfaces.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.