2024 Apr 10 9:35 AM - edited 2024 Apr 10 9:37 AM
Hi experts:
I want use parent field in hierarchy View,but I get this error :
This is my code :
define hierarchy ZDDl_PP003B
with parameters
P_MATNR : abap.char( 40 )
as parent child hierarchy(
source ZDDL_PP003A
child to parent association _PARENT
start where
matnr = :P_MATNR
siblings order by
matnr
multiple parents allowed )
{
$node.hierarchy_level as levels,
werks,
stlan,
stlal,
matnr,
bmeng,
bmein,
datuv,
valid_to,
idnrk,
menge * _PARENT.bmeng as menge,
meins,
_PARENT
}
Best Regards
Request clarification before answering.
User | Count |
---|---|
95 | |
16 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.