2015 Dec 23 10:46 AM
Hi ,
S_ALR_87012301 report does not have profit center selection field under dynamic selection.
We have tried below steps to enable the selection field profit center under dynamic selection
Even though done the above settings unable to view the newly created function group & profit center in dynamic selection.
Also please suggest on how to bring profit center in FS10N, S_ALR_87012284 under dynamic selection
Under node for dynamic selection BSEG is not available( refer attachment)
System status - version SAP ECC 6.0
2015 Dec 23 12:49 PM
Isn't it available in the BSIS dynamic selection (BSIS belongs to the same cluster as BSEG, basically BSIS is a subset of BSEG only containing the entries that are needed in the report), although I must admit that I am not sure since I do not have the report in my system. But since BSIS is available for dynamic selections, my guess is that you only need this tabel (BSIS) and no need for BSEG,.
2015 Dec 23 1:16 PM
2015 Dec 23 2:27 PM
Hint: The report RFSUSA00 behind transaction use logical database FBS, so read both BSIS and BSAS in same node BSIS.
> use SE36 to check
AFAIK every transaction you reference is a balance report, not a booking report, even if it reads item to adjust balance or display detail of analyzed period, it first read an end-of-month record from another table for performance, so they can only generate one line per account and Business Area
> execute a SQL trace, check primary keys of GLT0
Even if you were able to filter on profit center, then the detail sum may differ from the displayed opening/closing balance difference, so may baffle inexperienced users.
Better build your own report, but without an equivalent of GLT0 you will be required to read item since creation of company (even archived records ?) or consider usage of BI/BW.
Regards,
Raymond