Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83296 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Infotype 0008 & User Exit

Hi,I am trying to default value for wagetype & TRFAR and TRFGB in user exit Include ZXPADU01 (before output).But INNNN does not contain any information except PERNR and Dates inside the user exit.But on PA30/PA40 screen I can see default values for T...

amit_khare by Active Contributor
  • 5474 VIEWS
  • 13 REPLIES
  • 0 Likes

Resolved! fill in conditions table with uploading xls

Hello Every one,i make  ABAP program to fill in my conditions table with a upload excel file, it's works good, but i have to run this code in background:report zz_record_upload        no standard page heading line-size 255. *INCLUDE bdcrecx1. type-p...

Resolved! How I can Improvement this code?

Hi gurus how i can improvement this code for better performance?SORT: t_tab[]      BY matnr,         t_mm[]       BY ebeln,         t_tab_makt[] BY matnr,         t_tab_mara[] BY matnr.   LOOP AT t_tab INTO e_tab.     READ TABLE t_tab_makt INTO e_tab...

Pricelist

In the company where I'm working for, there is a need for creating pricelists on a daily basis for about 50000 articles and 2000 customers. A prices list is nothing more than a file for each customer containing 50000 articles each with a customer dep...

Resolved! iw54 BADI problem

Dear allI need to make few fields mandatory in iw54 for that i have used badi     NOTIF_EVENT_SAVE in the method IF_EX_NOTIF_EVENT_SAVE~CHANGE_DATA_AT_SAVE i have done some coding to make few fields  mandatory ,, i have done but while saving iw54 , ...

Resolved! ABAP - Creating .CSV file with OPEN DATASET (table fields separated per column in MS Excel)

Hi experts,My requirement is to create .csv file which when opened in excel, the fields in the table are aligned in each cell (e.g. A, B. C.), and when opened in notepad, the fields are delimited by ';'. So far I was successful in notepad; the excel ...

Resolved! ALV with 3 headers

Hi Friends,My business requirement is to provide a list of Sales revenue report by 3 header field details as the image attached below. This is a dynamic table report output where each month of sales to be listed by Material weight item levels based o...

Resolved! CXR0 transaction

Hello All,I have a requirement where in i need to fetch all the common FSItems for SC and MC chart of accounts and display the amounts by adding up the amounts (In all the periods) for the FSItems. Can you please help me finding the logic for the sam...

Resolved! Customer Change :User Exit or Badi to update Attribute2(KNA1-KATR2) and Attribute3 (KNA1-KATR3) when Attribute1 is filled

Hi Gurus ,Need your help. I need to update Attribute2 and Attribute3 when I enter some value in Attribute1 while changing customer master in XD02.Please suggest a suitable Badi or exit as I am not able to find a suitable one where KNA1 fields are as ...

Error:You cannot use the "SUM" statement inside "LOOP ... ASSIGNING ...".(Am using Dynamic internal table concept)

Hi All,In my program am using field symbols(Dynamic internal table concept) . I need to calculate the subtotals  based on personal subarea and grand totals based on personal area.At end of (btrtl).sum.  ASSIGN COMPONENT field1-actual OF STRUCTURE <fs...

Resolved! Display Order Cost

Hello Everyone,This is my story, before it start, let's take look at the screenshot:This screen comes from CO03  ->GOTO->COSTS->Analysis .My clients want to display this into one line for the order, to instead of seperating cost elements for each row...

Resolved! Problem with Long text in Module pool custom screen in IW21

Hi Experts,I have a requirement to have custom screen in IW21 with 10 Long text in it.When I enter data and saves, its saving correctly, but when I enter data in Custom tab, and goes to another tab and comes back to Custom tab, it is not appearing pr...

Testing webservices

Dear all,I have created a webservice from an RFC enabled function module using web service wizard. To test the created webservice, I am importing .wsdl file and URL in a software called SOAPUI. Instead of using this tool, which creates a dependency o...

Kartik2 by Contributor
  • 378 VIEWS
  • 2 REPLIES
  • 0 Likes
Labels in this area