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

Cap CDS 7x - Postgres

//view.cds view dummy as select from dummy_table{ key id, TO_VARCHAR(TO_DATE(comm_doc.create_date )) as create_date : String(20) } comand: cds deploy --profile pg error: error: function to_date(date, unknown) does not exist at /workspac...

FBL5N-Add button

Your professional help will help me a lot Do you have any information for me where to add the button? I need to add to the FBL5N transaction a button that, when clicked, will take all the selected records and display the output of the invoice on ...

Resolved! XD99 and Batch input

Hello, I did a program for duplicate customer. I try to use the XD99. It's ok when i execute the transaction XD99 but when i do it in a program, the save it's not ok Do you have an idea ? Thank you. Thierry ... CLEAR wa_bdcdata. wa_bd...

Resolved! XML to Internal Table with CDATA

Hello,Function Module: SMUM_XML_PARSEI have an XML file and I want to upload it into ITAB, The upload was successful but it is not getting some values of the XML tags with CDATA, sample XML tag with CDATA<CompanyName><![CDATA[ABCD INC.]]></CompanyNam...

AJeB by Participant
  • 3165 VIEWS
  • 5 REPLIES
  • 0 Likes

Impossível adicionar documento; ativo deve ter a mesma ramificação que o cabeçalho do documento

Boa tarde! Ao tentar redirecionar a entrada de um item de ativo fixo aparece essa mensagem, "Impossível adicionar documento; ativo "ATV001" deve ter a mesma ramificação que o cabeçalho do documento", me impedindo de realizar o lançamento, poderiam ...

Resolved! ALV Grid cell merge behavior changed if 2+ sorted columns (approx 7.40 -> 7.57)

Hi experts, In a 7.52 SP 04 version (also verified on 7.40 SP 23), I'd like to know if it's possible to obtain a feature which is available in a more recent version 7.57: My concern is about the cell merge when there are two or more sorted column...

SAP ABAP SQL I have 2 different select statement the 1st one is an input to the 2nd select.

Hi! SAP ABAP SQL I have 2 different select statement the 1st one is an input to the 2nd select statement. TYPES : BEGIN OF Y_BWART, BWART TYPE MSEG-BWART, END OF Y_BWART. DATA: TS_BWART TYPE STANDARD TABLE OF Y_BWART WITH HEADER LINE. SELECT ...

How to update custom field in ANLU for Non-unicode system via extension structure?

Hi ABAP experts How to update asset custom fields (in table ANLU) non-unicode system. If I use the standard method: LS_BAPI_TE_ANLU-Z_FIELD2 = '123'.<br>LS_BAPI_TE_ANLU-Z_FIELD5 = 'ABC'. LS_EXTENSIONIN = LS_BAPI_TE_ANLU. APPEND LS_EXTENSIONIN...

Labels in this area