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

    Missing popup - FIND VARIANT

    Hi,I created a Z program and has selection screen variants for 3 users. When I press the variant button on selection screen, popup FIND VARIANT is not displayed to search a variant with search parameters (Variant, Environement, Created by..etc.).In...

    set idoc status

    Dear experts,i have an idoc which i work with. My Problem is:how can i set the idoc status to 51 and mark it as corrupted ?or how can i let the system mark it like this if it is not possible to do it myself ?Thanks a lot and best regardsRené

    Resolved! Accepted Solution

    Report Variants u2013 Problem

    Hi Guys,I created a new program ZCOST_NEW and using old tcode ZCOST to call this new program. The new program has 3 new selection parameters. In production there were many variants for the tcode ZCOST. I use se93 to change the code ZCOST to call new ...

    Resolved! Accepted Solution

    Cyrillic client

    Dear Gurus,I have another idea and just would like some feedback if its feasable or not.We are converting to unicode and the our issues come from the Cyrillic code page.. 1500.Since this code page is unique to only 1 client, wouldIt be possible to ...

    Resolved! Accepted Solution

    Using CALL TRANSFORMATION

    Hello experts,I am using CALL TRANSFORMATION functionality for the first time to convert an ABAP internal table to an XML string. I need to get this XML string out of the ABAP program to send to PI for outward transmission to a legacy system.....does...

    Resolved! Accepted Solution

    ALV issue

    Dear all,I have the code as below for the ALV list. DATA: LS_FIELDCAT TYPE SLIS_FIELDCAT_ALV. DATA: POS TYPE I. DEFINE CATALOG. POS = POS + 1. CLEAR LS_FIELDCAT. LS_FIELDCAT-COL_POS = POS. LS_FIELDCAT-QFIELDNAME = &1. ...

    Change Pointers

    Dear experts,I'm working on a scenario, where in I created a function module, which does all the functionality that is required to do.Now the requirement is I need to trigger this fn module when a sales document is created, can some one please specif...

    BAPI_IDOC_INPUT1

    Hello,Does anyone know what is the use of field INPUT_METHOD for BAPI BAPI_IDOC_INPUT1?Has it something to do with create or change?I have configure PO inbound scenario but now I need to handle PO change also, so was wondering if I can use this field...

    Resolved! Accepted Solution

    how to call a screen /t-code by double clicking on the output of an alv?

    Hi,I want to call a screen / t-code on double clicking on the output of an alv report.Suppose we click on a value in the "Pur Req" feild of the ALV output it should open the the transaction code and give us the details of that particular value. ...

    Labels in this area

    Explore this Area