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

Resolved! Question about transports of enhencments and workflow objects

Experts,Say an enhancement or workflow has been transported to QAS system which has 3 instances, will the enhancement be active in all the 3 Q instances?Edited by: Julius Bussche on Jan 27, 2009 12:06 AMPlease use more meaningfull subject titles

Better RegEx?

I want to find the "sbeed" from a string. I have written the following regex for that. But I am in confusion which is better regex? regex = '(?!sbeed$).*$'. regex = '^$|^[^s].*|^s$|^s[^b].*|^sb$|^sb[^e].*|^sbe$|^sbe[^e].*|^sbee$|^sbee[^d].*|^sbeed.+...

Resolved! Question on OOPS concept

Hi,I am trying to learn OOPS. I have tried to develop a CLASS just to add & subtract 2 variables (which will be given as input parameters).. Plz find my code below..When I try to check syntax for the code, it gives me error "The obligatory parameter ...

New ABAP Editor Settings - Auto Completion Key = ENTER instead of TAB

Hello SAPients!Does anyone remember the name of the .xml file that I have to change in order to force the New ABAP Editor to use the ENTER key for Auto-Completion instead of TAB?I did this last year in a different computer but I don't remember the na...

Resolved! Sales Personnel number

Any help will be greatly appreciated. I need to find the name of the Sales Personnel associated with each billing document . I can pull the personnel number VBPA-PERNR of the sales person by entering the billing document and partner function VE in t...

Resolved! User exit Debug

Hello Abapers I am trying to write an user exit to extract data from knov table and append it in E1EDP05 segment in the Quotes.ORDERS05 idoc. For this i am using EXIT_SAPLVEDE_002 and include ZXVDEU02. My code is like this DATA: WA_E1EDP05 LIKE E1EDP...

IE objects

Hello ,In my scenario when i click on a particular transaction an IE browser is opened which asks for usr/pwd .How to handle this in eCATT ? do i need to use another tool for recording the Browser or eCATT handles this issue, the test case says as ex...

Issue on HR FORMS

We have a production issue now and need to resolve that ASAP.When I look at the form in PE51, I donu2019t find my fields and their respective rows and columns directly in the group and line type, which I can see on the payslip output.Our issue: When ...

Resolved! ALV Header Problem

Hello, I created an ALV Report Program names Z_Test. I want to change it's name to ZREPORT, but when i rename the program and execute it, the ALV Header text and image doesn't appear, i think that i'm missing something. Thanks for your help.

Resolved! BAPI/FM to read the conditions(pricing conditons) from sales order in CRM?

Hi all,I have a requirement where in I have to read all the conditions(Pricing conditions) that appear on the sales order in CRM.Can some one tell me if there is a standard BAPI/FM which I can use to read these conditions from the sales order?I have ...

Resolved! Can ABAP proxy to consume WSDL file be run as background job for every10min

Hi all,I have a requirement where I need to build an interface which gatheru2019s the purchase order details and send to external third party software in their required format (as an XML file).So I should be the first point of contact and should trig...

Labels in this area