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
    • 94649 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Call Transaction on MIRO - Saying INVFO-BLART doesn't exist on screen

    I'm using a Call Transaction for MIRO (BAPI didn't work for me, that's another story).Anyway, I recorded via SM35 and I'm inputting EXACTLY what it says. During the transaction I push a tab to get to where I can enter the Document Type and Inv. Part...

    Outbound ALE/IDOC

    Hi, The requirement is to trigger an IDOC ifNew/Change in PO (ME21N,ME22N)New/Change in Scheduling Agreement (ME31L,ME32L)New/ Change in Contract (ME31K,ME32K)The PO,SA,Contract are assigned to a output type.Any idea how do we do this.Regards,Ramya

    Resolved! Accepted Solution

    Enhancements: Declaration vs. Code (static vs. dynamic Enhancement Points)

    Hello all,when I implement an implicit enhancement point, a popup with the buttons "Declaration" and "Code" appears. In the enhancement implementation I see later on that a "static enhancement point" (for declaration) or. a "dynamic enhancement point...

    Resolved! Accepted Solution

    Business Objects

    How can you associate a business object with a type of document?For example, I know that to add a document to a purchase requisitionuse BUS2105. I am working with other document types to which supporting documents canbe added. And I have the code to...

    Resolved! Accepted Solution

    User Exits in QM module

    All,Our client is interfacing SAP-QM with a 3rd party system, without using QM-IDI functionality. The requirement is to trigger a message (IDoc) when a <b>sample is released</b>. Could you suggest a user exit to meet this requirement?Note: Message ne...

    Resolved! Accepted Solution

    Modify Table

    Hi,I have to update the table gt_zprice with created CreditMemo. I tried the following two ways, but nothing is working. Please guide me if I am doing something wrong here.Thanks,Neelu.READ TABLE gt_zprice INTO gs_zprice. IF sy-subrc EQ 0. gs...

    Resolved! Accepted Solution

    OO Question?

    Any reason to do this in a program:DATA: o_zcl_icg_calculations TYPE REF TO zcl_icg_calculations. CREATE OBJECT o_zcl_icg_calculations.CALL METHOD o_zcl_icg_calculations->calc_wettons_unit_price EXPORTING zunit_price...

    Resolved! Accepted Solution

    LDAP, UME , SAP and HR....

    Hello Guys,I need help on complex topic. First : we implement portal with R/3 4.6C. So we think to use SAP for account user and ABAP Role, link abap role (group in portal ume) for portal role. For HR, we will use infotype 105 subtype 0001 for user id...

    Resolved! Accepted Solution

    Script-questions

    Hi i want to know 1)Is it possible to call multiple layouts from one driver programe . How ?2)u are not given the authority to change print programme. can u add new fields to script ? If yes. How ?3)What is NACE ? What is the purpose of NACE ? 4)How ...

    Background jobs!

    I had scheduled 5 jobs in background. one job has successfully finished and another 4 jobs are cancelled due to system shutdown. I had rerun those 4 jobs, but I faced with the same error. I spoke to a basis guy and he said it could have happened beco...

    Resolved! Accepted Solution

    extraxt data fron IDOC...

    Hi everyone,I have to write code to extract data from an IDOC into my program and then later pass that data to a BDC program for a transaction...What kind of code shud i write...I have writte na select to get data from the EDIDC tabel like:select doc...

    Resolved! Accepted Solution

    Change Logs?

    SAP report RSVTPROT (report change logs) when I run it in prod I can pick up new/changed tables, in this case it is TVRO. However, when I run it in DEV it does not pick up the changes to the table. I checked the technical settings of TVRO in both env...

    Resolved! Accepted Solution

    How to remove multiple selections button in LDB selection screens

    Hi Friends,I am facing a problem while doing an HR object. I took an LDB with Selection screen '100'. i got the company code select-option in it. But i need to avoid multiple selection button so that i have to take only a single company code to print...

    BAPI

    Hi gurus, I have uploaded sales order data using BDC call transaction but now I want to use BAPI for this, so can you please the desired changes in the following code which I used to upload data using BDC.Thanks Rajeev Gupta&----*& Report ZBDC_SORDE...

    FM On Update Task

    Hi All,I have written a subroutine and inside that I am calling a FM In Update Task.Control is going to the Subroutine but not into the FM In Update Task,but the SY-SUBRC = 0.The Code is like this :PERFORM sub_post_data.FORM sub_post_data .*----- Pos...

    Labels in this area

    Explore this Area