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

Resolved! Is there any way to catch the dump thrown by COMMIT WORK AND WAIT statement?

from CRM development, I have this scenario wherein I have to post payment from Web UI for the same account and same violation notice by 2 different users simultaneously.As per debugging, there's a runtime error from COMMIT WORK due to failure of upda...

sap offset difference

Hi  Friendsfacing problem with  correct position of one offset based design inbound filebased on one provided sample file prepared program ,, but for two fields it seems it not align properly .as per production inbound file,Eg :  .in inbound file  at...

Hi All, iam new to abap . The output of the program is coming the only one row. kindly help me what changes should be made to the code so that it gives me correct output ?

REPORT Z_MATHESAN. tables: AFIH, AUFK,JEST,TJ30T. DATA:  lv_char(100) TYPE C. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001. SELECT-OPTIONS: S_AUFNR1 FOR lv_char ."OBLIGATORY. SELECTION-SCREEN END OF BLOCK b1. AT SELECTION-SCREEN.   "*...

Resolved! Performance Issue with 'BAPI_USER_GET_DETAIL' DESTINATION

Hi Experts,  I have internal table having 20,000 records.  This internal table is looped and for every record the following BAPI is used:      CALL FUNCTION 'BAPI_USER_GET_DETAIL' DESTINATION lv_dest  Since this BAPI is being called for every record,...

ME12 Change log

Hi All,Could you please let me know how to add change log in ME12 (Change Info record) when there is an new validity period is added in condition Tab.Currently we only get a log indicating the validity period is changed.But we require the change log ...

Resolved! Send Excel as attachment to email in background mode

Hi All,  I have developed a program to send internal table as excel attachment in email via background mode.I am calling function module  RSPO_RETURN_ABAP_SPOOLJOB to get spool data in internal table.Once i got data in internal table ITAB,using below...

Resolved! what does @ work area mean in ABAP select, How is it different?

Hi ,I came across the below statement in one of the sample ABAP codes. I could not understand the bind variable @how is this bind variable @ different to traditional work area target?DATA ls_bupa_reminder TYPE ty_bupa_figure.SELECT bp_id,          co...

SAP OLE , How to Use ?

Hai all,          I want to learn Ole is there any links or materials which helps me . i got few linksOLE concept for downloading the report output into excel - Application Server Infrastructure - SCN WikiSAPTechnical.COM - Downloading report output ...

Labels in this area