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

    Pegging

    Hi gurusCan anybody tell me how to use md_pegging.The mandatory fields delks and delnr point to structures .Please let me know on its usage and lower level where used.regardssharada

    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    Screen Enhancement in MM01

    Hi All,We are using the AFS SAP ECC 5.0 system. My requirement is to add the LAENG (Length), BREIT (Width) and HOEHE (Height) fields to the table control in AFS Weights & Volumes TabStrip in Additional Data of MM01/MM02/MM03 Transactions and we need ...

    Resolved! Accepted Solution

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

    Resolved! Accepted Solution

    Tr Req got created automatically under a task..why?

    Hi Folks,I had a program which creates a container with all the ztcodes.Now I had added a new tcode in that container,but instead of me creating a transport request it has promopted a windwo asking that "it will create a new task" and the Transport r...

    kiran_k8 by Active Contributor
    • 2306 Views
    • 14 Comments
    • 0 Likes

    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! Accepted Solution

    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

    Explore this Area