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
    • 93039 VIEWS
    • 212 REPLIES
    • 39 Likes

    ALV

    Hi friends, I am using the below code now i want the result in ALV Grid. is it possible? please giv the solution.DATA BEGIN OF itab_list OCCURS 0. INCLUDE STRUCTURE abaplist.DATA END OF itab_list. DATA: BEGIN OF vlist OCCURS 0, fiel...

    PBO AND PAI

    Hi all ,i am creating an infotype.the thing is, if they press the create button i should write one logic in PBO AND PAI.if they click Overveiw or edit button i should write another logic in PBO and PAI.Please tell me detail how ot handle this

    SMARTFORMS

    Hi All, i have a form painter, which includes 2 windows. header part(secondary window), and main window. what changes should be done, to have only main window extending to full page with out header part.i.e i dont want secondary window from 2n...

    SUBMIT PROGRAM

    Dear All,i call program with following code.SUBMIT ZPP009_UPLOAD_DATA VIA SELECTION-SCREEN WITH PR_TEXT EQ 'SD-Data Upload to SALES DEMAND' AND RETURN.its working properlymy problem is when i call the program ZPP009_UPLOAD_DATA selection screen is a...

    SCAT function module

    Hi, Anyone has experience on execute a function module in SCAT script?? I tried to execute the BAPI_GOODSMVT_GETDETAIL. I have defined the required import parameter. But, it returns the following error:The call to the function module "BAPI_GOODSM...

    Change short texts

    Hello ABAP developers,I have to write a program for changing texts in Transaction CAT2.At the moment I use the two function modules "READ_TEXT" and "EDIT_TEXT".With this function modules I can change the long texts, but not the short texts.Does anybo...

    Printing a report

    Hi All...I want to print a report with line size 230 ..n it contains some 16 columns.I need to get the print out in a Dot Matrix printer in a A4 size paper.While Printing I gave the option : At least 65 rows with a maximum number of columns, but it p...

    ALV Grid Problem

    Hi, I am facing one problem in ALV Grid. I am using OOPS ABAP for ALV Grid. ALV Grid is in Edit mode. When I am changing data in the ALV, data is not getting reflected in the internal table.Please give me the solution.Regards,Varun

    Labels in this area