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

Resolved! Any wrong with my code?

I have following code in order to update customer field in EBAN, but it shows ABAP dump. Anything is wrong?DATA: it_extension TYPE STANDARD TABLE OF bapiparex. DATA: wa_extension TYPE bapiparex. DATA: wa_bapi_te_mereqitem TYPE bapi_te_mereqitem. wa_b...

Resolved! file directory in AL11

Hi guys,I have this code below,,,SELECTION-SCREEN BEGIN OF BLOCK a. PARAMETER: filename TYPE xmlfile_name DEFAULT 'TEST.XML'.SELECTION-SCREEN END OF BLOCK a.DATA: pdatname(80).pdatname = filename.WRITE : / ' begin MD'.OPEN DATASET pdatname IN BINARY...

ABAP HR-PY query

i have a problem in getting the 00AA - Previous Taxable income and 00AB - Previous Tax Withheld...The condition is if the employee is newly hired outside the company 00AA and 00AB is in infotype 0015.But if the employee Transfer to other company but ...

Labels in this area