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 - Full-Stack - Integration of backend and frontend (Week 4)

    Welcome to the final week of this month’s SAP Developer Challenge. Be sure to check out the previous weeks' tasks if you haven’t worked on them yet.  Task description This week we focus on shifting the API call to be initiated by the user from the br...

    dinah by Product and Topic Expert
    • 23785 Views
    • 41 Comments
    • 3 Likes
    Resolved! Accepted Solution

    Submit program can't return for submit program with submit another program

    Hi All, In program_1, I am using the following code for submit program_2: cl_salv_bs_runtime_info=>set( exporting display = abap_false metadata = abap_true data = abap_true ). submit (v_program_2) with free selections texpr with ...

    pataselano by Active Contributor
    • 6614 Views
    • 14 Comments
    • 0 Likes

    Issue in FM /FTI/ORG_ADDRESS_CALLBACK_GEN - failing to retrieve correct ADRNR from ADRV table

    Hi, Please find attached a screenshot adrv-fetching-issue.png.After deleting the existing plant from V_T001W, a new plant is recreated with the same name. Now when trying to change the address of a newly created Plant using BAPI_ADDRESSORG_CHANGE, ...

    Api is not working

    method IF_REST_APPLICATION~GET_ROOT_HANDLER. DATA lo_router TYPE REF TO cl_rest_router. CREATE OBJECT lo_router. lo_router->ATTACH( EXPORTING IV_TEMPLATE = '/test' " Unified Name for Resources IV_HANDLER_CLASS = 'ZCL_GET' " Object Type Name...

    rimpa900 by Discoverer
    • 1257 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    SAP Simple Transformation Deserialize : Strange result with namespace xmlns

    Hi, I'm trying to deserialize an XML file.In this XML file I have some useless <tag> : <bob1> and <bob2>. This XML doesn't work <Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2"><Bob1>Blablabla</Bob1><ID>001</ID><EndpointI...

    YouriC by Participant
    • 4031 Views
    • 6 Comments
    • 1 Likes

    Table not getting updated while executing IHC0 but it does so while executing WE19

    Hello all, I have a requirement wherein I have to execute transaction IHC0 (which generates an inbound IDOC) and this in turn updates a field DTAWS (instruction key) of the table PAYRQ. This field is already showing in one of the idoc segments but ...

    Resolved! Accepted Solution

    Send Few key names in json though those are intial in case of compress as true

    hi all, I am calling r_json = NEW /ui2/cl_json( pretty_name = /ui2/cl_json=>pretty_mode-camel_case compress = abap_true )->serialize_int( data = is_grid_data ). where compress flag is true due to which if there is any field value with i...

    Resolved! Accepted Solution

    Pull text-symbols from program

    Normally to create a text-symbols I write them down like so: 'TEST'(t00) and later click on it to pull up the dialog if I want to create a text-symbol. Is there a way, that, when I am already in the text-element menu to automatically pull all t...

    ventior by Explorer
    • 3602 Views
    • 4 Comments
    • 0 Likes

    "Using" Versus "Changing"

    DATA V TYPE I. v = 20. write / v. perform change1 using v. write / v. FORM CHANGE1 using P_V. p_v = 40. write / p_v. ENDFORM. I am getting the below only on doing F8 when i use USING as well as when CHANGING. What can i do to get 20 40 20 inst...

    syerazvi by Participant
    • 800 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Looking for existing multiple Transport Request selection dialog (F4 or whatever)

    Hello, I'm looking for a kind of multiple selection search help to select many transport requests, which I may connect to this code, in order to select many transport requests at once without pressing F4 at each line of the select-options input dia...

    ¿What about SAP Business One with SAP Build? or ¿What about SAP Build with SAP Business One?

    Hi everyone,  The first I should say is: that SAP Business One Consultant is a strong candidate to become a SAP Builder or Citizen Developer. In my experience, it's easy and fast, but obviously depends on each person, time available, knowledge base, ...

    Labels in this area

    Explore this Area