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
    • 94180 Views
    • 212 Comments
    • 39 Likes

    CV Number

    Dear Gurus,Every time I process the first payment for external account of any company, the CV number doesn't continue in its designated number, instead it resets to 0. (the last numbers). It should be increment by 1.Thanks for the help!ND

    Resolved! Accepted Solution

    I didn't find any replacement FM for a obsolete FM?

    HelloFor getting a GUID_RAW_16 I'm using the below FM DATA: lv_my_guid_raw_16 TYPE guid_16. "Its RAW type w/ 16     CALL FUNCTION 'GUID_CREATE'      IMPORTING        ev_guid_16 = lv_my_guid_raw_16. But, my lead is not OK for using this FM bcz its ob...

    Resolved! Accepted Solution

    How to check PDF Settings?

    Dear Experts,How can I compare the Settings of PDF in Dev / QA systems?Is there any tcode? Is this related to Basis? Is it related to Printer settings? How can I check this?The issue is:The PDF file generated in Dev System is different compared to th...

    Resolved! Accepted Solution

    Internal Orders - Change Pointers - Create issue

    I am facing problem with change pointers while creating new internal order. Please help me on this.The below steps I performed,BD61 – Activated change pointers globallyBD50 - Activated change pointers for message type ‘INTERNAL_ORDER’WE20 – Added mes...

    Numeric value check

    Hi all,I am using  NUMERIC_CHECK to check if the value is numeric or not.But if I input a value like 122.22 the system treats this value as Character.I also tried another fm  CATS_NUMERIC_INPUT_CHECK with the same value, in the fm it gives me the sam...

    Resolved! Accepted Solution

    get_selected_rows with sorting

    Hello,How can I read a line of a table of an ALV (which has sorting)?DATA: lt_rowid TYPE LVC_T_ROID,          ls_rowid TYPE lvc_s_roid.,CALL METHOD g_grid_0100->get_selected_rows     IMPORTING *      et_index_rows =       et_row_no     = lt_rowid.LOO...

    Resolved! Accepted Solution

    Field added in t023 append is not actualizated from sm30 transaction with view v023

    Hi experts!!I have created an append in table t023. In this append I had two fields and I have createdOne more now; it´s name is ZPRODQUIM.I have added this field in view v023. I have also modified dynpro SAPL0MMG- 0040; addingField v023-zprodquim in...

    Resolved! Accepted Solution

    Why use insert when you can use modify when updating a table?

    Hiya,I am going to update a Z table with some data and my code is:SELECT SINGLE * FROM z_vendor_costs INTO CORRESPONDING FIELDS OF ls_replyWHERE ebeln = wa-ebelnAND   ebelp = wa-ebelp.IF sy-subrc NE 0.*No entry found so add the default values and sav...

    Resolved! Accepted Solution

    Providing same Standard F4_help type to custom selection-screen F4_help

    Hi ABAPers,Got an requrement of providing F4_help to Notification number in custom selection screen just like in IW23 Standard F4 help of selection-screen notification number.If any body have any idea or steps, kindly help me.Thanks,Soumya.

    Is there a way to retrict access to SSN & DOB fields in IT002;IT00​21;IT0704 for specific users from SAP Security Stand point

    We have a requirement we have been asked to limit the access to SSN & DOB fileds in SAP.we came to know that IT002,IT0021 & IT0704 will have the SSN & DOB details.Can we restrict access to these fileds (SSN & DOB ) for specific set of users even they...

    Labels in this area