cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

APO SDP94 - BADI oder Exit to get control over 2nd grid appearance & position

planning_is_an_art
Active Participant
0 Likes
338

Hello experts,

we want to make use of the EHP1 graphic improvements business function in SCM7.0 in //SDP94. We have 2 requirements which I can't see as standard and wanted to ask if there is a BADI or UserExit available (or if I simple missed a standard capability in SCM)

1) in standard SCM diuring buidling your planning book/data views you chose a layout which you can switch on/off by slecting the table and/or graphics - users want to have this user-specific (some prefer to start with a table in the 1st grid only and have the graphics in 2nd grid if the need it). As far as I can see this setting is no user specific and the user will always start with what the general layout setting has - and have to use the SDP94 butting "table,"graphics" again and again to come to their wanted layout.

2) if the graphics is shown in 2nd grid (below data view table in 1st grid) - the graphics always takes 50% of the height of the entire screen and overlaps the keyfigures at the bottom in the table above (1st grid). User asking if we can do an "Auto-Fit" that the graphics at the bottom always honors the amount of keyfigures to be displayed in the first grid and therefore is shrinking in height automatically (like you can do manually in SDP94 by dragging the line between 1st and 2nd grid).

Thanks for any hint or info on this.

Regards

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

planning_is_an_art
Active Participant
0 Likes

Hello,

do you know by chance if either "Swirch Graphic Settings" feature or the mentioned BADI address any of my 2 points ? I wonder if SAP has a handle (BADI etc.) to steer the behavior of "Grid 1 vs Grid 2" since I don't need a handle for the grid content itself (like column width etc.) - but for "how much Grid 1 or Grid 2 is occupying of the DataView space in SDP94".

Thanks for any hints

Regards

Thomas

rupesh_brahmankar
Active Contributor
0 Likes

Hello,

If you want to activate the function "Switch Graphic Settings" in live mode then implement method FCODES_EXCLUDE of BAdI /SAPAPO/SDP_INTERACT.

use BAdI method /SAPAPO/IF_EX_SDP_FIXWIDTH~SET_COL_WIDTH to change the width of columns.

Please refer BAdi documentation for more details and SAP Note 1425579.

Best Regards,

R.Brahmankar