Hi people, we are using function module RSNDI_MD_ATTRIBUTES_UPDATE for updating our MD records, but this FM can only handle 60 characters for a char value. All of the chars we need to handle are 250 characters long. How to do that via ABAP? Is there ...
Hi everyone,
I am struggling again with not very well documented AO feature. I am trying a very simple thing - to change style of all dimension members of one dimension by VBA. Understand, not the heading, but just all members.
The problem is, th...
Hello fellow SAPpers.
I am facing an issue filtering just Value type 04 records from ACDOCA in a view.
I have done everything as SAP tells us in note 2185026
I am using for example this code:
SELECT TOP 100 "a"."RACCT" as "RACCT_", "a"."CO_BE...
Hello,
We are currently developing some AO - based planning app for about 100 users.
Only one superuser has rights to actually modify the workbooks, the others just use them for planning and reporting purposes.
We also use one w...
Hi! Thanks for an interesting blog. We are utilizing composites as navigational components in our stories, however there is a strange behaviour, when a composite is dragged to multiple pages. So it appears multiple time in a story. it seems to lose t...
Thank you, but the problem is not Excel, but Analysis. Without the Analysis query, the workbook quits without asking (thanks to some simple macros), but analysis plug-in always asks to save the analysis workbook anyway.Martin
Hello Marvin and Isabella.
I also have problems to trigger the CallBack. It is registered fine, all other CallBacks are working fine but the important one BeforeFirstPromptsDisplay seems never triggered at all. I tried to trigger it manually by chan...