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

Fiori List Report App based on CDS Views: how to change the content of the displayed table

Hello everyone, I need to display the content of various tables in a Fiori App based on CDS-Views. The idea is to display lines of a table B (List of IBANS) as new Columns in Table A . I had the Idea to create a new Table: I name it C , it contains...

Fiori List report using CDS-Views: how to edit two tables at the same time

Hello everyone, I want to create a CDS-View that imitate the T-Code: SM30. For that, I have an IDS-Table and a Text-Table. The Ids table has as Key-Fields: 4 fields and in the Text Table I habe in addition to that the SPRAS as a Key Field. 1- My ...

Resolved! API post with body

Hi experts, I'm new working with APIs. I've been asked to use an API for pay by link. This is how it looks the API on postman: And this is how my report looks: REPORT zzmaria. TYPES: BEGIN OF ty_json_req, reference TYPE ...

OpenSQL Inline Select

Hi Guys, I have came across a problem for which we have a very simple solution in other SQL languages (like T-SQL, mySQL & pl/sql), but im having difficulty in OpenSQL. Im trying to achieve an inline select, but getting an error; kindly guide ...

Khan by Participant
  • 794 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Authorization Object

I have a requirement wherein if user does not have access to FBL1N then the same user should not be able to see data for report (in which all the details of vendors are displayed w.r.t. data type) and if user has access to FBL1N then the data should ...

Auto update of field " Quantity in Delivery Note' (GOITEM-LSMNG) when doing GR against PO in MIGO.

Hi All, I have an existing project which uses BDC to populate all data like Document date, posting date, Delivery note, Bill of landing, qty in unit of entry, etc... in MIGO for doing GR against PO for gate entry. My requirement is to populate th...

Dynpro used multiple times

Hi All, I'm currently implementing a cockpit. For this I want to display the long text of a sales order position. I created an dynpro with an cl_gui_textedit field. It works all fine in my first case. The problem is, that I'm trying to reuse this...

Resolved! IT_VBAK" is a table without a header line and therefore does not have a component called "VBELN".

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.SELECT-OPTIONS : so_nbr FOR gv_vbeln, "MODIF ID abc "screen group = abc SELECTION-SCREEN END OF BLOCK b1. DATA : gv_vbeln TYPE vbak-vbeln. TYPES : BEGIN OF ty_VBAK, vbeln TYPE vbak-vbeln,...

Labels in this area