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

Resolved! bapi_pr_change set delivery date as current date

Hi all. When I update document with bapi_pr_change it sets delivery date for updated item for today but I need to save date that was set when document created.pritemx-preq_item = pritem-preq_item = '10'.pritem-material = '123'.pritemx-material = 'X'....

Resolved! What standard classes can customers use and how to find them?

This started as a specific task but then evolved into a bigger question, so let me explain where this is coming from.We had function modules before, some of them were not released but, of course, everyone still used them. And there were BAPIs (also F...

Custom Screen Attach Document like Standard Purchase Order Attachment(GOS)

Need Small information.My Requirement is i need to Attach and view the Documents from Desktop Like Standard Purchase order attach documents.By using the class , i was created two menus and completed the task. manager TYPE REF TO cl_gos_manager,CALL...

Resolved! Cdpos table taking lot of time How could i reduce the time

Need Some suggestions.I am developing one report, Changes in Purchase order As per client Requirement. SELECT * FROM cdhdr INTO TABLE it_cdhdr WHERE udate IN s_date AND objectclas EQ 'EINKBELEG'. Exactly below query taking much of time IF NOT it_cd...

I have used Factory Method for AlV report, after the output user is downloading it into excel sheet.

I have used Factory Method for AlV report, after the output user is downloading it into excel sheet.the data is showing but the traffic light column in the excel sheet, is filled with values like c@c, some code. is there any way we can download the t...

Resolved! I know the field But How could i get the data elemnt

Need small clarification.I am generating one report, In this what are the changes people has done in a particular date,i need to show.I would like to show the field description(data element short description) in the report, For this i am using the ta...

Resolved! How to get a number of lines of internal table within XML transformation

Hello experts, let's say, I have a table with 5 lines (e.g. param.t_validation that represent some validations) and I need to generate the following XML:<dataValidations count="5">...</dataValidations>How to achieve this? Is there any operator or fun...

Resolved! Creating a background job that runs once per execution and cancel previous ones if needed

Hi everyone:I have a performance issue with SAP ECC in my company. My leader states that there's a way to enforce that a background job can run once and, if there's any running instances running at the time the new program starts, they'll cancelled.I...

Regarding OData load

I am very new to SAPUI5. I am not clear about OData remote service. If I have a Odata property in manifest.json file like"dataSources": { "productRemote": { "uri": "https://cors-anywhere.herokuapp.com/http://services.odata.org/V2/(S(frik5l2zde0sxh...

Labels in this area