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

    HR_INFOTYPE_OPERATION is showing Error while Updating No. to compensate

    Dear Friends,While Using HR_INFOTYPE_OPERATION Function module to update Annual leave encashment through Custom program it is showing Error asIT Infotype 0416 does not exist.I am passingCALL FUNCTION 'HR_INFOTYPE_OPERATION'                EXPORTING  ...

    Resolved! Accepted Solution

    Eventhough i set the 'Change Log' flag, system not showing log!!

    Hello,I have created z_tbl_1 and z_tbl_2 in different z packages, and their authorization groups are different, well.Then, i have checked the Change Log check box for both tables,Surprisingly 1st table is giving change log in SCU3 tx., whereas the 2n...

    CATSDB Index

    We are currently observing an intermittent performance issue in CAT2 (tcode) for some users. Out SQL trace says below given select query consumes quite long time on execution. In this regard, want to understand the best possible index (from database ...

    Resolved! Accepted Solution

    Why is my search help exit not working updating column headings?

    In my Search Help, I have KNVP-KUNN2 and KNA1-KUNNR being returned. In their default form, when the search help is run, for both of these fields the column header comes back as CUSTOMER.This will not work. I need to indicate what each of these are in...

    Resolved! Accepted Solution

    Group by + smartforms

    Hello,I am creating a report using smartforms to show a list of sellers grouped by their coordinator (their boss)This report should show something like this:Coordinator 1--Seller 1--Seller 2--Seller 3Coordinator 2--Seller 4--Seller 5Coordinator 3--Se...

    Resolved! Accepted Solution

    About structure...

    Hi all.I have an 2 internal tables. I want inserting data into second internal table inside first. I have a structure but fields data does not properly. Even some fields data doesn't come. What should I do ? This is a part of my code for want.DATA: B...

    Resolved! Accepted Solution

    is it possible to use insert command within the form routine

    Hi gurus,              I am getting sy-subrc eq 4 when i execute the following code.FORM itable_ztab .   INSERT zdsl FROM TABLE it_zdsl.      '" I set the break point at this line."     IF sy-subrc EQ 0.     LOOP AT it_zdsl INTO wa_zdsl.       WRITE:...

    BAPI_ADDRESSORG_CHANGE

    Hi everybody,I am using this  BAPI_ADDRESSORG_CHANGE to update the mobile number and telephone number of the vendor.When i am running the above BAPI in SE37 and also as a standalone program it runs fine and updates the corrosponding feilds,but once i...

    vat calculation

    Hello,We are using tax procedure TAXINN.Business required new tax code as below: (SET OFF: Service Tax : 12.36 %, VAT 4%, A.VAT 1%)Base value12.36% service tax on Base valueTotal of base value + 12.36% service tax4 Percentage VAT on 3.1 Percentage A....

    Resolved! Accepted Solution

    Data base statement

    Dear,My requirement is, I need to fetch data from 4 different table, means there is no relation between each table. Then how I ll fetch the data from the table ?I want to fetch some  fields from each table and finally i want to show all field with th...

    Resolved! Accepted Solution

    Problem while working on the function module 'RSDRI_INFOPROV_READ_RFC'.

    Hi experts,                in my requirement want read the data from infocube to ecc. For this i use the function module 'RSDRI_INFOPROV_READ_RFC'. It gives output but the output not matches to the output in infocube. Please help me urgent.Give one e...

    Dump after select statement

    Hello Experts!I am facing an issue while executing a select query where clause.Original query is like:SELECT * FROM table1 INTO TABLE et_result            WHERE field1         IN  is_crit-field1[]                 AND field2          IN  is_crit-field...

    Labels in this area

    Explore this Area