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

    Select statement with wildcard dynamically

    Hi all,i need to fetch data with wildcards dynamically. pls help.   SELECT * FROM z_ppc_kat INTO TABLE lt_ppc_kat              WHERE qmart = 'QI' AND                    qkatart = '8' AND                    qcodegrp LIKE 'Q%'.but the value of Q in the...

    Resolved! Accepted Solution

    Better way to convert table records while bieng conservative with memory

    Hi All,I need to implement some logic that will copy all the records from one internal table to another. The wrinkle is that the records are not compatable, and some logic needs to be done to convert them from the old table format to the new table fo...

    Reg : Simple transformations for generating XML

    Hello All, I want to generate XML file in below format<Root>   <Node count = '1'>       .....       .....   </Node>   <Node count = '2'>       .....       .....   </Node>   <Node count = '3'>       .....       .....   </Node></Root>The closing node o...

    Resolved! Accepted Solution

    POSTING_INTERFACE_DOCUMENT for FB01/FBS1 BSEG-HKONT was transferred twice

    Hello CommunityI am using the function module with Batch InputPOSTING_INTERFACE_DOCUMENTWhen I run the function once per loop, which equals one booking per Batch Input, it works perfectly fine. The problem is, that i have to put several bookings in o...

    Vat code of invoice

    Hi Expert,I want to chnage Vat code for IDOC  basic type INVOIC01 . I found user exit EXIT_SAPLMRMH_012 but here I am not getting proper validating data.So I found EXIT_SAPLMRMH_012 and EXIT_SAPLMRMH_014 . here I am modifying  T_IDOC_DATA with new ta...

    Resolved! Accepted Solution

    HRALE00INBOUND_IDOC implementation already active

    Hi,I want to use HRALE00INBOUND_IDOC however there is already a sap standard implementation of this BADI, and multiple implementations are not allowed.I have searched and found that I should deactivate the existing implementation in order to create m...

    ESS - problem with WEBMO

    Here in TechEd and Bohuslav Tesar asked me this  -  i wanted to show the power of our discussions...I tried to correct the issue with ESS portal implemantation. When I want to preview Leave Quotas I got null or negative leave quotas. During debbuging...

    Resolved! Accepted Solution

    ALV tree

    Hi I have used FM 'RS_TREE_CONSTRUCT' and 'RS_TREE_DISPLAY' for my report.My requirement is to show an exclamation mark in red as an indicator when a particular condition is not met.how can I achieve this? please help.

    Resolved! Accepted Solution

    A question about replacement of exceptional character in one string

    Hello Expert,In my file, there is some exceptional character as below marked with red rectangle.I wrote a program and want to replace it with space.In debug mode, the content of this line is as below:I tried to replace the exceptional character with ...

    Labels in this area

    Explore this Area