Re: SQLscript procedure - Avoid materialisation of Internal tables
Hi Lars, That was the exact information I was looking for, thank you very much.I could see the statement generated at runtime, materialisation and time taken for each of these statements. Couldnt've...
View ArticleRe: Get variable name from abap report
These fields have to be saved in the db, but the data elements in the table have different names.The field names of the GUI structure & the DB table are same? If yes, can you not use...
View ArticleRe: Add new control via extend
HI Karthik, I need the combination of what you have created with the extend and what albert did...Button on top and when you click you add new entry of text and list box.can you assist please how to do...
View ArticleRe: Need to upload and download variants of RFC
Hi, I have checked all the links and that are for Programs. I need to download the Test Data Directory of RFC. Regards,Bharti Jain
View ArticleAsync ODataModel.read() seems not to work
Hi, I have a test application with following method executed on button press: _loadData: function(){ // FIRST ODATA CALL this.getView().byId("idPanelOne").setBusy(true);...
View ArticleRe: Scheduling a webi report in 4.1 SP5
Ok! Not sure an idea has already been post for this on Idea Place. Anthony
View ArticleRe: Master-Detail: show number of elements on the filter tab
Ok if that is working, you should be able set the Count element of you icon tab bar filter to something like this. hope that helps! <IconTabFiltertext="Info"count="{path: 'Treatments/$COUNT'}"...
View ArticleRe: An issue when exporting a report with prompts to a PDF file with Rest Api
Nice investigation! Anthony
View ArticleRe: Customer exit EXIT_SAPFV45S_001
Hi Rundra,thanks for your answer.Yes, it is the right exit, it is used in case an SAP customer would like to implement its own logic for product determination on VA01
View ArticleRe: Fiori: left side main menu disappears after reopening
Hi, It is an application error in 9.0 & 9.1 version. Please refer SAP note 2180461. Thanks
View ArticleRe: Error to install SAP Business One Server Components on HANA!
Hi Nagarajan, I already checked this SAP Note but there is any mention about this error on the guide. Thank you.
View ArticleAdjust the JSON result of CALL TRANSFORMATION
Hi people, in a sample report I fetch some records from table MARA and want to serialize them:TYPES: BEGIN OF ty_result, matnr TYPE matnr, mtart TYPE mtart, matkl TYPE matkl,...
View ArticleRe: Missing change document for object: bug or missing functionality?
I would try to add my 2 cents. Option 2, if I don't have any point in the help sap (preferably) or KBA which explains the functional or technical constraints. <Ranting mode=ON>I won't say...
View ArticleRe: Schedule a Publication in BO 4.1 with Webi Prompts
Hi Cyril, We have currently no API for publication in Raylight API (Webi RESTful webservices) yet. But I think there is a generic API in BIP RESTful API for publication. Supporting Webi publication...
View ArticlePlanning query reads all the data
Hi, I have a strange issue where in the planning query instead of just reading the data from the plan cube on which aggregation level is built.It reads data from all the cubes. Planning query is built...
View ArticleRe: Prepare Data - "Convert to number" without duplicating column
Small Update: I found out how to hide columns in the "Prepare" section, so I can just hide the columns I don't want, to make it more clear and structured. However, I still don't know how to hide...
View ArticleRe: Script logic issue?
Hi Vadim, *SELECT(%ISPLAN%,[ID],CATEGORY,[ID]=$TARGET_CATEGORY$ AND [ID]>=PLAN AND [ID]<=PLAN)The above is working perfectly. For other scenarios, i used <> like below and its works...
View ArticleRe: move-corresponding fields in loop
Hi Ganapathi, While looping at wa_collect1 , and reading data from table IT2 you are using wrong key, in wa2-ebeln there will be last value so it's appending only last record. Please replace below...
View ArticleRe: Hourly attendance in IT2002 is not Identified!
According to TIP 10:00 12:00 is showing as "0" pair type since it is updating in "ZD99" time type check parameters mentioned for all functions in the schema.Once TIP updates with "3" it gets updated in...
View Article