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

    Table Control Problem

    Hi All,In 'GET CORSOR' though, I am getting the field but not the line no.The SELLINE defined as type i.The code is as follows :- GET CURSOR FIELD SELFIELD LINE SELLINE. SELINDEX = tblctrl9002-TOP_LINE + SELLINE - 1.Plz help.Thx in Adv.

    Resolved! Accepted Solution

    select datas

    Hi, The datas are in the table like this 1234(T), 1233,6788,1657(P),3421(T),6787(T),4668,3454(T),4578(P). SO i want to select the data only T using the parameter .In the parameter if i give (T) then my program should select only T available in the...

    Resolved! Accepted Solution

    SQL ( IS NULL )

    How Do Everyone.I have in my ABAP code:SELECT .... FROM payrWHERE ..... AND voidd IS NULL AND bancd IS NULL AND .....Does anybody know how can I replicate the 'IS NULL' part in the select options when I run the program?CheersAndy

    Resolved! Accepted Solution

    'so_object_send'

    I used this function in 2 program.One can send mail successful.But another one, failed,I debug it, sy-subrc = 0.but no mail send out.I think the system configuration is right.Can you help me to find the possible reason?Thanks

    Resolved! Accepted Solution

    coding

    Hi all,there is an internal table A with date as one one of the field. i looped this table as loop at A.Now the requirement is i want to delete the row from this internal table if date is zero.How to do this.

    Resolved! Accepted Solution

    TEXT OBJECT

    Hi all,I have created a notepad and from this i wana save text text entered into this notepad through SAVE_TEXT but i need to create a Text Object for that. How do i do it?? Cn any 1plzz hint me abt tht.Thanks n regards,Santosh KOTRA.

    Resolved! Accepted Solution

    Funtion Module Help

    Hi all,I want to know the funtion module which can be used to download a table fields into an internal table by mentioning the table name For ex: If i give MARA a a parameter to a function module the table fields must be downloaded to some internal t...

    Selection Screen

    Thank you all for offering assistance to my previous query titled "Selection Screen"Actaullay i could get to make the fields active and deactive by using modif-id and the loop at screen code. However it is only happening when the user press enter aft...

    pf-status

    hi experts,i have a pf-status which is applicable to 2 'REUSE_ALV_LIST_DISPLAY' function module.I want to hide certain user defined buttons for the first list_display and hide certain others for second list_display.How can this be achieved ? Thank y...

    Resolved! Accepted Solution

    Selection Screen

    Hi Can any one send me a sample program to change the selection screen fields dynamically.i have three fields viz: Resource Type : M / U Material : Utility : Requirement: based on the entry in resource type i have to activate the field. For e....

    Macros

    Hi all,Iam using a sql statement to retrieve records for a particular period in macros. My sql statement is as follows:sSql = sSql & " WHERE (FKDAT Like '" & Sheet1.Cells(3, 2) & "%') " & vbCrLf 'Invoice DateThe from-date is in cell(3, 2) and the to-...

    Labels in this area