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

Resolved! Hiding column in cl_salv_table

hey, I am using cl_salv_table to dispay report and I need to hide some of my column present in gt_table I did this using SET_VISIBLE method. TRY. CALL METHOD cl_salv_table=>factory IMPORTING r_salv_table = lt_table CHANGING t_table = gt_table . ...

amysh95 by Participant
  • 10180 VIEWS
  • 2 REPLIES
  • 0 Likes

Add new emails Customer at XD02 from CALL METHOD cmd_ei_api=>maintain_bapi

I need add new email adress on customers in XD02 from a xls. That's all ok, but , when i CALL METHOD cmd_ei_api=>maintain_bapi this really change the email , but delete all the emails on XD02, and it's not what i want, i want to add a new email put t...

Resolved! How to move a structure containing type CURR fields to a string

I am trying to move lines from Infotype 0008 to a string. Infotype 0008 contains fields like BET01 which is type CURR, and ANZ01 which is type DEC. I want to move ls_0008 to ls_string but in Unicode this is not allowed because the field types are n...

Left Outer Join

Hello, I would like to do a Left Outer Join in the WHERE statement (Selection Formula Record). Any suggestions would be utmost appreciated. I know we should do this in the FROM statement, but I do not have a field to LOJ to at that point. It's one fi...

Resolved! BDC in S/4 HANA

Hi experts , Is BDC supported in S/4 HANA? But we see there are few standard programs in S/4 HANA 1709 , which are using BDC Call transaction method. Do we have any information note such from SAP, stating BDC is either can be used or obsolete i...

how to maintain change logs like edit or delete entries in table maintenance generator(ztable)

Dear All, I have a requirement that I have to maintain the delete , edit entries logs into a ztable for a table maintenance generator ztable_tmg . Whenever a table entry is deleted or edited or modified then the entry should be saved in a ztable ...

Sales Order Query

Hi All, I need to write a query, that gives me the Open sales order for a financial calendar year, which is easy enough because I can write a query for the sales order with open line status, but the problem I need to find out if any of those open o...

Resolved! Couldnt build Java applications in SAP Web IDE from 4/2/2019 after Reinstalling Builder

Hi everyone, After reinstalling builder I am getting the below error while building the application. Moreover this error shouldn’t occur because this runtime environment is provided by cloud foundry.Could you please suggest some inputs? [INFO] BU...

ODATA update

Hi, I'm using web IDE Full Stack, SAP UI5 and a HANA db service. Creating entities with the app works fine. But I receive errors during the update operation. onTaskStatePress: function () { var oModel = this.getView().getModel(), oViewMode...

WFlats by Participant
  • 1640 VIEWS
  • 2 REPLIES
  • 0 Likes

Querying in SE16

Hi, How can we create below query in SE16? select rldnr, rbukrs, belnr, gjahr FROM acdoca INTO TABLE @DATA(it_acdoca) WHERE ( rldnr = 'U0' AND rbukrs = 'AA05' AND belnr = '1000000011' ) OR ( rldnr = 'U0' AND rbukrs = 'AA04' AND be...

Labels in this area