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

Resolved! zcluster table giving a dump while deleting a entry ....

hi gurus,i am facing a new problem , we have zcluster table (through sm34) , assign a tcode also but when ever deleting a entry from giving dump.dump details:Category               ABAP Programming ErrorRuntime Errors         PERFORM_NOT_FOUNDExcept....

Resolved! How could i catch the exception in particular line.

Hi,I have one small question, through the search i could not get the answer. The issue is in my internal table 35000 records are available. I am looping it until end. in this loop i am doing some calculation. While doing calculation. in one of the ro...

Resolved! Error in ALV GRID OO

Hello, I have an error in report ALV.Is using the method:CALL METHOD g_o_alv_grid->set_table_for_first_display.The problem is in the visualization, In some moment the user press the button Output List, and the report display the info like a list repo...

File ID to XString

Experts,I have requirement as below,- File(XLS or TXT) is uploaded in DMS via CV01N Tcode. This generates a File ID which looks like GUID value( For e.g. 4CABF0266C031140E10000000AA80C83)- In a different application after file upload, i need to displ...

Resolved! 500 SAP Internal Server Error ERROR: Access using a 'ZERO' object reference is not possible. (termination: RABAX_STATE)

Hi All,we are facing this issue, by opening performance appraisal Document.it is opening window fine but it is showing above mentioned ERROR.we searched all the root cause. But we couldn't able to solve it.please share your thoughts and solve to this...

Subroutine passing value

As a beginner, I have created a subroutine and want to use in another program by calling value.Please advice the code Am i right here ..FORM ZX using P .  IF zemp BETWEEN '00000001' AND '00088888'.    SELECT  SINGLE * FROM P100 WHERE pernr = zemp    ...

Resolved! Reading Tables from FM

Hi all,I am a (almost) Newcomer in ABAP programming. Now I have a problem with the FM "BAPI_MATERIAL_STOCK_REQ_LIST".The FM I'll call as follows.CALL FUNCTION 'BAPI_MATERIAL_STOCK_REQ_LIST' "Material - Current Requirements/Stock List     EXPORTING   ...

Resolved! HANA Development: Asterisk (*) vs. detailed field specification in select statements

Dear all,I have learned that using the asterisk / star * select Statements is a Performance Problem when using a HANA database.For example,------------------------------------------------------data lt_t100 type table of t100.select * from t100 into l...

Web service vs RFC

Hi Friends, I have a question regarding Web Service vs RFC. In our landscape we have more than 100 synchronized web services currently running. In our landscape, SAP is used as backend. My landscape is like below:SAP (backend) -> Web Methods (Middlew...

Menu enhancement in ME38.

Dear expert,     i have a requirement in which i have to give access to a particular user to do the scheduling PO confirmation.I was thinking to disable the confirmation button from menu bar except that particular user but i am not getting any BADI o...

Resolved! ABAP to XSLT - Problem with Deep Structures loop

Hello everyone.I need help with a transformation from ABAP to an XML file using XSLT.I can't make loops correctly.Here's my ABAP code:TYPES: BEGIN OF ty_asigsol,            serie(4),            docnm(8),            emisi(21),            numau(15),   ...

Labels in this area