Re: [abap2xlsx] Ways to Improve Performance (and Some Installation Issues)
Hallo Oliver, I've downloaded a nugget from the development system and put it on my own website for download: http://www.mvcsys.de/download/ABAP2XLSX_V_7_1_mvcube.zip You will need the XSLT plugin for...
View ArticleRe: [abap2xlsx] Ways to Improve Performance (and Some Installation Issues)
Thank you Marcus, I'll trty to find time during this Winter break to include your changes in the main stream on GitHub BestIvan
View Article[abap2xlsx] Possibility to add Footer (like page numbers during print)?
Hi, Is it possible to add Footer text like page numbers during print? I can't seem to find any method for this. Thanks,Shrini
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 ArticleRe: Avoid Updating Database table multiple times with same internal table values
INSERT The INSERT statement inserts one or more rows specified in source into the database table specified in target. The two variants with INTO and VALUESor without INTO with FROMbehave identically,...
View ArticleRe: Avoid Updating Database table multiple times with same internal table values
Hi Volker Lehari, Thanks for the answer, I do have another question. Two internal tables with different structures, having 21 columns in and 15 columns in another. itab1 having data type char for every...
View ArticleRe: Avoid Updating Database table multiple times with same internal table values
Not sure what you are trying to do. Anyway there are conversion functions in SAP available and commands for those cases where it will not work. Also the usage of field symbols might help. If it is same...
View ArticleIs there any standard program to compare two same programs
Hi All, I have created a program and placed it in transport request. The same program is changed by other user. So now I have to compare both programs where changes have been done in both the programs....
View ArticleRe: Is there any standard program to compare two same programs
Can you give some context? If you mean ABAP programs, this should have been posted to ABAP Development.
View ArticleRe: Is there any standard program to compare two same programs
SE38 in DEVELOPMENT SYSTEMthen you can compare all the versionsIt calls RSVRSRS3 report
View ArticleProblem in VIA SELECTION-SCREEN
I want to capture the output of standard transacion ih06 in internal table and want to skip output of ih06 and show my desired output by processing it. Problem : When I am running this code, after...
View ArticleRe: [abap2xlsx] Possibility to add Footer (like page numbers during print)?
Can you please confirm on this?
View ArticleRe: [abap2xlsx] Possibility to add Footer (like page numbers during print)?
Never mind. Found ABAP2XLSX class method ZCL_EXCEL_SHEET_SETUP->SET_HEADER_FOOTHER. Thanks!
View ArticleRe: [abap2xlsx] Ways to Improve Performance (and Some Installation Issues)
It's a small small world... Oliver and I are working for the same company, even in the same building, even on the same floor...
View ArticleRe: [abap2xlsx] Ways to Improve Performance (and Some Installation Issues)
Hi Ivan, I just talked to Stefan. He will take care of my changes. So they will hopefully appear soon in the official release. To all interested: Stand by!
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 ArticleDears is there any report that show the material number and the profit center??
Dears is there any report that show the material number and the profit center?? please mention the Tcode
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 ArticleReload matrix in form 134
Hi everyone, in the standard SAPBO form id 134, i need to reload or refresh the data in the matrix item id 1320002032 on the last Tab called 'Attachments' via codeHow can i do that ? NB: I need to...
View Article