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

    Resolved! graying the input field

    hi,-selection-screen begin of block a with frame title text-001.selection-screen skip.parameters:z like vbak-vbeln,l like oigs-shnumber.selection-screen skip.selection-screen begin of block b with frame title text-002.selection-screen skip.parameters...

    Resolved! Conversion Exits

    Hi allIn my report program, i am calling a conversion exit dynamically(i.e) the name of the conversion exit for a particular data type is generated accordingly.The data is converted by the conversion exit to the specified format( i used MATNR)for a v...

    Resolved! PFCG

    Hi, I am checking a user profile in transaction PFCG.I see that the TAB with the Authorizations has a red bullet (instead of green). Does it mean that the role is not correctly assigned to the user?What do I need to do to fix it?Thank you.Kind regard...

    Resolved! Report_Prog. - Documentation; SHORT TEXT is it a SAP default sub heading??

    Hi Experts,I added the Documentation piece to my_report_program.Am getting the the SHORT TEXT sub heading(as very first line in Documentation display), even though I did not provided / mentioned in my Documentation text.So,1 - Is it a SAP default ite...

    Resolved! TABLE

    hi, I am not able to execute the following table. plz let me know where is the mistake.*Creating a TableDATA:Begin of ITAB TAB_EMP.EMPID(4) TYPE N,ENAME(30) TYPE C,SALARY TYPE I,END OF ITAB TAB_EMP

    Resolved! Structure

    Hi, I am creating a base structure, I am getting the error "4 is not expected".DATA:Begin of TAB_EMP,EMPID (4) TYPE N,ENAME (30) TYPE C,SALARY TYPE I,END OF TAB_EMP.Also plz let me know how to create a table based on this

    Resolved! Blank Lines

    i am creating BDC ERROR FILE. here whatever i am tranfering error file by using function module "DOWNLOAD".In that output screen first second files are coming blanks ,after that error record is showing.i want to delete that blank lines,please give me...

    custom idocs

    hi all, sorry for repeating question. my requirement is to create a program, which when executed, creates a custom idoc ( time sheet idoc type ) , using a custom outbound function module.In the selection screen of the program, includea)personnel numb...

    Resolved! Number Range Problem

    Hi ABAPers,I have a problem regarding the checking of my number range...this is the sample itab i created :DATA : it_nriv TYPE RANGE OF NRFROM WITH HEADER LINE.under load-program , i declare this.LOAD-OF-PROGRAM. it_nriv-sign = 'I'. it_nriv-option...

    Labels in this area