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

    Validation on select-options high is executing although input doesn't exist

    Hi all,I want to validate the select options LOW and HIGH values and I am using the code like this.SELECT iblnr FROM ikpf INTO TABLE gt_ikpf WHERE iblnr IN s_iblnr.     IF sy-subrc = 0.       MESSAGE s001.    " record(s) exist     ELSE.       MESSAGE...

    Resolved! Accepted Solution

    MB1B Enhancement

    Dear Members,I have a requirement to enhance MB1B tcode with custom fields can i use MB_Document_Badi for the Enhancement or i have to any other exits or badis.And the custom fields data has to be stored in a Database table what will be better storin...

    Resolved! Accepted Solution

    Change in Domain length

    Hi,I was trying to change the domain length from NUMC 3 to DEC 2.2. when i did that it ask me to adjust the table(which uses this domain) from se14. while adjusting the table, it gave me an error. so i went back and changed the domain from DEC 2.2 to...

    Resolved! Accepted Solution

    open_form

    hi all,While saving PO for release using standard sap program SAPFM06P i get 'error in open_form for document 4500000021'.the form routine in use is ENTRY_NEU & the form is ZZ_MEDRUCK.PO output config has been set to dispatch time '4' and trans mediu...

    Resolved! Accepted Solution

    cs02 bom dependancies upload

    Hi All,         I am trying to update bom dependies in cs02 tcode. i checked bapi CSAP_MAT_BOM_OPEN',  'CSAP_MAT_BOM_MAINTAIN' 'CSAP_MAT_BOM_CLOSE' ..       I need to add an dependencies for the existing bom . Can some one guide me how to populate ...

    Resolved! Accepted Solution

    How to exit BADI execution

    Hi,I have a requirement to fire a custom event inside a BADI after a save button is pressed. The event will trigger a workflow. I am asking a way in which I can exit all processes that are executed after the save button so that no actual saving occur...

    Resolved! Accepted Solution

    How to change/update Z- structure or table ?

    Hello Experts,i want to update or modify the structure and table created by user, say i want to change the data element name which is used in structure's field, so how to do that ? And i want to do it programmatically.  i know one FM  ' rpy_table_upd...

    Resolved! Accepted Solution

    Problem with sentence modify

    Hi,  I have a problem with the sentence modify. I have a sentence TABLES for a database table in my top. Then I fill this structure with some information and finally when I try to update my database I have a problem. I try to use the modify sentence ...

    Resolved! Accepted Solution

    Issue with Submit

    Dear Experts,I am using submit function as below:FORM user_command USING r_ucomm LIKE sy-ucommrs_selfield TYPE slis_selfield.IF rs_selfield-fieldname = 'ARBPL'.  READ TABLE itab INTO wa INDEX rs_selfield-tabindex.  wa-date1 = so_gstrp-low.    wa-date...

    Unescape HTML entities in ABAP

    Hi,is there a standard functionality for unecaping of HTML entities in ABAP? I have a string which contains for example "&lt;". I wont convert it to "<" character. There is a method ESCAPE_HTML in the class CL_HTTP_UTILITY, but there is not any metho...

    viktoru by Product and Topic Expert
    • 4661 Views
    • 4 Comments
    • 0 Likes
    Labels in this area

    Explore this Area