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
    • 94736 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    how to use aggregate function on internal table

    hi experts,I am beginner in abap.I want to use sum function on internal table.I have structure as follow:types: begin of ty_ftab,       docno TYPE bkpf-belnr,       comcode TYPE bkpf-bukrs,       year TYPE bkpf-gjahr,       line_itm type bsad-buzei, ...

    Resolved! Accepted Solution

    Pricing routine

    Hi,I am working on pricing routine RV61A902, where I want to pick up the excise duty already paid for the chassis.  I have written code as below :-But the problem is I am not getting KSCHL 'ZCEP' when i debug this code.  I want to execute below code ...

    Resolved! Accepted Solution

    Sorting Issue

    Hi ExpertsI have an internal table which has customer master textsSort statement is done after fetching all  the customer texts from different text idsort regio kunnr txtidbefore sortingtable contents areregio   kunnr     txtid             tdtext    ...

    Resolved! Accepted Solution

    MKPF & MSEG Performance issue : Join on table MKPF & MSEG taking too much time ..

    Hello Experts, I had a issue where we are executing one custom report in which  i used inner join on table  MKPF & MSEG,  some time join statement  took  9-10 min to excute and some time execute within  1-2 min with same test data .i am not able to u...

    Resolved! Accepted Solution

    Creation of node failed

    Hi,after getting started last week with BOPF by help of the information I found in this community, this week I've started creating my first real subnode.But I'm not able to create a subnode on our DEV system within transaction BOPF_EWB.I get the info...

    Svenja by Associate
    • 1034 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    "LZPL driver does not support SAPscript! There may be no printout"

    Hello Experts,(Please note some problem alike was discussed, the answer was not really clear thoughTherefore I refer to this error once again)...Tying to print a sapcript form (label).Label design with zebra software; copied to sapscript. (ZPL Code, ...

    Resolved! Accepted Solution

    cl_gui_alv_grid selection checkbox disappears when we default a layout

    Background:I have developed an ABAP program using object oriented ALV using class cl_gui_alv_grid.This is a multi screen maintenance ALV. I have chosen to use the check box option to enable the user to select a row because I needed to perform certain...

    Resolved! Accepted Solution

    Usage of SU22 for "Addons"

    Hi,we have developed an addon module on our SAP dev system which is distributed to various customers.According to note http://service.sap.com/sap/support/notes/1539556 Point 5 I have maintained authorization proposals for all of our t-codes in SU22.W...

    Resolved! Accepted Solution

    Enhancement Spot: WB2_CC_SETTLEMENT-->BAdi WB2_CC_SETTL_CHANGE_DATA

    Hi,I am implementing Enhancement Spot:WB2_CC_SETTLEMENT with BAdi WB2_CC_SETTL_CHANGE_DATA and class Interface IF_WB2_CC_SETTL_CHANGE_DATA.Interface IF_WB2_CC_SETTL_CHANGE_DATA have changing parameter is CR_BVB_TAB_DATA and defined as DATA.Structure ...

    Resolved! Accepted Solution

    Alignment in sapscript

    Hello Gurus,What is the trick to get the columns align?, I want to fix the size of the column, if the description of the material has a long name (40 characteres) the data goes right, if the name of the material is short goes left.So How difficult wo...

    Resolved! Accepted Solution

    Nested Type consisting another table type!

    Hi,How can I achieve below type declarations? TYPES:BEGIN OF ty_scarr,         carrid    TYPE scarr-carrid,         carrname  TYPE scarr-carrname,         currcode  TYPE scarr-currcode,       END OF ty_scarr,       BEGIN OF ty_sflight,         carrid...

    Resolved! Accepted Solution

    user status not displaying while using the FM STATUS_TEXT_EDIT

    Hi all,am using the STATUS_TEXT_EDIT FM to get the user_status but it is not cmg.CALL FUNCTION 'STATUS_TEXT_EDIT'   EXPORTING    CLIENT                  = SY-MANDT *   FLG_USER_STAT           = ' '     objnr                   = LV_OBJNR    ONLY_ACTIV...

    Drop down in BDC...

    Hello gurus,I am having issue when doing BDC for a Transaction , where at one field there is drop down where i need to select some string value like some name and it is saving in numbers in table. Now how to pass value to that field, when i used to p...

    Labels in this area

    Explore this Area