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

    Collect st used with For all entries - Giving incorrect results

    lt_mat is sorted table with Matnr as unique Key.Using Collect st as below with For all entries itabSELECT matnr labst FROM mard INTO wa_mat FOR ALL ENTRIES IN lt_sub WHERE matnr EQ lt_sub-submt.COLLECT wa_mat INTO lt_mat.ENDSELECT.There are 6 entr...

    ganu_k by Participant
    • 1305 Views
    • 2 Comments
    • 0 Likes

    Mail sent throught smartforms have logo, this logo place is shown as blank on SOST

    Dear All,When i send mail through smartforms to external mail id, in SOST when i see the logo space provided in the smartforms is seen as blank in the sost body of the mail. Is there any way to control this blank space on some condition?Regards,Varun

    Resolved! Accepted Solution

    Looping field symbol

    Hello LOOP AT <datatable> ASSIGNING/Into <wa_datatable>.Endloop.<datatable> having multiple records of matnr.I want to get each value of matnr(<wa_datatable>-matnr and used for futher processing.I am trying to access using <wa_datatable>-matnr but ...

    SQL and CONTAINS

    Hi Experts,I want to use the fuzzy search in SQL Select statements on standard SAP tables (e.g. PRPS) with the CONTAINS predicate. In OPEN SQL this does not work. So I use native SQL an our HANA Database.But whenever I use the contains predicate (e.g...

    Resolved! Accepted Solution

    Unable to create Overwrite method due to typing of parameter

    Hi,I am trying to create an overwrite method in an enhancement implementation. Unfortunately, one of the parameters is typed using a protected type of the enhanced class's superclass. Although I am able to access the private and protected sections ...

    afordham by Participant
    • 1117 Views
    • 2 Comments
    • 0 Likes

    Split string in CDS View

    Hi experts, I want to split a column from the select list and return the string till the first occurrence of space. eg. 'SAMPLE DOC' is the value stored in BKPF-XBLNR and I want my view to return only 'SAMPLE' in this case. Is this possible using str...

    ajith_c by Explorer
    • 28854 Views
    • 13 Comments
    • 1 Likes
    Resolved! Accepted Solution

    Keypress in ABAP

    Hi everyone.I want to know if in abap exists a event like keypress because I want to use it for disable another input-field when the first input-field is filled. I have accomplished do it but working only when the key enter is pressed.Thanks in advan...

    Jimmy21 by Participant
    • 2766 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Finding correct index to insert new segment in IDOC data

    Hello,I am looking for best way for: how to find correct index to insert new segment into IDOC data (table of EDIDD) in user exit. NOTE: I do not want change IDOC structure (WE30). I want to change data of specific IDOC.Example IDOC structure:SEGMENT...

    Resolved! Accepted Solution

    Performance issue while calling 'BAPI_ALM_NOTIF_CREATE' to create mass notifications

    Hi guys,There were almost 1,000 lines on work order -> object list. The requirement is creating notifications for the objects and assign to current work order. At the start of the processing, it created nearly 18 notifications per minute , but only ...

    Resolved! Accepted Solution

    Problem with sending email to inbox using a distribution list.

    Hi Everyone, I'm using CL_BCS with a distribution list to send mails to the inbox of a SAP user ( business workplace ). I'm using CL_DISTRIBUTIONLIST_BCS to add the recipients and this is all fine.Now this is my problem,In the distribution list I hav...

    Resolved! Accepted Solution

    add validation message in IF_EX_ME_PROCESS_REQ_CUST~CHECK

    Hello folks, i'm trying to add message validation using mmpur_message_forced in the IF_EX_ME_PROCESS_REQ_CUST~CHECK about item validation (can't use check-item because, i need to check the item before trying to save)with this code: MESSAGE e010(z46...

    Resolved! Accepted Solution

    CUA - child system roles have a grey diamond "status of the user master record is unknown"

    Hello World! I hope you are all doing well. We have recently replatformed our system and re-implemented CUA in a client in our GRC system. It is release 10.1. We have configured it and it seems to be working fine, however the status next to all ...

    Resolved! Accepted Solution

    Problem with new custom field in EKPO when saving purchase order

    Hi experts,I checked the forum for answers for my issue but there's nothing that solves it.I have a new custom field in EKPO, ZREVNO. This field is shown in additional data of item PO at ME2xN. For some purchase orders, this field is editable but in ...

    Labels in this area

    Explore this Area