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

Resolved! Print 3 ALVs to Spool

Hello,I'm trying to create a report which will print to PDF.The data for the report comes from MARA, MARM, and MVKE.So I have created 3 containers to hold each one and displayed them on screen. The problem is - when I try to print to spool to convert...

HR positon fro info type 105

hi i need  user for HR positon fro info type 105 mt code is not correct            SELECT SINGLE  objid         FROM hrp1001         INTO  objid         WHERE otype  = 'P' AND               sobid  = lv_tax_code AND               plvar  = '01' AND  ...

ME22N error

Hi,I am trying to delete a line item from a PO and save the document.Then i am getting the below DumpThe ASSERT condition was violated.    In the running application program, the ASSERT statement recognized a    situation that should not have occurre...

dividing 1/3 problem

Hi,I've got a problem with dividing, I need to divide 1 USD per 3 people. Each of them will receive 0.33USD, but I want to split whole amount, to add extra 0,01USD to someone, or take this one cent if I want to split 2USD per 3 people.How can I split...

Resolved! REDUCE a decilmal value

Hi People.I'm trying to use REDUCE to sum some decimal fields of a internal table but the result is being automatically rounded up. SELECT matnr, werks, charg, clabs, cinsm, cspem        FROM mchb        INTO TABLE @DATA(lt_mchb)       WHERE matnr = ...

Resolved! I am trying to understand the costs overview on a maintenance order - looking at the PMCO table

I am trying to understand the costs overview on a maintenance order.  We want to be able to display the costs on a maintenance order.I found the PMCO table and on the internet I found someone say: Value type 4 is actual cost and value type 1 is plann...

Resolved! SHDB and its abilities

Hello all,I am wondering if you can use the SHDB Tcode for recording the update of Long Text within different operations of a routing?Currently we have over 2000 routings with long text that contains text we wish to remove. As there is no ability, to...

getting Assertion failed from oo alv ouput when clicked on vertical scrollbar

Hi Everyone,               I have designed report using Object oriented custom container ( OOALV ) and  i am getting output but when i am trying scroll the vertical scroll bar i am getting Short Dump saying that assertion failed .what is the reason b...

Read Text Function Module

Hi All,I am using Read_Text FM and fetching some text from CRMD_ORDER. My Problem is, we need to have the text in the below format.For Eg -  ( Hi Good Morning                           Have a nice day!!!                  Thank You ).The output of my ...

Class or badi for processing line items and their fund centre(in account_assignment tab) for ME23N

Hello AllIn  ME23N,i want to delete line items based on some condition.I am unable to find badi or class for processing these line items and also fund center of each line item in account assignment tab.Implemented ME_PROCESS_PO_CUST badi -> PROCESS_I...

Synchronization of Serial Number and Equipment Number Problem

Hello,I'm trying to create serial number with the same equipment number using FM ITOB_SERIALNO_CREATE_SINGLE.I'm giving the parameters as like fallowing;           ls_i_object-eqtyp      = "VALUE"           ls_i_object-matnr      = "VALUE"           ...

Labels in this area