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

    What does @AccessControl.authorizationCheck: #PRIVILEGED_ONLY mean?

    Hi all I have a question regarding to following default CDS view: @AbapCatalog.sqlViewName: 'IDFSUSERDETL' @AbapCatalog.compiler.compareFilter: true @AbapCatalog.preserveKey: true @AccessControl.authorizationCheck: #PRIVILEGED_ONLY @EndUserText....

    Resolved! Accepted Solution

    How to put an IDOC's segment in error with custom check in EXIT?

    Hello experts Context : We are using the idoc WGSREQ (WGSREQ02 base type) with function module IDOC_INPUT_STOREORDER to create a PO. A strange standard behaviour occurs when we put an non existing materiel inside one item segment : The stan...

    Resolved! Accepted Solution

    Dynamic where in range

    Hello experts, I need to loop on an internal table with a dynamic where. The where should contain 'in range'. For example, Instead of writing DATA: lrng TYPE RANGE OF bkpf-blart. LOOP AT <lt_bkpf> ASSIGNING FIELD-SYMBOL(<ls_bkpf>) WHERE blart I...

    hagit by Active Participant
    • 1676 Views
    • 3 Comments
    • 0 Likes

    bdc output

    this report output 21 details should be uploaded from excel to sap.1 record uploading remaining records are not uploading.please check the program,please correct it and give it. report ZMM01 no standard page heading line-size 255. TYPES : B...

    Resolved! Accepted Solution

    READ TABLE

    HI EXPERT This is my code that I display using ALV REPORT . My data is correct just before I get into the reading table, but after I get into READ TABLE Displays data incorrectly. Why does it not enter the data correctly in the final table? SELE...

    Resolved! Accepted Solution

    Change Custom Tab Name (Customer Data) in ME51N/ME52N on Item Level

    Hi ,I want to change Custom tab Name (Customer Data to own label Name) in ME51N,ME52N etc, From given solution I 'm adding text symbol in SAPLXM02 (111). but nothing got desired result. it does not change default label (Customer Data) to text symbol ...

    Resolved! Accepted Solution

    Get comments in Class CL_CI_TEST_ABAP_COMP_PROCS Method RUN

    Hi experts, I wanna create a custom check-class for ATC/CI Checks inheriting from class CL_CI_TEST_ABAP_COMP_PROCS (and NOT from CL_CI_TEST_SCAN). With iTab PROC_REFS the class offers a modern way of structuring the abap-objects for the needed chec...

    bdc program

    Error during conversion - field type conflict (see long text) Message no. UX899 Diagnosis The sending and receiving fields have conflicting types. The receiving field has type P. Value MARC-DISMM was supposed to be transferred to this field, bu...

    MD02 badi md_mrp_list

    I am using the MD_MRP_LIST badge, which is called when I use the MD02 tcode, but if from the MD02 I have more materials, the badge reads only one and then the tcode returns an error message, how can I manage multiple materials at the same time?

    Resolved! Accepted Solution

    Delete structure

    hello experts, I had a RFC ,but I deleted it by accident,it then references some structure,and i deleted FM group. When I delete structure, the structure is can't deleted,because it was used FM Program。 so, how do I remove these structures?

    JamesG by Participant
    • 3216 Views
    • 5 Comments
    • 0 Likes
    Labels in this area

    Explore this Area