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

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

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83485 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Use of inserting record with sy-tabix in at new and at end

Hi all,I have some logical issue while using at new and at end of concept .My requirement, calculated record will insert on the at end of section.Pls see my code here.IT2[] = IT1[]   " it contains more than 50 records.sort it1 by date plant material ...

Resolved! ORDERS05 at item level

Hi,I have a requirement to send ORDERS05 idoc for each item in a po at creation/change/deletion. it has some enhancements and also some changes in the std idoc segment values. this will be triggered from a custom program assigned to an output type.My...

Resolved! How to create a range table dynamically to be used in Dynamic select query?

Hello Experts, I am facing an issue in creating the range table which can be used in a dynamic select query. E.g. As below loop at itab into wa.lv_fieldname = wa-fieldname.Now, have to create range table for this field which can be known in run time....

Resolved! API Management usage

Hi Experts,Now with SAP's roadmap alignining closely with APIs for S/4, C4C, SFSF, ,Ariba etc, how much of % of usage does each customer implementation of this require the usage of APIs?I was recently part of a mini S/4 implementation where the funct...

How can we use general standard tables of sap like mara and marc for creating views in hana.I am having a trial access to AWS CAL system of hana for abap.

How can we use general standard tables of sap like mara and marc for creating views in hana.I am having a trial access to AWS CAL  system of hana for abap.When I create views  how can I Insert common and general tables of SAP in those views ?

Resolved! creation of superclass for reusability, how to define DDIC types in methods?

Hi everyone,For our inbound interfaces, I'm planning on creating a superclass for each BAPI we'll be using. Within it, I'll have a method for each table/structure that the BAPI can accept.For example, we are using 'BAPI_ACC_DOCUMENT_POST'. I have cre...

robphelan by Participant
  • 2127 VIEWS
  • 10 REPLIES
  • 0 Likes

Resolved! SQ02 conversion exit TPLNR

Dear All,I am using SQ02 to fetch functional location from table: ILOA field TPLNR. I wrote ABAP code  as the following: --------------------Clear ZTPLNR.select TPLNR from ILOA into ZTPLNR where ILOAN = ZILOAN.endselect.--------------------ZILOAN is ...

Resolved! SQ02 InfoSet Left Join Problem

Hi, I'm not sure if this is the correct area to post this, if not please let me know.In SQ02 I have an InfoSet table left join but the records are only returning as if it's an inner join (Only records that are in both tables). Any ideas? My join scre...

bkilboy by Participant
  • 11256 VIEWS
  • 10 REPLIES
  • 0 Likes

Dynamically change the value of selected row in BDC for transaction IM42

hello all,my requirement is to update budget for Multiple PM orders say( 910000000164, 910000000165),i have written a BDC for IM52 which is subsequently calling IM42 transaction,in my BDC recording code , perform bdc_dynpro      using 'RAIMSELM' '100...

Resolved! After F4 only one field change on selection screen - need also to press enter

HiI have created a report, where my selection-screen looks like this: SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN COMMENT (28) defloc7 FOR FIELD p_delo7 MODIF ID qm1.. PARAMETERS p_delo7  LIKE viqmel-qmgrp MODIF ID qm1 DEFAULT c_del07. PARAM...

Getting error CX_ST_REF_ACCESS:XSLT exception.Error accessing the ref. node 'TREASURY_ACC_SYMBOL'

Hi Team,We have developed Web service to create sales order in SAP. While testing the web service in SoapUI, we get below response however order gets created in SAP. It works fine in development but fails in Quality. Any valuable feedback would be ap...

Labels in this area