on 2022 Jul 14 1:35 PM
Is there/does anyone have an exhaustive list of all the possible @GetCtData formulas for SAP FC for use in the Excel add-in please?
I am looking for a list of the formulas along with columns which give the definition/function of the formula and its parameters.
Request clarification before answering.
Hello taab22 , have you seen Formula functions chapter (on GetCtData and PutCtData) and chapter on GetCtLabel in FC Excel Link User Guide?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I have. I know for data retrieval the two possible starts to a formula are GetCtData and GetCtLabel. But I am after an exhaustive list of what can go inside the brackets to retrieve different information.
For example, I have the formula =@GetCtLabel(Cell with the account number,"CURINIT(AC)!LDESC","#Account name")
How would a person with no knowledge of SAP FC know what to put inside the brackets? Particularly that the bold "CURINIT(AC)!LDESC" is what they needed to type to pull the long description for an account number? Is there an exhaustive listing available?
In the chapters you reference I do not see an exhaustive list.
taab22 , please take a look at Objects and properties in Syntax section of FC User guide. Is that what you're looking for?
taab22 , and if you're interested in the properties part of the reference (after the "!" sign), you can open a schedule in FC application and in Language and Formula wizard there will be a list of all possible operation objects, and selection and properties available for each.
Thank you for your continued support Olga. I think we are getting closer.
I have the language and formula wizard up now. As an example, I get the below preview. How would you translate this into a GetCtData or GetCtLabel Excel formula please?
Preview: VALUE(AC)!c#I1!p#SDESC[en]
Also I can't figure out which option on the menus in the wizard would give a formula to retrieve the amount.
Hi taab22 , the formula on your screenshot is to show short description of "I1" characteristic of a chosen account.
To show the same in FC Excel Link, enter the following in a cell: =@GetCtLabel("AC=NNNNNN","VALUE(AC)!I1!SDESC[en]","#") and import data.
[en] is for English, it can be changed to other languages.
taab22 ,
1. To retrieve amount use GetCtData formula - please check the link to the User guide I mentioned earlier.
The formula for closing balance for consolidated data would look like:
=@GetCtData("COAMOUNT","CONSAMOUNT","CA=NNN","SC=NNN","VA=NNN","AU sum NNN","RU sum NNN", "CC=NNN","DP=NNN","FL=Y99","AC=NNN","#")
2. Sorry, I don't really get the question - each dimension has different list of characteristics (#c) and properties (#p) including user defined ones. So you can go through each of them individually, but it doesn't make much sense, since you can use Wizard when needed - similar to FC Windows app, there's "Define Schedule" menu in FC Excel Link add-in: first compose table filters, rows and columns with "Insert dimension members", then fill the table in with "Define table" - this process is explained in the User guide too.
1. Understood thanks.
2. I find the wizards clunky. I want to be able to quickly adjust my formulas in Excel so I can pull whatever data I need by quickly selecting through dropdowns. I use Excel sheets to analyse balances and movements etc on a monthly basis. But I want exhaustive lists of the dimensions and formulas so I can build these dropdowns and formula builders please.
User | Count |
---|---|
4 | |
2 | |
2 | |
1 | |
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.