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

    user exit

    hi experts, i have reqmt to check the Net value(Netwr) field while creating Sales Order using VA01 traxs. i have to check the net value comparing the previous sales order net values, if it exceeds more than 2500000 lacs. it has display ...

    Resolved! Accepted Solution

    about structure

    Hi All. Gm.Hi I have created one report and over there I created one structure and saved that with request number. Now I require that same structure in another report, Now my question is that can I access that structure or need to be created new one ...

    Resolved! Accepted Solution

    Blank Page in Smartforms

    Hi,I am having problems with smartforms. I added a command node after the first row in the main area. This is to create a new page everytime a new header is read. Problem is it adds a blank page at the end of the form.For example, actual report is on...

    Resolved! Accepted Solution

    how to use inner join

    hello abapers,the following is my scenario:Extract each entry from BSEG for BELNRs in BKPF-BELNR, and KOSTL in ZTABLE-KOSTL. sum(DMBTR) by KOSTL into internal tab <ITAB (fields KOSTL, DMBTR)>.i need to use select, sum, group by to solve this can some...

    Resolved! Accepted Solution

    select with join

    hello abapers, below is my scenario,Extract each entry from DBtab1 for FLD1 in DBtab2-FLD1, and FLD2 in DBtab3-FLD2 sum(FLD3) by FLD2 into internal tab ITAB (fields FLD2, FLD3).i thought something like this;select FLD1 FLD2 sum( FLD3) into IT...

    Resolved! Accepted Solution

    HI about CATT scripts

    Hi i came to know that there is a difference of CATT scripts in R/34.7 and ECC5.0I can run CATT scripts in R/3 4.7 using SCAT and in ECC5.0 they said it was ECATT can any one give the step by step procedure to Run ECATT scripts in Ecc5.0

    Sri_S1 by Active Participant
    • 576 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    select statement help

    hello abapers,i need to extract data frpm table bkpf for the entered as parameterp_period where p_period has format yyyymm( yearmonth)this period entered must match the GJAHR + MONAT fields in the BKPF table.GJAHR is the fiscal yearMONAT is the fisc...

    Resolved! Accepted Solution

    Report output in background -download in Excel format to virtual dir

    Hi,I got this piece of code from forum.this works fine in frontend but I need this functionality in background.Any ideas?REPORT C.TABLES: BKPF.*DATA: BEGIN OF ITAB OCCURS 0,BUKRS LIKE BKPF-BUKRS,GJAHR LIKE BKPF-GJAHR,END OF ITAB.*DATA: BEGIN OF ITAB_...

    Labels in this area

    Explore this Area