Re: How to download a project
Hello, Any updates about this Thomas Hensel? Kind regards,Onno
View ArticleExample code for RSROA_OLAP_BADI BADI
Dear Experts I need to implement RSROA_OLAP_BADI BADI but i m facing problems when using IF_EX_RSROA_OLAP_BADI~COMPUTE_TABLE methodCan any one please share example code for this regards it will be...
View ArticleJSON Adapter for ABAP Function Modules - Code
Hello everybody, we are planning to develop some SAP UI5 application without SAP Gateway. We would like to do the Function module calls by the JSON Adapter explained in this article:...
View ArticleRe: JSON Adapter for ABAP Function Modules - Code
Hi, Please get it from here:https://code.sdn.sap.com/spaces/json-adapter-for-abap-function-modules/milestones If you have problems finding it, please drop me a private mail. Thanks, César.
View ArticleRe: JSON Adapter for ABAP Function Modules - Code
Hello Cesar, I am very interesting too for take a look to this adapter, but I am not able to download it neither. Could you be so kind for sending me the code? Thank you very much in advance,Regards
View ArticleRe: JSON Adapter for ABAP Function Modules - Code
Hello Cesar, I am also not able to download the code by your posted link. Could you send me the code too? Thanks a lot,Matthäus
View ArticleRe: JSON Adapter for ABAP Function Modules - Code
Hi Mattäus, Please send me a private message so I can reply to you. Thanks, César.
View ArticleRe: JSON Adapter for ABAP Function Modules - Code
Hi Cesar, I am not able to send you a private message. Please reply to my e-mail adress matthaeus.pilch@web.de Thanks,Matthäus
View ArticleRe: JSON Adapter for ABAP Function Modules - Code
Hi all, I've finally created a GitHub repository to replace the old Code Exchange: cesar-sap/abap_fm_json · GitHub Find the code and updates there from now on. Best regards, César.
View ArticleRe: Example code for RSROA_OLAP_BADI BADI
Please refer to Note 1580066 - Example implementation of RSROA_OLAP_BADI If you want to enhance it please follow Note 1574673 - Enhancement for RSROA_OLAP_BADI Thanks
View ArticleRe: Example code for RSROA_OLAP_BADI BADI
You can also refer to Complex Query/Reporting Design
View ArticleRe: Example code for RSROA_OLAP_BADI BADI
Hello Mansoor Ji Thanks for replying to this thread, but sir i have gone through these note previously too but it was not of much help. Any ways i have got the solution of my problem but din't got any...
View ArticleHow to get the dropdown list of excel cell in internal table using ole object
HI expert, Need your help, I m filling excel form in which I have to select only data which exist in drop down list of cell, So want to get drop list in internal table. thanks in advance.
View Articleabap2xlsx read excel file with xlsb extension
Hey guys, is there a way to read a xlsb file and then edit it with abap2xlsx?I don't want to convert the file in xlsm and than edit it. After edit it i want to save it again as xlsb. Is this possible?I...
View ArticleRe: How to download a project
I am also looking for this code project as I am trying to follow How To guide on Ajax Framework L shape APIs.Please help I am stuck.Please put that project in some public repository so that we can...
View ArticleRe: abap2xlsx read excel file with xlsb extension
Hi Ming, you can write your own reader, as we did for xlsm file we are really interested in this enhancement. BestIvan
View ArticleRe: abap2xlsx read excel file with xlsb extension
I don't think so.Abap2xlsx is successful and possible because of OOXML (zipped xml) format of xlsx files, which has a pretty detailed format specification.Xlsb format is a pure binary format, meant to...
View ArticleRe: abap2xlsx read excel file with xlsb extension
You're right.It is a collection of binary objects, that are not respecting OOXML guide lines. ThanksIvan
View Article