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

    Query on BKPF~Index

    Hi Friends,   I've a select query as below:SELECT bukrs   belnr   gjahr   cpudt   cputm   awtyp   awkey INTO TABLE gt_bkpf FROM bkpf WHERE bukrs = P_BUKRS AND   cpudt IN r_cpudt AND   bstat = space.if I keep the select query as it is, it hits the ind...

    Resolved! Accepted Solution

    How to use 'BAPI_GOODSMVT_CREATE' for posting GR using the Handling unit

    Hi Experts,I am trying to do GR using  'BAPI_GOODSMVT_CREATE' Please guide me how to do GR using Handling Unit Number using above BAPI.If any sample code for GR using Handling unit please do send me..which Movement Type I should pass to this Bapi.Tha...

    While we posting INVOICE using MIRO Transaction, i need an Exit/Enhancement spot/BADI. To populate message/Flag

    Hi Experts,While we posting INVOICE using MIRO Transaction, i need an Exit/Enhancement spot/BADI, To populate message/Flag.. I was using all the exits which are available in MRM Package, but those exits could't trigger.. pls help me out.

    upload open purchase order

    guys need help i need to upload open purchase order through bapi recording will you give me idea to develop this programpls suggest me how to developthank you in advanceanand Moderator Message: Please search before posting your query.Message was edit...

    anand_n5 by Explorer
    • 433 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    problem while viewing data in alv from background (configuration done)

    Hi Experts,We are facing a problem while checking alv from spool.SPAD part is done by cheking the format checkbox, apart from that our ALV contains only 10 column.We have checked the format type also, it is also ok.Its' working fine from foreground b...

    Read table KNVP in SAP from .NET by ReadTable

    I have the code snippet as below:...                ReadTable readKNVP = new ReadTable(con);                readKNVP.TableName = "KNVP";                string SP = CommonFunction.ConvertToERPStringValue(Request.QueryString["SP"], 10);                ...

    Resolved! Accepted Solution

    Alv Hot spot

    Hello , I have short question about hot spot. I need hotspot  field on the first of mu table ( Belnr) When i set up hot spot like it is in below example I have hot spots on the all fields of output table. Please let me know how to do it. When I set u...

    SAP License Type

    Dear All,We have to give license type to each user for running system measurment. I have confusion about SAP Application Professionaland SAP Application Limited Professional User.As per SAP User classificationSAP Application Professional :An SAP Appl...

    Resolved! Accepted Solution

    Table Control Searchhelp

    Hello,I like to know how to create Searchhelp for a field in TableControl.I have a Dynpro with two TableControls on it. Both transacted with internal table.One of these TableControls has 3 keys. Over the first one you can choose the right combination...

    Resolved! Accepted Solution

    system variable

    Hi in my application for VD02 transaction in development   system   for menu  bdc ok  code is AO02 for additional data but     for  testing server it is AO01 so in bdc i want to write   write     condition according to server how  to do it please he...

    Resolved! Accepted Solution

    ABAP 2D Report

    Hi Experts, I have created a ABAP PI Chart Report With the Function Module 'GRAPH_2D'.Coding :  DATA: BEGIN OF i_tab OCCURS 0,name(20) TYPE c,value TYPE p,END OF i_tab.i_tab-name = 'Trucks Ordered'.i_tab-value = '90'.APPEND i_tab.CLEAR i_tab.i_tab-na...

    Resolved! Accepted Solution

    Native SQL (MS SQL) Help

    Hi All,I have a need to reach into an external Vertex DB on SQLServer 2008.  Easy enough on the surface, but the business wants to use select options to filter the data and I'd rather pass them into the query rather than filter after select for perfo...

    Resolved! Accepted Solution

    how to write this SQL

    Hi experts,I want to download the item#/site#/stock of all active items.  I used the following SQL, and it runs fast(in 2 minutes) even thought MARC and MARD are very very big.Select    P~matnr              P~werks              F~labst INTO CORRESPON...

    Labels in this area

    Explore this Area