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

    Subscreen

    Hi all,I have created one sub screen in main screen, and i want to display it only if user presses certain push button. befor that it shoul not be displayed.Only after when user press the push button the subsvreen abd its contents to be displayed on ...

    dosum and subtot

    FORM Z_FILL_FIELDCAT USING P_FIELD P_POS P_TEXT P_SUM P_OUTLEN . WA_FIELDCAT-TABNAME = 'T_FINAL'. WA_FIELDCAT-FIELDNAME = P_FIELD. WA_FIELDCAT-COL_POS = P_POS. WA_FIELDCAT-SELTEXT_M = P_TEXT. WA_FIELDCAT-DO_SUM = P_SUM. WA_FIELDCAT-OUTPUT...

    ALV Tree

    Hi,I'm looking for traffic lights to be displayed for each record in the ALV hierarchcal list.Like the color should be Red,Yello,Green to indicate status of each record.I'm using cl_gui_alv_tree for creating Hierachical list.Pls help

    BW - tables

    Hi All, can anyone help me in finding where the below mentioned fields related to <b>BW</b> are stored at the database level.<b> ODS Object ODSO Info Object IOBJ Info Cube CUBE Multi Provider MPRO Info area AREA Info Object ...

    Resolved! Accepted Solution

    Selection screen design

    Hi another req i had 2 radiobuttons and 2 parameters i want the selection screen shuld be like 1 radiobutton corresponding to one parameter when i elect 1st radionbutton corresponding to that parameter only in active or input mode and other shuld be ...

    Resolved! Accepted Solution

    Table maintenance generator

    Hii All-I have creaeted a custom table with two fields and added a table maintenance generator to it. When I try to enter values using SM30 and clicking on "New Entries", while saving it is asking for Customizing transpor request. I dont want this tr...

    Resolved! Accepted Solution

    Modify the Records

    Hi, I want to write the program.1. Modify the salry of all the employees whose salary is less than the average salary of all the employees , increase their current salary by 20%.2. Display all records where Dept no is D100 where salary is GE 10000 i...

    number of pages

    Hi friends,I have developed small report. i have writen to print pages like '1 of 99. but i am geting required out put.code: Report: zXXXXX.line-count 36(2)data: L type i,A type iDescrbe table it_itab lines L. L = 3159 A = L / 32A = 99.32 BECAUSE ...

    smartforms

    hi abapers,this is priya,i have doubt in smartforms. i have hundered records in my table. in smartforms we can print number of pages.in first page it can print 50 recods.now i want to continue the records in second page.pls send details if useful.th...

    end-of-page

    hi all,i am writing footter text in a report using end-of-page. i have written all the required coding for it like line count and then getting blank lines and skip after that.but in my output only footter area is getting created and the text is get...

    EXSORT_READ_ERROR

    Dear Collegues,now and then we get a runtime error EXSORT_READ_ERROR with error no. 22 and error text "Invalid argument". We get this runtime error from different batch jobs: F110*, report painter queries, ...It seems that the external sort tries to ...

    Resolved! Accepted Solution

    alv report pf-status

    i have copied the standard alv pf-status using se41 and then added my own buttons in that. when i am pressing the button the program is falling in short dumpi have used i_callback_usercommand export parameter and assigned a subroutien user_command. b...

    Re:ALV's

    Hi, To my previous program i need to include one more new column for ALV reportalv_fldcat-tabname = p_tabname. alv_fldcat-fieldname = p_fieldname. alv_fldcat-key = p_key. alv_fldcat-emphasize = '1234'. alv_fldcat-seltext_l = p_seltext_l. ...

    Labels in this area

    Explore this Area