Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Criticality.png

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

Front-end UI actions flow(3).png wk4res1.png wk4res2.png
dinah by Product and Topic Expert
  • 22074 VIEWS
  • 41 REPLIES
  • 3 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
  • 1113 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! 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
  • 3594 VIEWS
  • 6 REPLIES
  • 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! 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! 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
  • 3121 VIEWS
  • 4 REPLIES
  • 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
  • 710 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! 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, ...

SAP ISU courses

Hello Friends I am interested in the SAP ISU and development in this module, do you have such courses. I have no experience, which SAP books/courses/training can you recommend to me. Many thanks Zouhair zhamama@hotmail.com

ZHAMAMA by Explorer
  • 1387 VIEWS
  • 2 REPLIES
  • 0 Likes
Labels in this area