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...

    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...

    sheenamk by Developer Advocate
    • 94740 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    disabling check-box in table control row wise

    dear experts,          i have a requirement of reports. i have to display data in table control.  there are line item in table control after displaying the data. each row have one check box. user want if he select one check-box and click on post butt...

    Resolved! Accepted Solution

    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
    • 6546 Views
    • 13 Comments
    • 0 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    ABAP - Grey out / Disable Updating Condition in Quotation

    Dear Experts,Is there anyway to grey out / disable updating certain condition in Quotation?I've tried to put a break-point in user exit USEREXIT_FIELD_MODIFICATION in MV45AFZZThe user exit is called when I go to the Accounting, Billing Document tab a...

    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    ABAP - Set User Status in Quotation (SD) Programmatically

    Dear Experts,Is there anyway to set the user status programmatically of an SD Document (Quotation) when the document is saved?Can the program MV45AFZZ form USEREXIT_SAVE_DOCUMENT ? If yes, which structure or table could be updated? JEST?If no, I'm th...

    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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
    • 431 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area