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

Resolved! SAP, OpenSSL, and Heartbleed

I'm sure by now everyone has heard more than they wanted to about the latest vulnerability sweeping the Internet.  As far as I can tell, SAP NetWeaver systems don't have any built-in OpenSSL components and shouldn't be vulnerable, but I'm not 100% su...

Resolved! Persistent Classes

Hi Experts,I was in the process of defining mapping using Mapping Assistant Tool, I mapped the Class to the custom ABAP table. I was mapping attributes  - I was not able to find Class Identifier in drop-down for the particular attribute- I found only...

IDoc vs. WS-RM

Hi  @ll,I`m trying to identify the differences between IDoc and WS-RM in case of both methods would be available for a specific business scenario.I mean, what are the advantages or disadvantages of each method.Thanks in advance!BR,Flo

delete duplicate entries with condition

Hi All,Below are the records in my internal table it_glt0.racct               drcrk             hslvt0000120000     H     |          853.47-0000120000     S     |            0.000000120001     S     |            0.000000120001     H     |            ...

Bharath84 by Participant
  • 4222 VIEWS
  • 14 REPLIES
  • 0 Likes

Resolved! Row data to Column fields in ALV

I have a requirement to create an ALV report of site wise current stock.Input :Site :   From   :     To  : Article***********************Actual result..Matnr      werks       labst1001       8000          101001       8050           20I want to displ...

Resolved! Deductable and Non deductable Control function for CVD A/C during Import Procurement.....

Hi Expert,I have a requirement like my client needs to take credit availed on CVD (JCV1), ECess on CVD (JECV) and H&SECess on CVD (J1CV) in Import procurement for one Company code. for 1000, however client doesn't want to take credit availed for anot...

Resolved! A005 - Internal table

Hi,I need to create an internal table with A005 and KONP. I've tried with the attached code, but "For pooled tables, cluster tables, and projection views, JOIN is not allowed: "A005".How i can join A005 and KONP?Thanks and best regards.Antonio

Casting Issues after cl_hr_pnnnn_type_cast=>prelp_to_pnnnn

Hello,I have an requirement to display the latest changes to infotypes for which I am using the below flow:CALL FUNCTION 'HR_INFOTYPE_LOG_GET_LIST'        EXPORTING       BEGDA                                   =       date-low       ENDDA           ...

Resolved! CL_DOCUMENT_BCS question?

HII am sending a text based contents of an internal table as an attachment in email. My code is as follows:DATA   lo_document     TYPE REF TO cl_document_bcs.   lo_document->add_attachment(         EXPORTING            i_attachment_type = 'RAW'      ...

Resolved! Runtime error while trying to execute custom F4 help in OOP ALV grid.

Dear All,I am trying to add custom search help for one of my column in ALV grid. I'm using OOP ALV, when i click for search help for that column, the system shows runtime error like below.I am new to OOP concept and tried to follow program BCALV_EDIT...

Resolved! Custom Table Entries will need to checked against the Standard Table Entries (SKA1)

Hello,I want to create one Custom table which contains GL (SAKNR). While Creating new entries in this Custom table, Needs to be checked against the SKA1 Entries.For this, i had created TMG and used Event 05, and written below code in the FORM.. End F...

upload data to internal table without fixing the excel column width

hello all,i am uploading the data to internal table using TEXT_CONVERT_XLS_TO_SAP.here the column width of excel is equivalent to column width of internal table field otherwise it is giving an error,my question is there any other way to upload data t...

Labels in this area