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...

    SAP Developer Challenge - APIs - Task 5 - Call the country date format API endpoint

    (Check out the SAP Developer Challenge - APIs blog post for everything you need to know about the challenge to which this task relates!)Now you're familiar with the Date and Time API, you are in a position to try out one of the endpoints.BackgroundFo...

    qmacro by Developer Advocate
    • 42643 Views
    • 107 Comments
    • 8 Likes
    Resolved! Accepted Solution

    ABAP "FOR GROUPS ... OF ... IN VALUE type( ... )" syntax error: No group is bound to "..."

    Hi experts, My program is running fine in ABAP 7.52 and 7.57: REPORT. TYPES ty_objectnames TYPE STANDARD TABLE OF ob_object WITH EMPTY KEY. TYPES: BEGIN OF ty_int, int_id TYPE i, objectnames TYPE ty_objectnames, END...

    Runtime error

    Hi All, iam getting the error while executing the program can anyone will help me out from this situtation the error was An attempt was made to pass formal parameter "P_NAME" of method "DESCRIBE_BY_NAME" of class "CL_ABAP_TYPEDESCR" to an actu...

    Problem with a Query

    Hello, I have a task and a Query that I've made to it but somehow it doesn't fill requirements, can you spot the mistake here? All what i need to do is filter the tax codes from those tables and based on that, fetch the data from BSEG/BSET table (...

    How to create a type in SAP to serialize and deserialize the json with string and number format

    hi all, I have the following JSON format and would like to know how to serialize and deserialize it in ABAP. {sample: true ABC: [ [ 2, " ABC " ], [3, "CDS],[4,"TAB"]..] } Here my doubt is What kind of ABC should there be here, I wonder? ...

    SAP Developer Challenge - APIs - Task 4 - Discover the Date and Time API Package

    (Check out the SAP Developer Challenge - APIs blog post for everything you need to know about the challenge to which this task relates!)It's time to take a look at what the SAP Business Accelerator Hub has to offer in terms of APIs.BackgroundThe SAP ...

    qmacro by Developer Advocate
    • 45395 Views
    • 135 Comments
    • 9 Likes
    Resolved! Accepted Solution

    GOS attachment

    Hi Expert, I have a requirement to get the attachment list details like file name, title, creator name etc that display with GOS object attachment list. Please help me to find the table in which I can get all the above details by business object ...

    Resolved! Accepted Solution

    SAP Query Modification

    We got a requirement from client to add one more field from the table to existing SAP Query. Now the existing Infoset, Query and User group in DEv. are in Global Area. Now before I add the field to existing query should I move them all to Standar...

    Resolved! Accepted Solution

    Web Service and Table Payloads

    Hello All, I have a remote-enabled function module that can return a table and/or a single field. I have extended it to a web service. The FM test (via SE37) works fine, However, then I test the web service (via SE80), the table is not populated co...

    SAP Developer Challenge - APIs - Task 3 - Have a Northbreeze product selected for you

    (Check out the SAP Developer Challenge - APIs blog post for everything you need to know about the challenge to which this task relates!)In this task you'll learn a bit about actions and functions in OData V4.BackgroundWhile OData V2 did have function...

    qmacro by Developer Advocate
    • 48789 Views
    • 149 Comments
    • 16 Likes

    Job Order process

    i want to know process for job order for the below case we are assigning some fabrication in our company premises for which material supplied by us. so i want to raise a job order where both service & material cost are picked for finished product c...

    Resolved! Accepted Solution

    zfields are successfully updated in VBAP but change is not logged

    Hi, I have a requirement in which I have to create a custom program to update zfields of certain records in VBAP standard table. I used BAPI_SALESORDER_CHANGE FM to operate the update and BAPI_TRANSACTION_COMMIT, and it is working, the record is ...

    Resolved! Accepted Solution

    Split issue

    why the last character is missing after split ?this is just a sample. DATA(text) = 1234567890,abcde. SPLIT text AT ',' INTO res1-num res2-letter. The length of the res1-num is 10 but after split it only get the 123456789 output: res1-num = ...

    AJeB by Participant
    • 7474 Views
    • 17 Comments
    • 0 Likes
    Labels in this area

    Explore this Area