Screen number Change in FB02 & FB09 BDC Recording
Hi Experts, I am want to update item text in T-code FB02 or may be in FB09 so for this purpose I have recorded the transaction through SHDB but the screen where i need to change the item text changes...
View ArticleMouse over events on alv report?
Hello, i want to make mouse over event for rows of a alv report.When mouse is on a row there will be shown explanations.how can i do this?thanks inn advance.
View ArticleIssue in ABAP Unit Test
Hi, I am having an issue in Unit Testing of Function Module. The issue is that Interface parameter of FM is not accessed in subroutine as the parameter goes like a field symbol. I get a dump while try...
View ArticleOperational Analytics using ALV – A plain ABAP Approach
Hello SCN-Community, as mentioned in my first blog „BRFplus in Big Data scenarios“, I want to share some other topics around processing mass amount of data. Faster as I expected I've solved a problem...
View ArticleOO ABAP having problems retrieving value from screen dropBox field
Hi, I am a new in ABAP, and need some advice.I have a class and in its definition I have class-data: dropBox (same name as in screen) field from the screen. When I create a instance of a class and...
View ArticleHow To download ALV Report to .xls format when running in background?
Hi Expert, 1. Currently I have a requirement to read data by blocks, I mean if there are 5000 records, I need to process it by 1000? How can we do this in ABAP?2. I already have an output in ALV...
View ArticleDirect SAP table update issues
Hello Experts, Currently, in my customer system i see one custom program which is updating SAP standard table (SCM EWM) directly using below statement. "update /SAPAPO/MATLWH set rsqty =...
View Articlehow to know the first week of the year is having particular day?
Hi, Iam struggling to get a first week of the year. I have gone through some FMs related to date& year but i didn't get the clarity. Here is me requirement. If first week of the year does not have...
View ArticleRV60SBAT (VF06) - How to get into driver program in debugging
Hi, I am using program RV60SBAT (VF06) to process invoices in background. I have a z-driver program and a z-form(script). Driver program contains the logic to send emails to intended recipients. When I...
View Articleissue in For all Entries
Hi, I have an issue Regarding For all entries stament, my statement is SELECT EBELN ebelp LOEKZ MATNR BUKRS WERKS...
View ArticleSO HEADER TEXT
Dear Gurus, When I create a new SO, header text will default one customer's text, it also pop up the message: Test is formatted -> Details in VA01. However in screen Text determination analysis,...
View ArticleDownload data from internal table to excel sheet from the background
Hello Experts, I have written a code where the data is stored in the internal table . Now when i run this code in the background i want this internal table data to get downloaded in the excel sheet....
View ArticleGetting associated values from F4 Help
Hi all,i have already searched about it on SCN but not get any thread where i can resolve my problem so here i am posting it, i have created a screen in which i have provided F4 help, in this F4 help i...
View ArticleF4 help not appearing for standard domain and data element.
Hi Experts, I am using BLART and BSCHL standard fields in my custom Ztable . However after creating and activating the table and while checking the selection screen I am seeing that the F4 hlep...
View ArticleExtract Image in thrid-party System using Image Location
Hi All, I am working in an Interface project. I need your help in one of the requirement. The data will flow from third-party system as an XML file and we are using Webservice to extract the data. The...
View ArticleMigrating data from crm system to ecc system
Hi Team,I want to transfer data from cem system to ecc system,how i can achieve this?What is best way to transfer data ? IDOC or BDOC?
View ArticleCan't display values from memory
Hi, all experts i am having trouble displaying the value that i have imported to memory. EXPORT keyfgr FROM p_keyfgr TO MEMORY ID 'CM_KEYFGR'.EXPORT fcst_filedata FROM...
View Articlesignature problem in sapscript
When i am executing the driver program i am not getting the output means no signature is coming in invoice report driverprogram code *FORM get_signature TABLES in_tab TYPE zitcsy "...
View ArticleProxies vs IDocs
Hi all, how to decide between Proxies and IDocs when it comes to data transfer from one system to other? What are the various factors on which the above decision depends? Thanks in advance.
View ArticleSorted Table - tabix issue
All, I have the following code While executing system is pointing to sy-tabix, but the data I am getting in the READ statement is from last record in the internal table report z_9699_30.tables :...
View Article