on 2017 Aug 09 2:58 AM
Hi All,
I am having a hierarchy variable but I need to restrict only few hierarchies in F4, I looked into few blogs which deals with Flat list and hierarchy nodes but could some one help me how to implement F4 values restriction for Hierarchy variable.
Thanks,
Guna
Request clarification before answering.
Hi Experts, I have similar question. Lets say we need to restrict the Values for GL Hierarchies WHERE Char of Account = 'XYZZ'
When we see the GL Hierarchies, we see <Char of Account> / GL Account. So how to restrict to one single Chart of Account? Can anybody please share the BADI enhancement code? Thanks
Vikram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you want to filter only by a single chart of account (CoA), why don't you filter your query for that single CoA? That's easier than doing the BADI. I think filtering the CoA will also make the list for GL hierarchies limited based on the filtered CoA.
Regards,
Loed
Hi,
May be you can use BADI RSR_VARIABLE_F4_RESTRICT_BADI and then in the method GET_RESTRICTION_HIER you got an internal table I_T_COMPID with queries.
Then restrict required hierarchy by required query.
BR,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Koen,
Thank you for your response.
My requirement was to restrict hierarchies based on query not based on user.
Please advise.
Thanks
Guna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
what about this
grtz
Koen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.