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

Resolved! Load data in xl by giving dynamic table and selecting dynamic fields from this table

Below is the program and output screens. REPORT zvb_dummy1. DATA:ls_fieldcat TYPE slis_fieldcat_alv, lt_fieldcat TYPE slis_t_fieldcat_alv, ls_fieldcatlog TYPE slis_fieldcat_alv, lt_fieldcatlog TYPE slis_t_fieldcat_alv, lt_layout TYPE slis_layout_al...

Resolved! Joining service tables

Hi, I am looking to create a CDS view where I can use the same column value in a loop to retrieve information from the same table. Code: define view ZSERVICE_DETAILS as select from ekpo as ekpleft outer join essr esr on ekp.ebeln = esr.eb...

Resolved! How Select From Local IT !

DATA : IT_DATA_GRID1 TYPE TABLE OF BKPF, IT_DATA_GRID2 TYPE TABLE OF BKPF. START-OF-SELECTION. SELECT * INTO CORRESPONDING FIELDS OF TABLE IT_DATA_GRID1 FROM BKPF UP TO 10 ROWS. How select again from IT_DATA_GRID1 ? SELECT * INTO CORRESPON...

srahemi by Participant
  • 3659 VIEWS
  • 14 REPLIES
  • 0 Likes

Resolved! Getting 6 hr delay timestamp value when Creating YR by using Standard BAPI

Hi Everyone, I have a requirement to create Yard Request(YR) based on the file/record receive from PI/PO system. I used the Standard BAPI provided by SAP to Create & Update YR in the program but when I check the Created YR in tiles, I can find tha...

Labels in this area