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

short dump?

hi all,could you help on this, why it comes and how to correct?( Termination occurred in the ABAP program "RIAUFK20" - in "SELECTION_L".The main program was "RIAUFK20 ".In the source code you have the termination point in line 1099of the (Include) pr...

how to sum same records in alv

Hi All ,I have written below code types : begin of ty_final,         INSTID_A type SRGBTBREL-INSTID_A,         TYPEID_A type SRGBTBREL-TYPEID_A,         FileName(50) type c,          count type i.         end of ty_final.O/PINSTID_ATYPEID_A FileNameC...

performance tuning

HI,   PLEASE ANYONE SUGGEST TO AVOID THIS PERFORMANCE RELATED ISSUES"LOOP AT record.    CHECK record-sys_equnr IS INITIAL.    SELECT SINGLE hequi    INTO record-hequi    FROM equz WHERE equnr EQ record-equnr    AND datbi = '99991231'.    MODIFY recor...

Resolved! Short Dump... Help?

I received this abap dump. Any suggestions on how to adjust the code?Runtime Errors         BCD_ZERODIVIDEException              CX_SY_ZERODIVIDEDate and Time          01/02/2013 10:50:01 Short text     Division by 0 (type P) in program "/ITS/MM_PPV_...

Changing the End Date

Hi All,I have a requirement to change the end date automatically if the category is same for two records.The fields are, 1. Category, 2. Start date, 3. End date,4. Category Number,5. Category Description1,6. Category Description2,7. Category Descript...

Resolved! EQUZ Enhancement

I have enhanced EQUZ table with a custom field. The same field has been placed as a screen enhancement on IE01/IE02/IE03 as read only.This custom field has to be updated from a report program. Is there any FM or class or BAPI to update data into EQUZ...

Pricing Condition Value of item level after deleting not affecting at header level

Hi,In Sales DocumentWe have Header Condition and Item ConditionIn Configuration V/06 we have header and Item checked.When Header Condition is applied it applies to all the item condition to all material,but there are few materials where header condit...

Resolved! Defining sender mail id in SO_NEW_DOCUMENT_ATT_SEND_API1

Hi experts,I have one mail sending program . In that program i want to define sender mail address as fixed  ( i.e  k.linganathan@xyz.com) Whoever runs that program from address i.e Sender mail id should be the k.linganathan@xyz.com.   I am using SO_N...

Abap space

Hello experts, First of all, happy new year and best wishes for 2013 I would like to remove by an abap code a space character at the end of a record.E.G : ‘ZZZZZ  ‘ to ‘ZZZZZ’ How can I do it ? Thanks. AmineModerator message: Thank you!Moderator mes...

How to enable some rows of column to be no_zero,but some rows of same column not to be no_zero in ALV?

Hi All,     I have met a problem that when I use statement "ls_fcat-no_zero = abap_on."  in ALV, the whole column become blank when the value is 0. But now I want some rows of  the  column to be no_zero , but some rows of the same column to be none-n...

need to put custom check box at Header level of ME51N and the same should be transferred to ME21N

Hi Friends,My Requirement is, need to put a check box to indicate the PR type in the header level in ME51N ( PR creation ) and when user selected this check box while creating the PR, this perticular check box information should be transfferd while c...

Labels in this area