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

    idocs sample code

    hi all,kundly provide me some sample abap codes to learn the understanding of IDOCS in ABAP.i got the theoritical understanding but dont know how to code that in abap programs.it would be useful if i can get some sample idoc code which i can run.than...

    Resolved! BDC or ALV

    Hi , I confused over the BDC program to down load to EXCELL...1) If we have to work with a report that have more than 255 cols then only we need to develop a BDC upload to EXCELL other wise we can use ALV to down load to excell ? is this is correc...

    Resolved! HI

    HOW TO CREATE NEW DEVELOPMENT CLASS(PACKAGE)IT CONTAINS :PACKAGE NAME :?dESCRIPTION :?APPLICATION COMPONENT ?SOFTWARE COMPONENT ?TRANSPORT LAYER : ?PACKAGE TYPE ?KINDLY GIVE DETAILS ON ABOVE MIANLY ON PACKAGE TYPE

    POP UP to select a folder

    Hi All,I am developing an interface that should generate four files on the presentation server. To give the path, i have provided a parameter on the selection-screen. Here we can give only one filename at a time. So I want to just open existing/creat...

    PS_1978 by Active Participant
    • 4258 VIEWS
    • 8 REPLIES
    • 0 Likes

    Resolved! internal table

    hi experts,I want to retreive data from table lfc1 for all entries in onther table.There is my select query:data: yellow type string.yellow = '@5C@'.select lifnr bukrs gjahr from lfc1 into table lt_lfc1 for all entries in gt...

    Resolved! F4 on Custom field

    Hi SDN,i wnt to know how to give F4 functionality for a custom screen which has a field.this field values are based on the value entered on the screen for another field.likei have job n subjobthe subjob shud depend on teh value of the field : job.so ...

    Resolved! date

    Hi all, How can I restrict my output so that my end date is always greater than my start date.E.g. 01/01/06 to 01/01/07 -> should work 01/01/06 to 01/01/01 -> shouldn't work

    Resolved! Smartforms

    Hi Friends,can you explain what are the following things in Smartforms?1)Parameters of smartforms?2)What is Global definition and form interface inm Smart form?3)How to define internal table in Smartform?4)How to loop a internal table?Regards,Dinesh

    Resolved! write to & move

    hai all... can any one say me what is the difference between 'write to' and 'move' statements.Data : a(5) type c value 'ABAP', b(5) type c .write a to b.move a to b. what is the difference between both the statements given above.will be re...

    Resolved! sy-batch

    Hi, I have a simple question to ask ... what is the use of SY-BATCH in return of a SELECT statement, is it relates with SY-SUBRC or SY-DBCNT ? I am working on a ALV report. Thanks & Regards Mahesh.

    Resolved! Hw can we handle Error Idocs

    Hi,Suppose we are in BDC we can handle Error records --in Session Method we can handle in SM35 cause it is handle by system itself only... and in call transaction we can handle by manually by writing error records in the program.....like this hw can ...

    ALV color codes

    Hi all,I understand that the ALV grid color codes consists of the following format: CXYZX = 0 - 7Y,Z = 0 - 1Is there any way to display color other than the above? I need a dark grey color (the color when the grid is set to not editable). Is there an...

    Labels in this area