Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Criticality.png

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

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83484 VIEWS
  • 212 REPLIES
  • 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...

Enhanced SU53 now available

Hi guys,after some years of riping, the enhanced SU53 is now available. One main issue was always, that only the last failed check was displayed. Now you can choose, how many failed checks shall be available in SU53.Some limitiations still: combined ...

Bernhard_SAP by Product and Topic Expert
  • 1824 VIEWS
  • 2 REPLIES
  • 0 Likes

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

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