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...

    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...

    sheenamk by Developer Advocate
    • 94659 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    smartform loop problem

    Hi,I created a smartform that need to loop over a table to display data.it has one page and the loop is on the main window. but when the page is crossed to next page the first row is repeated and after that continus with the correct row.like this:fir...

    Resolved! Accepted Solution

    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! Accepted Solution

    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...

    Resolved! Accepted Solution

    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
    • 1817 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Excel formatting using OLE

    I have come across a requirement where unused rows and columns need to be removed from excel sheet.After the formatting, the excel sheet should look like below provided image .Is it possible by using through OLE  ?Please let me know if further detail...

    Resolved! Accepted Solution

    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
    • 1851 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    How to read Screen Field value while running BDC ?

    Hello,I came to a requirement where I wanted to read existing values present in screen fields and make it available to my Z report where I am writing BDC code.I came across but that did not work. According to given link, we need to maintain a variab...

    Resolved! Accepted Solution

    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

    Explore this Area