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

Manage Customer Master Data using vmd_ei_api=>maintain_bapi for change customer then vendor

Hello all, When I change some data in Customer and these changes pass to vendor by workflow which use the vmd_ei_api=>maintain_bapi. When we use transaction XD02 everything work correct. When I change data in customer by own program (using vm...

Resolved! print issue

Hi Experts I only need print 1 page. But it is same with 5 page. Can you help me ? Thanks in advance The code is following. FORM frm_print USING p_formname. DATA: lf_fm_name TYPE rs38l_fnam. DATA: ls_control_param TYPE ssfctrlop. DAT...

Square root sign (√) is not showing after Print in Smart form

Hi, I am going to print special character in smart form print like √, ± etc... In print preview it showing correctly but when I give print to PDF or any Laser Jet printer, it prints # or any junk character. I have assign new font family as ZARI...

Resolved! Tag XML su ABAP

I am generating an XML from abap transaction "XSLT_TOOL". How do I edit a tag that refers to the xml name space? I have to create a tag that contains the ":" and that through the simple transformation I cannot insert (the specific tag is cbc: ID). Th...

Resolved! Why can't we pass data ref variable of type string to perform with USING import par TYPE REF TO data

Why can't we pass data ref variable of static_type string to perform w/h USING import_par TYPE REF TO data? REPORT ZABAP_OBJECTS_STRING_VAR_REF. DATA: lr_string TYPE REF TO string.CREATE DATA lr_string.lr_string->* = 'String'.PERFORM pass_string_...

rajivsap by Explorer
  • 3161 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Performance Tuning

Hi Experts, I've few queries related to performance optimization. 1. What is the best way to get the exact response time? I read somewhere like we should repeat the activity (like saving/editing) twice or thrice before starting the trace. Each t...

Resolved! access components of object referenced by o_ref of static_type OBJECT w/h dynamic_type of cl_class

How to access attributes and methods of object referenced by object_reference of static_type OBJECT created with a dynamic_type of cl_class where cl_class its own attributes and methods. CLASS cl_name DEFINITION. PUBLIC SECTION. DATA title TYPE...

rajivsap by Explorer
  • 2792 VIEWS
  • 8 REPLIES
  • 0 Likes

Not prompted to create a new transport request when implementing a SAP note

We are required to implement a series of SAP notes in a specific sequence. However when implementing say Note 4 in snote, I am not prompted to attach it to a new transport request. I check the logs and the note is attached to the same transport reque...

OpenSQL Insert with Subquery ( with Window function ) dump on Syntax Check or Activation

Hello All,I have a requirement where a column of table needs to be populated with Row Number based on some grouping of columns and I was trying to leverage the Open SQL's window function. The window function works fine when using in Select but when a...

SO created in ECC is reflecting in GTS system by API /SAPSLL/API_6800_SYNCH_MASS in system

by creating Sales order in ECC system..its is created in GTS system using API '/SAPSLL/API_6800_SYNCH_MASS' in GTS system ..and its called by include program /SAPSLL/DOC_DISTRIBUTE_R3 in ECC.. i am creating SO in ECC system and that SO is created i...

VA01 while saving sales document number must be trigger in mail- Enhancement

Hello, My requirements is VA01 enhancement. Creating sales order number in VA01 while saving its must be trigger Mail in Transaction code SOST using enhancement. I have written the code in enhancement for FORM USEREXIT_SAVE_DOCUMENT_PREPARE of ...

Resolved! Not able to delete DELETE lt_infty_0001 where begda GT sy-datum AND endda LT sy-datum.

Hi All below is the code, where trying to delete the entry. But below delete statement is not working in production, though the same code is working in testing and quality environment. Please help to fix the issue DATA lt_infty_0001 TYPE STANDARD T...

Bin contain in two storage types and if I enter Bin the drop down should show two storage types

I have a requirement for RF gun programming If I have two storage type Storage type: 001 and 002 Storage bin: Bin_S So Bin_S is contain in storage type 001 and 002 as well. When I enter Bin_S on in/out field immediately drop should appear w...

Resolved! #ABAP_Trial Install.sh error

#ABAP_Trial Hello expert, I'm trying to set up AS ABAP 7.52 SP04 on my Ubuntu(Linux Mint). I'm following the readme file and extracted all the rar files(11 files) by using unrar command. After I executed "sudo ./install.sh" I returns error(At...

aoyang by Contributor
  • 2506 VIEWS
  • 3 REPLIES
  • 0 Likes
Labels in this area