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

Resolved! error in where condition

SELECT VENUM           VEMNG           UNVEL           MATNR           SONUM    FROM   VEPO    INTO   CORRESPONDING FIELDS OF TABLE T_VEPO    WHERE  MATNR IN S_MATNR    AND    WERKS = P_WERKS    AND    LGORT IN S_LGORT.   AND    SONUM + 0(10) IN S_VB...

validation error

perform CHECK_T300.*FORM CHECK_T300.IF NOT P_LGNUM IS INITIAL.   SELECT SINGLE * FROM T300 WHERE LGNUM EQ P_LGNUM.      IF SY-SUBRC NE 0.         MESSAGE E016(Z01) WITH P_LGNUM.      ENDIF.ENDIF.*ENDFORM.               " CHECK_T300Error:  THE INTO CL...

Resolved! No queue for SAP locks ?

In the docs I read:>Remember in particular that setting too many shared locks without good reason can have a considerable effect on programs that work with database tables. If several programs running concurrently all set a shared lock for the same a...

Resolved! Invoice Posting via BAPI

Hi Experts,I am using BAPI_ACC_DOCUMENT_POST to post a vendor invoice. This works perfectly fine.But the problem is that users are not able to reverse the invoice from FB08. They get the error: "Not possible to reverse the document in financial accou...

Resolved! BW 3.1 system issue

Hello Experts, We are facing an issue in BW 3.1 system. There is a query is to retrive data for the profit centers. The query is common for all the divisions. The users should give their respective division in the selection screen. The users are give...

check Quantity input

Hi,I'm developing a program which uploads data from a text file (.csv) and creates sales orders.The user inputs material quantity in a format according to his user profile settings. (decimal point might be , or .)Now I need to check whether the value...

BAPI_INSPOPER_RECORDRESULTS error "You must fill in the user field(s)"...

hi All,i'm trying to use the BAPI_INSPOPER_RECORDRESULTS to save values for inspection operations. tcode qe11.. Im paasing the table CHAR_RESULTS, along with (with INSPLOT and INSPOPER)But im getting error "You must fill in the user field(s)"...But w...

KOMP-MGLME

Dear ABAP Colleagues,I have a particualr request to add up all delivery item quantities in a shipping cost document to calculate the condition value. Could you help me with this?Basically the pricing int he shipping cost document should perform the f...

Pay slip download

Dear All ,I have made a program for download salary slip.But salary slip is showing at start of left hand side and there is a space left at right hand side. Now my requirement is to set this salary slip at middle of the page means set same blank spac...

Labels in this area