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

Capturing Deletion of SO10 Text in Transport request to delete from Quality

Dear All, I need Capturing Deletion of SO10 Text in Transport request to delete it from Quality. It is wrongly transported to Quality and production. Can anybody guide how it can be done. I deleted text from SO10 in Dev but no TR pop-up came . ...

API Upsert not working

Hi There, We are testing this API Upsert https://apisalesdemo8.successfactors.com/odata/v2/EmpPayCompNonRecurring(payComponentCode='BASESAL_US',payDate=datetime'',userId='LOA01') for Off cycle payment but it is giving error "2022-11-14T10:0...

OLE ABAP - multitab Excel

Hi, I am using OLE to get the internal table data into multiple sheets of the same excel. But i found out that, my first sheet is coming up blank when i run it, on the other side if i run it in debugging mode step by step then the first sheet is ...

Field of type DF34_DEC in Search help dupms with " ASSIGN_CAST_WRONG_ALIGNMENT"

Hello Experts , any Any field of type DF34_DEC in Search help dupms with " ASSIGN_CAST_WRONG_ALIGNMENT" in program "SAPLSDH4" when it contains Value which is stored like 7,0463790E-7 in DB . Seems the Standard Search help implementation cannot han...

How to move one column from one internal table to another using VALUE/BASE/FOR?

Hello,I have an internal table storing some of the customer's data and I want to append a column from another table which stores e-mail addresses. LIFNR is the common field between tables.I have the function itself already working: LOOP AT gt_email...

bmierzwi by Participant
  • 9734 VIEWS
  • 5 REPLIES
  • 0 Likes

SAP DI API Connection problem

Hello, I am new for SAP DI API programming. right now, I installed DI API on my local machine. I added the DI API dll into my c# project. also, I refer the information in the b1_local_machine.xml on the server to enter the SDL servername when I ...

eqiu by Discoverer
  • 519 VIEWS
  • 0 REPLIES
  • 0 Likes

Resolved! ABAP with HTML and CSS

Hi guys I create an internal table of scarr table and put it in a string_tablesomething like this and concat it in a variablelv_html_scarr = lv_html_scarr && '<tr><td>' && concat_lines_of( table = lt_field sep = '</td><td>' ) && '</td></tr>'.the va...

AJeB by Participant
  • 4458 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! cl_frontend_services=>gui_upload

Hi i have a xlsx and csv data when i use the csv file the internal table is but in xlsx the data is is there a function module needed after the gui_upload? for the csv data i know i can solve it using split but i dont want to use split. i do...

AJeB by Participant
  • 8879 VIEWS
  • 2 REPLIES
  • 0 Likes

Need to modify

This below code snippets is hardcoded, i need to modify that by passing sales org (vkorg) and billing type (fkart) through ZXREF table , IF ( ( I_xmcvbrk-FKART = 'F2' Or I_Zmcvbrk-FKART = 'g2' or I_xmcvbrk-FKART = 'L2') and ( I_xmcvbrk-VKORG = 'LM...

Why is that my Routine for Condition Value works on specific order type and intermittently work?

Why is that my Routine for Condition Value works on specific order type and intermittently work? Hi, I have a routine that computes the value of a condition type in Sales Record Condition Type. I have not specified an order type but some times it w...

Labels in this area