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

'SXPG_COMMAND_EXECUTE' Program for Print

Dear Experts,In my system it is created 'ZPRINT' external command in SM69, and below is the code.CustomerZPRINTWindows NTcmd /cCALL FUNCTION 'SXPG_COMMAND_EXECUTE'       EXPORTING         commandname                   = 'ZPRINT'         additional_pa...

Resolved! Best SD userexit to use for checking 'material pricing conditions' (KOMV-KSCHL)?

Hiya,When creating a sales document I'd like to check the material pricing conditions (KOMV-KSCHL), specifically for rate(KBETR), when a material is entered into an order.If the Rate value is not as expected then I'd like to raise a pop-up to inform ...

Best SD user exit to use for checking 'material pricing conditions' (KOMV-KSCHL)

Hiya,When creating a sales document I'd like to check the material pricing conditions (KOMV-KSCHL), specifically for rate(KBETR), when a material is entered into an order.If the Rate value is not as expected then I'd like to raise a pop-up to inform ...

Resolved! Statistic of all SQVI (local queries) and SQ03/SQ01/SQ02 (shared/jobs scheduled) queries

Hi Experts,I have got the below requirement in which I need some suggestions. We need statistic of all SQVI (local queries) and SQ03/SQ01/SQ02 (shared/jobs scheduled) queries in the last 3 months (or starting from 2015) from production environment. W...

Find ABAP objects

Hello,Is there a way to find all objects (FM, tables, data elements, domains, structures, ...) used in an abap program or by an abap object generally ?For example a table used in a program and itself needs a data element and the data element needs a ...

Resolved! How to add custom button on application toolbar in standard transaction Vl02n & Vl03n

Hi friends,I have a requirement where i need to add custom button in application toolbar of vl02n and vl03n, which on clicking should display custom screen where i can input  my custom fields and they should be updated in my custom table. and in vl03...

sivab4u by Active Participant
  • 25574 VIEWS
  • 11 REPLIES
  • 1 Likes

Resolved! OSS Note 1600130

Hello everyone,I'm trying to implement OSS note 1600130, here is a sample of a manual activity which bring me issues :https://websmp130.sap-ag.de/sap(bD1mciZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361…"Use transa...

Resolved! DD_SHLP_SINGLE_STEP

How does this work.CALL FUNCTION 'DD_SHLP_SINGLE_STEP'       TABLES         shlp_tab     = shlp_tab         record_tab   = record_tab       CHANGING         shlp_top     = shlp_top         shlp_curr    = shlp_curr         callcontrol  = callcontrol  ...

Force Close PR Number

Hi Experts,I need to develop a custom program that will force close a PR number that are partially served with PO by changing the value of the quantity of a PR number.I know it is not a good practice to change the data of a standard table.But by doin...

Clicking on a value

Dear all,      I have a little doubt regarding to a listbox in the dynpro of the picture.My requirement is to be able to control the behavior just by choosing a value from the list - without having to click enter.I've thought that maybe I should use ...

Dynamic XSLT source code generation based upon internal table

Hi,Is there anyway to generate dynamic XSLT source code based upon final structure of output internal table and call dynamic generated XSLT in program?CALL TRANSFORMATION z_transformation            PARAMETERS             p_shared_string = lo_shared_...

Resolved! Unable to free memory - ABAP!!

Hello all,I am new to OO programming,I use the following classes in my program.  qstree               TYPE REF TO  cl_qstree_ckml          lcl_node             TYPE REF TO  cl_qsnode_material_ckml lcl_node1            TYPE REF TO  cl_qsnode        ...

SPOOL

Hi ,How to split the Spool record and transfer to internal table.We are using the standard FM 'RSPO_RETURN_ABAP_SPOOLJOB ' which transfer the record to an internal . But the problem is the internal table was holding a huge record which was causing a ...

Resolved! Custom Table Entry not in Sync between Different Environment

Hi All,we have different environment like Dev System, Quality system, performance testing system etc... these are all environment customs table entry not in syn .. Table entry should be syn. How to make it syn all the entry between all environment wi...

Labels in this area