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

    Custom Segment - Idoc Code

    Hi All,I am trying to fill a custom segment Z1XXXXXX which I added to the MATMAS05 idoc type.I need to fill this custom segment data from a ZTABLE.This table has multiple records for a single material.Here's my code in the user exit. .data: i_zxxxxx...

    Resolved! Accepted Solution

    problem in uploading

    hi gurus,I am doing bdc program, in THIS when iam using Fm upload. it will upload the data, but when iam using gui_upload its not workinggive me some soln regarding this... I HAVE TO SAVE THE VALUE IN TABLE DIRECTLY THROUGH FLAT FILEthe code is...CAL...

    ZBAPI Creation

    Hi,I am creating ZBAPI with the import parameters as PERNR & SUBTYand export parameters are RETURN1 & RETURN2and table parameter is IT_ZITEMSThe BAPI is fine till creation in SE37 but when i am trying to add the method as API Method in BOR, it is giv...

    Resolved! Accepted Solution

    color for fields

    Dear sirs,In se51 layout i placed tablecontrol , push butoons, chekbox , sinple text and cutom control for logo.here for fiields color using 'bright' option for particular field table control (while given f2 setting) now i want some other colors fori...

    Read Report

    Dear All,I have a requirement where i need to read the source code of a report into an internal table along with the line number.We have READ REPORT programname INTO tablename but in this case i will get only the source code.Ex : If the source code o...

    Resolved! Accepted Solution

    Replacement of AT END

    Dear All,I have used AT end function in my report,But my code reveiver told me that do not use AT END.It is not as per standard SAP.Could you please tell me that what should I user in place of AT end.My code is like that : AT END OF RACCT. SUM. ...

    Resolved! Accepted Solution

    Blank values Found in F4

    I am usung the following code to fill the F4 values. But i am getting blank pop-up. below the screen i am getting 3 entries found. SELECT SINGLE * FROM y1atl_upd_conf INTO wa_clnt_lndp WHERE conf_id EQ '0000000001'. IF wa_clnt_lndp-dev IS NO...

    BDC in Fore Ground

    Hi Experts,I want to write a BDC to populate XD01 Screens,In this User should be able to verify all the data before Posting.If we write BDC in Call Transaction and Mode - A, We can see all Screens with data, But which doesn't look as it is XD01 Trans...

    ASCII Code in ABAP

    Hi Experts,We need to enter a unique ASCII character called 'US' or Unit Separator in a text file being generated through a program.The ASCII code for US is 31. However when we try and do it programmatically the character '#' is getting populated.The...

    Labels in this area