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

How to handle exceptions while calling a function module without interrupt the program execution

Hi Experts,I have developed program to import excel into sap. And i am creating Opportunities by passing that excel data.My excel has 300 rows, when i am executing the program if get an error the program has to continue the execution by skipping that...

Optimizing Records

Hello ,      I  want to optimize the records from the output of a Remote Enabled Function Module. Suppose Let us take the field UOM(unit of measure) , It fetches Number(100's) of records directly from database table , Rather I want to choose some 40 ...

COLLECT_OVERFLOW_TYPE_P & CX_SY_ARITHMETIC_OVERFLOW

hi Friends,     am getting the following dump error. kindly help in solving the error.Runtime Errors         COLLECT_OVERFLOW_TYPE_P                                                      Exception              CX_SY_ARITHMETIC_OVERFLOW                ...

Resolved! user exit CNEX0008

Dear Experts,I am working on customer enhancement for Network activity.I am using exit CNEX0008. I have designed a screen 800 and it is visible.my query is if I need to control fields based on profile how do I do it.For eg., I have total 10 fields on...

module pool program

Hi  everyone i have question for u here am trying to design a module pool program where the first  screen(100) has two buttons previous and next when i select previous it should display a modal dialog box that this is initial screen and when press ne...

Writing a routine

Hello experts,I need help wherein I have to transfer Price value from Sales order to Purchase order. Can somebody help me in writing a routine for the same as it is the first time that i'll be writing a ABAP Routine.Regards,VRModerator message: first...

Resolved! User exit in RCCLORD?

Hi All,I am implementing IDOC LOIPRO while saving process orders.I've successfully managed to trigger it by calling program RCCLORD in user exit EXIT_SAPLCOZV_001.Next, I have extended the IDOC. I've added a new segment to the IDOC. I am trying to po...

Resolved! Dynamic Range

Hi, I need to pass data from one range structure to a dynamic range.The problem is that the program dump in the append line. Here it's the codeDATA: lv_rangename TYPE char10 VALUE 'LR_RANGE1'.FIELD-SYMBOLS: <fs-range> TYPE TABLE.....      CONCATENATE...

Labels in this area