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
    • 94130 Views
    • 212 Comments
    • 39 Likes

    Emulating FB60

    Hi,I am emulating FB60 through function module "BAPI_ACC_DOCUMENT_POST"; which is used to create a non-PO matched invoice. There is couple of things i would like to know.1- Is there any way to "Park" this invoice, rather than posting it.2- I am able ...

    Dynamic declaration

    I have to create an internal table of certain database table type. without using field symbols.Paramaters: Ledger like t881-rldnr.data: itab like table of t881.data: line like line of itab.select single * from t881 into line where rldnr = ledger.here...

    Resolved! Accepted Solution

    Importing Data Clusters

    Dear All,How do I import data clusters from a database table to view the data it contains. I know, or at least I think, I have to use the IMPORT command which has the following syntax:IMPORT parameter_list FROM medium [conversion_options].But how do ...

    Resolved! Accepted Solution

    Skipping Screen on LDB

    Hi... another question for my friends.I'm using LDB PSJ. And already manipulated the Selection-screen.But still having a problem.... When I call my program, the LDB calls a little screento ask my "Project Perfil" .... with a required camp. ( I have ...

    Resolved! Accepted Solution

    DEFINE & INCLUDE in Form?

    Hi,I use this code to read text from MRP 4 view Material Memo (MM03) DEFINE &LV_MATNR& := '&LTAP-MATNR&&LTAP-WERKS&' INCLUDE &LV_MATNR& OBJECT MDTXT ID LTXT LANGUAGE 'E' PARAGRAPH LV But, LV_MATNR is = 260DE10I need LV_MATNR to be = 260 space space ...

    Resolved! Accepted Solution

    help with AT NEW

    HallowI wont to do this code with <b>AT</b> but when I add the at line I get subrc-4 (in select) and when I remove the at new statment the code is working well .I see in the debugger that field <b>bdate</b> is =****** why and how I solve this problem...

    Resolved! Accepted Solution

    Possible solutions - BAPI to return all UOM on an Article/Material?

    I have a requirement to lookup an article and return all units of measure (an array based on MARM) from an MATNR (Material number).BAPI_MATERIAL_GET_DETAIL returns only the base unit of measure. I have been unable to find a standard Bapi that would ...

    Labels in this area