Re: ALV Report download issue
First look for OSS notes related to "Excel Spreadsheet export" on your system and your version of Excel. Not every tool is at same level, some are stuck in the good old (xls) 65,536 rows by 256 columns...
View ArticleRe: Better code for fallowing code
Hi Ravi, Use following code. PARAMETERS p_bukrs TYPE bukrs.TYPES: BEGIN OF y_mara, matnr TYPE matnr, "Material number mtart TYPE mtart, "Material type meins TYPE meins, "Base Unit...
View ArticleRe: Error Message on Selecting "Application Data " as X in SE17 for table...
Also what does your user expect from SE17/SE16 on EDID4, the last field is clusterized, so even if it could be displayed, it would appear as a hexadecimal garbage, they should better use standard...
View ArticleRe: how to Call a program Z from SPRO??
Hi everybody. So as it seems there is no way.So we created Transactions for each programm an linked the Transactions to the SPRO. ThanksOliver
View ArticleRe: Better code for fallowing code
Hello, if possible, try to integrate the selection of mara into your join, therefore all selections runs on the database. Use ORDER BY at the select of afko, so the database sort your resultset....
View ArticleRe: hii
Hi, Are you asking about Subroutine if yes so you can call by using Perform.. Form.. Regards
View ArticleRe: hii
First check some documentation like Memory Structures of an ABAP Program on memory of internal session, ABAP memory and SAP memory. (Also, use a meaningful title and read theRules of Engagement)...
View ArticleRe: Better code for fallowing code
The code given by Omar is good . If you use this , u can also consider these points 1. Clear ls_afko immediately after append statement2. Clear work area immediately after Endloop3. Sorting of internal...
View ArticleRe: Better code for fallowing code
Hi Ravi, Much performance cannot be expected from the select query you have on AFKO and AUFK as you are fetching values from these tables on non-key fields. Umar's suggestion might increase...
View ArticleRe: Table values not getting displayed
Hi Sivaramakrishnan , I will tell you the exact reason why the field value was not displaying.I faced a similar issue recently. In your below code :CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'...
View ArticleRe: Outlook 2010 is not opened via OLE2 ABAP program, error is raised
Hi Roelof Jan, I'm facing the same problem. Did you find any solution for this? Regards Manuel
View ArticleRe: BSEG Field not displaying updated info.
As Ray mentioned , check if its editable fields in FB02 . If not then i afraid you can't change it. If none of the FM works then you can write BDC and update the accounting document.
View ArticleRe: ERROR in LT04
No. transfer order moves inventory around your warehouse. If source location does not have material or target location is not allowed to have that material you cant create TO. You better try to...
View ArticleRe: Trouble with status for REUSE_ALV_GRID in batch mode
As it was mentioned , ALV is for foreground execution. Batch mode will not work with this.
View ArticleRe: Change Subtotal Value in Hierarchical ALV List
Hi Bruno, You may use an interactive Hierarchical list for your purpose. Please check the below link. It might be helpful for you(not completely or maybe you might want to change your requirement a bit...
View ArticleRe: Abap documentation sites
Ok thanks.I think that this thread got locked.I can't assign points, ican't even close the thread or mak it as answered Amine
View ArticleRe: Trouble with status for REUSE_ALV_GRID in batch mode
Hi Nirad, I don't think there is any problem in executing ALV LIST in background. I have done so in my project and it worked fine. Maybe you might want to search and re-confirm what i said in this reply
View ArticleRe: Trouble with status for REUSE_ALV_GRID in batch mode
The question was asked for ALV GRID and i replied for ALV grid. ..
View ArticleRe: Dynamic generations of Rows and Columns in Script
Hi Jai Veena, You can try like this ... make use of Text Elements / Counters based upon u'r logic loop-> within the loop, print a box using Box statement with height such that only it can display 1...
View Article