Example 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 Article[abap2xlsx] date-fields lose formatting
hello, we are using the newest version of abap2xls and its really a great tool. for our use case we have a prepared excel file, which includes several date fields for every day of the month. the...
View ArticleAvoid Updating Database table multiple times with same internal table values
Hi All, I wrote a program to upload data from excel sheet to internal table and to update it in database table.So my question is if I am updating database table with same internal table values it is...
View Article[abap2xlsx] Ways to Improve Performance (and Some Installation Issues)
First Things First: Installation I've recently installed ABAP2XLSX on a BI server (NetWeaver 7.3). My login language is German. Installation with the current SAPLink build went smoothly with some...
View ArticleIs there any transaction codes to monitor A/P statistics?
Is there any specific transaction codes to monitor processing of Accounts Payable documents? An example would be: The average time between entry of a document into SAP & posting for any...
View ArticleHow to convert a raw datatype into a string or char datatype?
Hi, How to convert a raw datatype into a string or char datatype? Thanksdebanjan
View ArticleIOS beginSynchronize method did not performing Background Synchronization
Hi group ,i used beginSynchronize method in my code. According to info center document beginSynchronize is used for Asynchronization .The following link shows relates beginSynchronization....
View ArticleDump in cl_message_handler_mm Remove method
Hi all, i'm encountering an error in method Remove of class cl_message_handler_mm. here's its logic statements inside. METHOD remove.* DATA: l_event LIKE LINE OF events. LOOP AT...
View ArticleWho is maintaining Code Exchange main page?
Code Exchangemain page shows a wrong link for abap2xlsx pointing to Assembla repository, the official repository is on GitHUB ivanfemia/abap2xlsx · GitHub. I tried to reach several teams in SAP but no...
View ArticleABAP2XLXS error
I have added the following line of code to the demo program ZDEMO_EXCEL3 (after the bind_table line) but this triggers the errors in the attached document when I try to open the xlxs file. The program...
View ArticleHow to clear data from ALV grid
Hello everybody, I am working on a POS (point of sale) code, and I have a problem that I need to fix. I need some code that when I click a button on the program that is for example called 'print' all...
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 ArticleSAP Link where to find valid plugins
Hello, I am trying to find a valid SAPLink plugin for data dictionary objects.I have been looking at saplink.org, plugins.saplink.org, the code exchange page of SCN etc.Either I am endlessly asked to...
View Articlehow to make internal table dynamically based on data
hi experts,please help me............im getting like thisoutput:-Prodgrp V000_VAL V000_QTY VSX0_VAL VSX0_QTY VS01_VAL VS01_QTY VS02_VAL VS02_QTY VS03_VAL pg01 23.00...
View ArticleFPM Chart UIBB
Hi, I face an requirement to create dynamic colomn number by using Chart UIBB.Is anyone have experience? Thanks for help!John
View ArticleSRM - Reviewer Deletion Report
Dear Experts, In SRM frontend System, I need to develop a Reviewer Deletion Report to delete all the old reviewed carts, which are approved and lying in the Reviewers Inbox ‘My Tasks/Approvals’. Here,...
View Article[abap2xlsx]
Hi, I need to create a xlsx file with 28 columns. The file is generated with no errors but when i open the xlsx i get the error 'Excel found unreadable content in....'. If the file is generated with 26...
View Article[abap2xlsx] How to argue for Security in abap2xlsx
Dear abap2xlsx Users/Developers, I am a huge fan of this project and love the solutions we can build with it. However, I was approached by our security responsible colleague who asked me: "how can we...
View Article[abap2xlsx] Upload a csv file in background
Dear all, i have a bit strange csv-file which looks as...
View ArticleAvoid Updating Database table multiple times with same internal table values
Hi All, I wrote a program to upload data from excel sheet to internal table and to update it in database table.So my question is if I am updating database table with same internal table values it is...
View Article