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

    Role usage report

    HI, Is there any report/Way to identify the Role usage report ? For ex: If I give the user ID as input , the report should show the output as User ID and the tcode was not used from any of the roles since XX/XX/XXXX date. The whole idea is to ...

    Adding New Fields in FAGLL03, which structure to Append New Fields, FAGLPOSX or FAGLPOSE

    I have requirement to add new fields Atl.Reference (XBLNR_ALT) & Ref.key(head) (XREF1_HD) to FAGLL03, without changing the standard tcode I checked existing Answers to my Requirement, and I came across a Note 984305 Suggested to Implement the ...

    SQL batch upload

    good day, I intend to upload a large set of data into an existing HANA table. below is the command that fails. IMPORT FROM CSV FILE '/test/test.csv' INTO "yyy"."xxx" WITH RECORD DELIMITED BY '\n' FIELD DELIMITED BY ',' optionally enclosed by '"' ...

    Resolved! Accepted Solution

    Finding structure types with certain attribute types (more than one)

    Is there a way to search for structure types that use two or more simple data types, e.g. all structures that contain an attribute of type BCA_DTE_BPARE and an attribute of type BCA_DTE_ACEXT? I couldn't find a way in se11 or se80.

    Bapi to post FI document(bapi_acc_document _post) in Background Sheduling not working

    I am using bapi_Acc_document_post to post the Customer Entry in my Custom report. my report is working fine in my server but it is not working client server because they running this report by scheduling job, so posting is not happening. please s...

    Resolved! Accepted Solution

    Standard Program to check the existence of program in Development and Quality

    Hi Experts, Is there any Standard program to check whether an object (Program, Function modules, interfaces, tables etc) exists in Quality(Test) system or not? We have around 1000 objects to check. Using version comparision to check using remote co...

    Resolved! Accepted Solution

    Getting dump ITAB DUPLICATE KEY when writing SELECT query on PA0001 into a hashed internal table ?

    TYPES: BEGIN OF typ_pernr, pernr LIKE pa0001-pernr, ename LIKE pa0001-ename, END OF typ_pernr. DATA: BEGIN OF lt_partners OCCURS 0, pernr LIKE pa0001-pernr, END OF lt_partners. DATA: it_partners TYPE HASHED TABLE OF typ_pernr WITH UNIQUE KEY...

    Need Badi or exit to validate condition type (bset-kschl) while creating vendor invoice from FB60.

    Hi Abapers, I need to validate condition type (bset-kschl) during runtime while creating vendor invoice from FB60. If it matches with the values of a ztable then my program will not allow to create that invoice for that vendor. In this exit EXIT_SA...

    Labels in this area

    Explore this Area