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
    • 94585 Views
    • 212 Comments
    • 39 Likes

    MENUSYST

    Hi,The requirement is to add an item ("search user") in the "system" menu which appears on all the screens.We can add it in MENUSYST. The functionality is provided by assigning a transaction code to the related menu item. When i come out of this tran...

    Resolved! Accepted Solution

    Input field problem.

    hi i have a problem with the input fiield.below is my codes.MODULE F4_INPUT INPUT. TYPES: BEGIN OF VALUES, TABNAME TYPE DD02T-TABNAME, END OF VALUES. DATA: F4_VALUES TYPE TABLE OF VALUES. PROGNAME = SY-REPID. DYNNUM = SY-DYNNR. SELECT DISTIN...

    Resolved! Accepted Solution

    pn-begda and pn-endda

    Hi all.I am developing a hr report with logical database pnp and screen 900 i.e the payroll screen.I wan to access the start date of payroll and hence m using pn-begda and pn-ennda but to my surprise both of them are null. i also tried payroll-evp-fp...

    Resolved! Accepted Solution

    Write to Unix AL11

    Hi experts,I need to write the content of my internal table into UNIX. The file name should be 'fi181aa.csv' Everytime I run the program the old file 'fi181aa.csv' should be replaced by a new file 'fi181aa.csv'. Also, the path in the UNIX where I wil...

    Resolved! Accepted Solution

    page number on sapscript

    hi guyz,i wanna print pageno on sap scriptat the moment iam using &SAPSCRIPT-JOBPAGES& for total number of pagesthat bit working fine....but i want like1 of 22 of 2...when i use sy-pagno ..im not getting anything out on my page...plz adviseregards

    Resolved! Accepted Solution

    Problem with Datasets

    HI Experts.I am being assigned a task to add additional attributes to a already developed program extracting certain attributes and dumping them on a file on Application Server.I was able to extract the additional attributes but when I transfer them...

    Resolved! Accepted Solution

    Want code for this.

    Hi Gurus, plz help me in this coding part. . Fix the checking for Gross Sales, General Discount, Trade Discount, Net Value, Tax Amount by adding following condition.If VBRK-VBTYP = “M” or “P”, multiply this value with 1.If ...

    Resolved! Accepted Solution

    problen when Sending the text file as attachment to the external mail

    HI, I am sending the text file as an attachment to a aexternal mai. mailing is going with text file attachment, but text file is empty. No information in the file is going, only empty text file is going. I am sending the code iam using. Please sugge...

    Resolved! Accepted Solution

    alv

    Hi Gurus, i wnat to remove credit price from my alv list from were i can find it out & how to remove it plz help me,plz guide me Gurus.Correct answers will b appreciated with good ponits. FORM set_initial_field_catalog. DATA: wa...

    background job ???

    i have an question about the background job.i have program , the program have a parameter is company.when you run this program, you must input the company.requirement:at the same time , if exist two different companies run this program in backgroun...

    Resolved! Accepted Solution

    One table

    Hi all I have two fiedls<b> it_hbank-hk</b>ont and <b>it_skat1-txt50</b> and i want to pass them into one table am using the below piece of code but both the fields are npt getting passed into the one table.LOOP AT it_skat1.READ table it_skat1 WITH k...

    updating the pa2006

    Hi Expert,I have to update the one field of the IT2006 record of a particular personal no. Each pernr has a two records in the table. I have to update the record with subty field value =50.so when I am using loop at it_pa2006 ( which is of type it200...

    Labels in this area