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

    JSON parsing

    We're on version 7.02. We have a need to parse JSON data, specifically in OData format. I've tried creating a simple transform (ST), but have run into conversion and others issues, etc. I've created XSLT transforms for XML data to ABAP in the past, j...

    Resolved! Accepted Solution

    Z-Tables Cleanup Tool

    Hi all,I’m searching for a program or a technic to delete obsolete entries in Z*tables.Reason is that we are having nearly 4000 different Z-tables (over several systems) with varies sizes.Now some of the entries are obsolete and just taken up space, ...

    Resolved! Accepted Solution

    captch real value from select-option field while executing program

    Hello all,              I am working on a simple report but facing an problem in it. SELECTION-SCREEN BEGIN OF BLOCK B1.       SELECT-OPTIONS :  M_NO for MSEG-MATNR,                     M_YEAR FOR MSEG-MJAHR.       SELECTION-SCREEN END OF BLOCK B1.  ...

    how to prevent users from calling un authorized transactions (in module pool screen)

    hello all,i have designed screen with buttons,on selecting the button a Z-Transaction is called...here my requirement is, only those users who have authorization should be able to execute that transactionfor others it should display message "you are ...

    Resolved! Accepted Solution

    Fieldcatalog cannot be generated

    Dear experts,I'm trying to display some data from simple csv-file in ALV as following:DATA: BEGIN OF st_csv_data,                vkorg     TYPE vkorg,                matnr     TYPE matnr,                preis(10) TYPE c,       END   OF st_csv_data. D...

    Resolved! Accepted Solution

    Table T100 as text table

    Hi all,Do you know if we can use the table t100 as text table in a custom table?We can't use it directly because we can't create a foreing key in a standard table, so I don't know if I can add an extra field to my custom table only for display a text...

    Resolved! Accepted Solution

    Adobe problems.

    Hi Gurus,I need your help on Adobe form,Pic1 is my design layout of this Adobe form, there are a the 'Signature' subform.If the 'Allow Page Breaks Within Content' is not ticked, the result is Pic2, all the content will displayed on Page2.If that chec...

    Resolved! Accepted Solution

    infinite loop

    Hello ABAPerswhile debugging t_vbrk[ ]  contains 98 rows and t_vbrp contains 33 rows still this loop is going infinite.any idea?*==============================================loop at t_vbrk.  if t_vbrk-fkart = 'ZRE'.      loop at t_vbrp .            ...

    Timestamp/Timezone issue

    Hi All,We have an issue with the SAP system timestamp and timezone. Hope you can help me out:We are on SAP CRM system and basically we have this issue with standard business documents. SAP System is configured to CET timezone. I have checked in TTZCU...

    SandeshK by Participant
    • 1870 Views
    • 1 Comments
    • 0 Likes
    Labels in this area

    Explore this Area