on 2022 Mar 15 8:47 AM
Dear all,
We would like to know if it is possible, by the standard functionality, to hide the column called Initial Amount in the Financial Planning report at Portfolio Item in SAP PPM.
Thank you in advance.
Best regards.
Request clarification before answering.
Hi Community,
Method /RPM/IF_EX_FIN_CAP_PLAN~SET_FIN_CAP_COLUMNS_VISIBILITY of BAdI /RPM/FIN_CAP_PLAN can be used to hide one or more of the following columns in Financial/Capacity Planning: "Original", "Deactivated", "Initial Amount" and "Sponsor".
You can refer to note 2900900 for a description of the functionality of this BAdI method. Please note that this functionality is only relevant if using the ALV Display for Financial and Capacity Planning (reference global switch 0002/0012).
To hide column "Initial Amount" the code in this method in your BAdI implementation should include the line:
CS_FIN_CAP_COL_VISIBILITY-IS_INITIAL_AMOUNT_VISIBLE = ' '
Best Regards,
Francesco
SAP Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.