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

Resolved! Where do i use RESUMABLE EXCEPTION?

Hello SDNers,I have the following construct in my code:   TRY .      val1    = persist_class->get_value( key1 ).       val2    = persist_class->get_value( key2 ). " --> exception is raised here       val3    = persist_class->get_value( key3 ).     CA...

SuhaSaha by Product and Topic Expert
  • 2499 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Need Small suggestions For saving data to pdf file.

HI,I need some suggestions from your side,Actually my requirement is i would like to Generate data from Smart form to Pdf (Local file).Some threads are available, I never used smart form to local file. Finally i searched and i got one post.Then i imm...

email with ALV

Hello,I want to send an email with ALV-output. For other lists I use function builder SO_NEW_DOCUMENT_ATT_SEND_API1 and this works fine. But it doies not work for ALV.Can someone recommend another function builder oder which parameter I shoul use ?Th...

BAPI_SALEORDER_CHANGE

Hi Team,I am using the BAPI_SALEORDER_CHANGE to reject a line item in the Sales order and I got successful message  from the Bapi.However , when I checked  in the tcode va03 and table VBAP ,there is no change in the Sales order details. I would like ...

Resolved! Password reset of SAP ID using PSS in AC 10.1 although login is through LDAP ID and pwd ?

Dear Team,I am using Password Self Service ( PSS ) functionality in AC 10.1 .SAP ID of every user will be mapped onto a concerned Field in LDAP. And respective group field mapping will be maintained in SPRO of GRC system.Users will be authenticated u...

Resolved! Dynamically Structure

HI ABAP'ERS,I possible to create dynamically structure with random number, when in Selection-screen give size of this structure. For example in SS give 20 to program create a structure with 20 rows and 20 column in char type? I search but i don't see...

lo_functions = gr_table->get_functions( ) doesn't return all the functions of my pf-status.

Following is my code :I am using the below logic to disable a button 'EMAIL' from the alv output.But  the statement lo_functions =   gr_table->get_functions( ) doesn't return me all the PF status functions.Hence i am not able to get 'EMAIL' function ...

Short Dump: message_type_X in program SAPLMBWL

Hiuser is getting short dump as:Category               ABAP Programming ErrorRuntime Errors         MESSAGE_TYPE_XABAP Program           SAPLMBWLApplication Component  MM-IMDate and Time          27.08.2015 15:10:50What happened?    The current appli...

Resolved! Funcion hana

CREATE FUNCTION SyS_FU_RedondearPrecioNeto( nPrecioNeto DECIMAL(19,6), vAlmacen VARCHAR(3) ,cRedondeo char(3)) --returns Precio decimal(16,6) LANGUAGE SQLSCRIPT SQL SECURITY INVOKER ASRETURNS TABLE (Precio DECIMAL (19,6)) LANGUAGE SQLSCRIPT ASBEGIN D...

Resolved! Using WATCHPOINT to determine when MEMORY ID value is being reset

Greetings:I am debugging a custom transaction which uses the syntax EXPORT... MEMORY ID to pass the value of a Selection-Screen PARAMETER to standard SAP customer exit EXIT_SAPLFMDT_001 and its include program ZFMMDTU01.  This is used for Manual Cost...

Resolved! Generating UUID in ABAP

Hi,my requirement is generating an UUID version 4 (random).A universally unique identifier (UUID) is an identifier standard used in software construction, standardized by the Open Software Foundation (OSF) as part of the Distributed Computing Environ...

Report to Display Archived data for CO_ML_IDX, CO_ML_DAT and CO_ML_SPL Archived objects

Hello All,I want to know is there any standard report available in SAP to display the archived data for Archiving objects CO_ML_IDX, CO_ML_DAT and CO_ML_SPL? Otherwise please explain how we can build a report to display the archived data for the abov...

Labels in this area