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

Resolved! Making a PyRFC call to BAPI_PERSDATA_CHANGE on an SAP IDES results in this exception.

Hi Experts,I'm using the awesome Python library - PyRFC to connect to an SAP ECC 6.0 IDES (running on a remote Windows host).I am successfully able to READ an employee's data stored in IT 0002 using the BAPI: BAPI_EMPLOYEE_GETDATA.The output of BAPI_...

Resolved! sapscript program

Hey everyone,i have created a form using SAPSCRIPT in which i have two radiobuttons G_QUO(QUOTATION) & G_PRO(PROFORMA) .Now what i want is when i click on G_QUO in one of the windows it should come as quotation invoice and when i click on G_PRO in on...

Calculated field in abap cds where clause

Hi,I am using calculated field in where clause. But it is giving error.define view view1 as select from Table1 {     Table1.field1,     case               when Table1.field2 = '1' then Table1.field3               when Table1.field2 = '2' then Table1....

Resolved! Embed Object in Excel using OLE

Hello Experts,I am trying to embed an object inside excel and it is not working.PFB VB and ABAP code used for it.VB Code:ActiveSheet.OLEObjects.Add(Filename:= <filepath>, Link:=False, DisplayAsIcon:=False).SelectABAP Code:GET PROPERTY OF lo_worksheet...

rajad by Participant
  • 1588 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Customize Master Table

Hi Expert, I have created a customize master table and allowed user maintenance.  How can I do to make sure only 1 xfeld field(X) is allowed to maintain?ClientKeyXFELD100A 100BX100C 100D Thanks.Regards,-Ben-

benlim by Contributor
  • 1570 VIEWS
  • 6 REPLIES
  • 0 Likes

Resolved! Enhancement in VA02

Dear abappers,I am facing some issue. I am assigning a value some where while creating the Sales Order.I am using  USEREXIT_PRICING_PREPARE_TKOMP  user exit in the include MV45AFZZ.When I create new record the value is assigned correctly but when I  ...

Resolved! Check if a non-key column of internal table holds same value for all records

Hello folks,What is the best way to compare records of an internal table based on a single column values?Say, I have an internal table with values as below:ABC100110100120X100130My requirement is to check if the column C contains identical values or ...

Resolved! Gender Radio button Validation in Info type 0021

Dear Experts,I want to set radio button in info type 0021 based on subtype.for eg : If the Sub type is 11 – Father then the Gender should be Male and if the Sub type is 12 – Mother, then the Gender should be Female.Thanks and Regards,Shardul Tendulka...

I am unable to insert a Condition type 'ZGLC' - item level using BAPI_PO_CHNAGE FM

Hi,I am unable to insert a Condition type 'ZGLC' at  item level using : BAPI_PO_CHNAGE FM.Find the below code :***************************************DATA  : it_cond   TYPE STANDARD TABLE OF bapimepocond,            it_condx  TYPE STANDARD TABLE OF b...

Labels in this area