Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

    Criticality.png

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

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 93504 VIEWS
    • 212 REPLIES
    • 39 Likes

    Resolved! GDATU in TCURR table

    Hi all,In TCURR table GDATU field is maintained as 01.10.2008. But after saving, it's being displayed as 79918998. Why so? Now based on GDATU i need to implement some logic which will definitely go wrong as the value is somethign else. Is there any m...

    Resolved! User Exit

    Moved by moderator to correct forum: please in future also use a more meaningful subject for your questions.Hi Friends....i displayed a report in ck11n transation code when user select the bellow path.Path : in Menu tool bar Cost-> User exit display-...

    Resolved! RE: Adding new auth obj in SU24

    hi all,we created a customized tcode. our auditors asked us to add authorization group (P_group) to the attribute of the program and we did that.when some one runs this tcode it should check for Auth group and allow access to run this program based ...

    Sri_S1 by Active Participant
    • 1902 VIEWS
    • 6 REPLIES
    • 0 Likes

    Resolved! WS_FILENAME_GET

    Hi,This is my code.I have a problem with this function module.in Exporting parameters we are passing def_path as Q:\ but while execution we are getting only D drive is opening.If we comment that def_path also we are getting opened D drive only. AT SE...

    Resolved! Dump due to SUM_OVERFLOW

    Hi,I am getting dump stating SUM_OVERFLOW in one of the Z report at the time of executing SUM keyword in the control break statement AT END of <f>.The internal table has more than 1 lakh records.I have enlarged the length of all fields including quan...

    Resolved! Error with Save_Text

    Hi All,I am getting following error while saving text. Can someone please help me.Thanks,Veni.I/O error for text VBBK Period Start 0021 ENDiagnosisYou want to read a text from the database, delete it, or save it to the database.System ResponseAn erro...

    Resolved! find no of records that satisfy a particular cond, in an internal table

    hi,is there a way to find out the number of records in an internal table that satisfy a particular condition?ie.. following is part of my code..Loop at itab into wa.loop at itab1 into wa1 where kunnr = wa-kunnr and pva = wa-edition and bundleflag = '...

    search help assign

    Hi, I have created search help. 1.How to assign this search for soem standard fields. 2. Is it possible to create search input for several fields e.g.. if I input city name , other field should be populated with values of city / pstlz, region.../ ps....

    Resolved! mandatory fields

    I am coding a dialog program, where one of screens has mandatory fields.... However If i press BACK with out filling these field, the previous screen should be displayed,how can i do that....

    SG141 by Active Participant
    • 360 VIEWS
    • 1 REPLY
    • 0 Likes

    Resolved! modul pool

    hi, In a tablecontrol and I have add a scroll vertical in PBO_dypnro, so:DATA: vlines type i.DESCRIBE TABLE gt_itab lines lv_lines.lv_lines = lv_lines + 1.tablecontrol-v_scroll = 'X'.This is OK, but now, when I press the vertical scroll, the PAI run...

    Labels in this area