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

AC01 Ehancement

Hi, We have a requirement for adding a custom field in AC01 . For we have create enhancement in EXIT_SAPLBAS0_800 and EXIT_SAPLBAS0_810. We have create subscreen and added our own field in CI structure, however the subscreen are not appearing , an...

Z* Y* PROGRAM OBJECT LIST (Active/Inactive) (Last used date) (Programs/Function Modules/Methods)

Dear SAP experts, I would like to create a list of all user created Z* and Y* Program Objects to see the active/inactive objects and the last used/executed date. The list concerns ABAP programs/reports, Class/Methods and Function Groups/Function ...

How to create/change/delete one custom infotype by other custom infotype record in PA30 SAP ABAP ?

Hi, I have two custom infotypes 9010 and 9020. I am doing create / change / delete / delimit the custom infotype record ' 9010 ' through Tcode : PA30 then the same should create / change / delete / delimit other custom infotype '9020' record. ...

MOVE-CORRESPONDING - behaves different for work area and internal table

Hello Experts, My doubt is, when I use the key word MOVE-CORRESPONDING on any work area, it works as intended i.e. fill the fields with similar name without any impact on the other fields, it could be filled or blank, that's immaterial. But when I ...

ROUITNG IDOC

We are migrating data from 100 to 200 client. We have used ROUTING_CREATE_SAMPLE_FILE in se38 to generate Idoc . But it gives E0400 error that partner profile not found. But profile is already defined . What can e the reason.?

Is there any enhancement for ALE_OUTB_DELIVERY_SAVEREPLICA Function module ?

Hi All, Is there any enhancement for ALE_OUTB_DELIVERY_SAVEREPLICA Function module ? My requirement is to fill the segment E1BPADR11 with email-address when the PARTN_ROLE = 'XX'. Is there any enhancement for this as i cannot find any Exit for th...

What is the difference between CDS View & Database View at the execution level?

CDS Views got extra features like aggregate functions, union, view on view .,etc. I got it, but at execution level, lets say I have joined 3 tables , no aggregate functions, no complex code. What is the difference between creating cds view / se11...

Standard Program VF06 is not creating billing document with document category U profroma invoices.

HI Can anyone help me pls in this,I want to create billing document through VF06 for Proforma invoices but Sap is not allowing me, even though the delivery present . I know Vf06 can only process final invoices , but is there any way we can do wit...

ABAP 7.40 Syntax

Hi experts, As in below there are two similar statements behaving differently. Requesting to point out the mistake i’m making. DATA: ls_ret TYPE bapiret2, ls TYPE atpmsg, lt TYPE tbl_atpmsg, lt1 TYPE tbl_atpmsg. ls_ret-message = 't...

Attachments are opening in XML. It should open in PDF format instead. Tcode FB03

Hello All, Today when we are executing tcode FB03, putting document number, company code and fiscal year and press enter. at Attachment, all attachment are opening in XML format, instead of PDF format. Can someone please help. I do'nt think this is...

loop orders

Hi all, I loop over clients and I want to get the orders of that client every time : loop at lt_client into ls_client. read table lt_orders into ls_orders with key client_id = ls_orders-client_id. end loop. the problem is that I get the f...

Labels in this area