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

Resolved! Inner join

hi all,i m writing the code for inner join but its going for dump and error is. 'Error in module RSQL of the database interface.' please help me.code: DATA : BEGIN OF itab OCCURS 0 , pernr LIKE pa0015-pernr , "Personel no....

Resolved! syntax check of code

I am passing certain code in table itab and then doing a syntax check using SYNTAX-CHECK FOR itab MESSAGE mess LINE lin WORD wrd .The problem with this method is it check the code line by line and assign mess with the first error msg but I want to t...

BDC for udm_dispute

Hi Experts,I want to update the (customer dispute amount) FIN_CUSTDISP_AMT field in the transaction udm_dispute. However, when I press F1 on this field i don't get any thing under Screen field defined under Field Descrition for Batch Input . Even wh...

Resolved! ST05

When i m executing ST05 there is a option "Enter SQL statement".When i paste my sql statement and click on explain button, i am getting following error."Error recieved from Explain SQL"Please helpRegards,Santosh

Syntax-check of code

I am passing certain code in table itab and then doing a syntax check using SYNTAX-CHECK FOR itab MESSAGE mess LINE lin WORD wrd .The problem with this method is it check the code line by line and assign mess with the first error msg but I want to t...

BAPIs

Hello All,I m in the process of designing a interface to SAP.We are receiving the material# and in case the material is not available in SAP, we need to create the same and then create a sales order with that material number.The data is been transmit...

Resolved! IDOC status

Hi All,I hav a confusion in IDOC status 51(appln doc not posted) & 52(appl doc not fully posted). whats the diff betwn these status codes and also please guide me when the status 64 comes out.plz help me out.Thanks,Sagar

problem in idoc

Hello,i have an incoming idoc which is having the status as 53.but the thing is this idoc data contains MENGE as 1.0 in the segment E1FISEG.A FI document is created in my system (destination) for the same and this documnt conmtainns MENGE value as 0....

Resolved! Commit and Rollback

I write some code like this:REPORT YTEST.TABLES: YTABLE.DATA WA LIKE YTABLE.WA-F1 = 'L1'.WA-F2 = 'D1'.INSERT YTABLE FROM WA.BREAK-POINT.ROLLBACK WORK.when the program go into the debug mode, we can see the line 'L1 D1' in the table 'YTABLE' through...

Labels in this area