Get the values from a table comparing fields of different data types
Hi Experts, I want to fetch AFVC-AUFPL and AFVC- APLZL by passing WBS element from a ztable. select aufpl aplzl from afvc into TABLE gt_afvc FOR ALL ENTRIES IN gt_boq where projn =...
View Articlecurrently i am using cluster table it is taking lot of time how to solve that
this is select state ment SELECT BUKRS BELNR GJAHR LIFNR wskto FROM BSEG INTO TABLE T_BSEG WHERE LIFNR = p_vend and bukrs = '1000'.
View ArticleDisable a row using in CL_SALV_TABLE
Hi Experts,Basing on a condition I have to disable single or multiple rows in ALV.I used class CL_SALV_TABLE for showing output.Please share if any ideas using same class how can disable row/rows....
View ArticleHow to avoid loop inside loop?
Hi Experts, I have come across a scenario like below. I have achieved the result using loop inside loop and it is quite time consuming. My internal table after the select query...
View ArticleGet BP ID from the event handler or an enhanced web UI component
Hi* I enhanced Component GSTEXT and View GSTEXT/List to add a a Print Preview button I also created an event handler for my new button Inside this event handler I've been trying to retrieve the BP ID...
View ArticleExecute icon on selection screen
Dear Experts, I am new to module pool programming and i have my selection screen as seen below, but from this screen i cannot execute as that icon is missing.How can i get it? SELECTION-SCREEN BEGIN OF...
View Articlecreation of dynamic interal table and fieldcatalog for monat field
Dear Experts, I am finding the average days of payments giving to our vendors. for this i am passing company code, fiscal year , period and vendor in selection screen. Based on the period(monat) i...
View Articlehow to make text elements flow to next page depending on the table above it...
Hi all, In my main window i have a table that contains line item data.Just below that i need to display text elemet (some text and terms & conditions).as below Based on the items in table, it...
View Articlealv grid problem quantity zero not displaying
Hi i am displaying quantity fields kwmeng and bmeng in alv, in code am subtracting the two quantities, the final subtracted value is displaying in alv when it is >0, when it is equal to zero ,it is...
View ArticleIssue with program - SF_XSF_DEMO_MAIL
Hi Gurus, I did not get any answer for the previous post on the same topic,but with different subject. Hence posting it again with a straight forward question. I am tryng to incorporate the...
View ArticleVendor classification in Vendor master
I was searching for reports which can give up a report of Vendor classification used in vendore master.This blog is about getting the report for vendor classification in the Vendor master data. Also...
View ArticleBackground job reads old variant
Dear All, I have one background job which runs ABAP program with a given variant.However, when I change the parameters for that variant the bacgroundjob runs the ABAP program with variant old values....
View ArticleBDC Error on Pop Up Dialog Box when saving file.
Objective: Download numerous spool files into a PDF format on local PC using an Excel BDC program. I can only use an RFC program calling from Excel since ABAP developement has been frozen. Problem: I...
View ArticleSM35 freezes after a specific number of dynpros
Hi. I'm having trouble with a batch input created by a custom transaction. The transaction posts and clears the lines the file brings. It is a Z transaction it was made here. However, if the batch has...
View ArticleSAP ORDRSP INBOUND CONDITIONS - Net Price
Hi, I have a requirement where the client wants the following: --> When the Inbound ORDRSP is posted and in EDI1 Condition the Price posted is over the Tolerance limit then the following should...
View ArticleProblem while using HR_MAINTAIN_MASTERDATA
Hi Experts, We are facing a prob;em while trying to use hr_maintain_masterdata for hiring action, the following message is being thorwn.. Feature P0001 has not been activated yetMessage no. P0604. can...
View ArticlePerformance issue in CRM production
In our CRM production, every Monday morning around 6.30 AMsystem is getting slow. CPU utilization is very high (almost 100 %). But inSM37, I could not find any job which is running for so long. At that...
View Articleupdating table equi
Hi Experts, I have a concern regarding updating the field in EQUI.I need to update table IHPA parnr and table EQUI-kunde. I used PM_PARTNER_UPDATE for updating table ihpa, but how can i update the...
View ArticleABAP Dynpro Method Code
I'm following an exercise guide to Create a dynpro in ABAP.I've set up a service call and I'm at a point of defining the code for a controller method (EXECUTE_BAPI_FLIGHT_GETLIST). So far it has this...
View ArticleSimple Select Help
I have the below code and it's not pulling the chart of accounts. What could I be doing wrong? It looks fine to me... PARAMETERS: d_cc TYPE bukrs OBLIGATORY.DATA: wa TYPE t001.SELECT ktopl FROM t001...
View Article