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
  • 83478 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! More instances

Hi!I think it will be easy for you, but it's still unclear for me.I've created a class in SE24 called ZCL_HK with a method called TEST, please read the following code.DATA: hk TYPE REF TO ZCL_HK.CREATE OBJECT hk.CALL METHOD hk->test.CALL METHOD hk->t...

Resolved! BAPI_VENDOR_CREATE

Now then,I have searched high and low for any information on the BAPI - BAPI_VENDOR_CREATE.It seems that this BAPI only calls the transaction XK01. I need to be able to create vendor masterdata from say an uploaded excel spreadsheet. I could use the ...

F4 help in alv grid

I developed an alv grid in which one field is ROUGH SIZE ( AUSP-ATWRT).I want F4 help in this field.I already wrote the code as given below but F4 help is not comming.IF LCAT-FIELDNAME = 'ROUGH_SIZE'. LCAT-REF_TABNAME = 'AUSP'. LCAT-REF_FIE...

Resolved! Get the System Type

Hi all.Im sorry if this question is simple, but ive searched for some time now and didnt find a good answer.I need to get the system type in Abap, because im making a program that for non PRD systems prints a special message.Thanks.Regards.

1MoreDev by Explorer
  • 1585 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! function module issue

Hi, I have been using function module to create web services, BAPI_OUTB_DELIVERY_CREATE_SLS after completing all the steps when we assighn a package it shows an err or stating thats sap package" cannot be created in foregin name spaces.suggest.th...

Exception condition "NO_FIELDCATALOG_AVAILABLE" raised in an alv grid.

Hi.I saw other threadhs with this problem, and in each ones somebody explained how to use the fieldcatalog.In this case I wish to know why I can't use the structure name.The code is at the bottom. I'm working with a rel. 4.6c. I'm sure that when I c...

Download text file from application server to client server.

Hi all,I am facing a format issue while downloading text file from application server to the client machine.The issue is that, say I have 6 to 10 lines in my text file in application server. but when i store it on the hard drive, it shoes all the dat...

Sorting in SAP Query

HI All,We have a Query for tables EBAN and EBKN with some additional fields fetched from Add-On Tables.This Query had a performance issue, therefore we created new Program with the existing logic of Query.This program woks well with improved perform...

Labels in this area