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
  • 83777 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Incorrect sort order in SE16

Hi all, I have a table that does display an incorrect sort order when queried with SE16n. The tables has the following columns: MANDTID (INT2 - Key)TEXT (CHAR80 - Non key) Even though the data was entered in order (ie. ID = 1, 2, 3, etc) and ...

luis_rod by Participant
  • 5200 VIEWS
  • 7 REPLIES
  • 1 Likes

Business Partner oData PATCH call is giving success response , but not updating the back end system.

Hi, when I am making patch call to Business partner api (sap/opu/odata/sap/API_BUSINESS_PARTNER/A_AddressEmailAddress(AddressID='22824',Person='22837',OrdinalNumber='1')) request body: { "AddressID": "22824", "Person": "22837", ...

Create order confirmation IDOC (from xml data) and process it in the same system

Hi, we receive information for an order confirmation from a OCR-System. With this information we create an IDOC in the SAP system (in this way we can use the same process also for other IDOCs) and let it process after a confirmation from the user....

authentication table

hi,i am doing a project which invovles sap as backend and angular as frontend.i made a login form which needs to be authenticated in the backend sap.to do so i have to create a zlogin table which holds userid and password.in which the userid needs to...

Resolved! Bapi Error:Quantity and / or " delivery completed - Movement Type : 561

Hello ,I'm trying to use BAPI_GOODSMVT_CREATE FM in my program. I have already filled bapi_head.I have give the material , plant and , stge_log parameters but in return MATDOCUMENTYEAR and MATERIALDOCUMENT are empty , and occurs a error which I menti...

brkcnplt by Explorer
  • 3272 VIEWS
  • 5 REPLIES
  • 0 Likes

Decimal Issue

Dear Boss I prepared a report in Crystal Report and there is FormatField setting of a column like this Decimal is showing properly in Crystal Reports properly, there is no issue. But when Export this report to SAP then Decimal disappeared li...

error job interrupted

how do I see the error of why a job was interrupted? the spool doesn't show me much As an error it tells me "non-existent folder" but the folder in al11 exists and launching the report from se38 works correctly, what can it be? how do I see more de...

&KEY& in SAP ABAP

Hey, im working in SAP with GOS. i needed to create an external URL Link. I know now, that i need to use: DATA lt_objcont TYPE TABLE OF soli WITH HEADER LINE. CONCATENATE '&KEY&' url INTO lt_objcont. But why i use &KEY& ? best greetings...

field-name and field-value in two different variables... how can i equate them?

I have fieldname and fieldvalue in two different variables... how can i equate them?is it possible.field_name = abcfield_value = xyzI want abc = xyzfyi, all 3 fields( field_name , field_value, abc) declared in the program so no issue with declaration...

Graph In Smartform

We need to print graph in our smartform . The data is being stored and fetched from a z-tcode(Ztable). We need to print a line chart dynamically in our smartforms in our main window. We have two columns in Internal table of the driver program one for...

Resolved! Get All Sum

Sir I need Sum of Sales Order Delivery Note A/R Invoice Incoming Payments for a specific customer and within date range To do this, I have following codes SELECT T0."CardCode", max(T0."CardName") as party, sum (T0."DocTotal") as sale_o...

ZINDX table

Experts, I read below posts by Horst Keller and Sandra Rossi where they had mentioned not to use INDX table for custom programs as this is meant for use by SAP programs. https://wiki.scn.sap.com/wiki/display/ABAP/Warning+about+inserting+custom+d...

Labels in this area