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

Resolved! Error ORDER BY

Hi, I have a problem with a select, the error is: Comma without preceding colon (after SELECT ?).IF NOT COMM_STRUCTURE-/bic/zkilat IS INITIAL . SELECT FECHA, KILAT, VALOR FROM ZBW_T0004 WHERE KILAT EQ COMM_STRUCTURE-/bic/zkilat ORDER BY...

Resolved! Table control

HI ALL,i had got a table control with 3 cols ie item material quantitynow i when i enter item number 10 , material 2000 , quantity 10000it is working finebut when entering another record with same item number 10 but with different material and quan...

Resolved! Call Transaction Errors

Hi,I want to capture all the errors occured into a session after i do a call transaction with tcode F-30.This would be easy for the user to reprocess the session instead of looking at the error log generated by call transaction.Appreciate if someone ...

Resolved! Type mismatch

Hi,I am calling a method decared in a global class (se24) in my program. The method requires an import value TITLE which is defined as STRING.In the program, I pass a text message to this global method. See the following: call method ZW_UPDATE=>F1HEL...

Resolved! APPL_LOG_SET_OBJECT

Hi,I pass the value c_obj and c_sub to the FM APPL_LOG_SET_OBJECT.they r defined as follows: CONSTANTS: C_OBJ TYPE BALHDR-OBJECT VALUE 'Z111', C_SUB TYPE BALHDR-SUBOBJECT VALUE 'Z222',Do I need to create these objects Z111 and Z222 or they r a...

IBIP(PM)

Hi,Can anyone let me know how to create test data for transaction IBIP. My requirment is that i need to upload a file through IBIP to create 'Measuring point'(Tcode IK01). The IBIP structure for it is IBIPMEAS. I wanted to know how to fill the xls or...

Resolved! Leave screen

Hi,I am calling a dialogue screen from a program. The screen accepts a value from the user, performs a calculation and should return the calculated value , say A when I press back button. I am using if okcode = 'BACK' or okcode = 'E' or okcode = '...

RE:subrotines

In a report I used four subroutines.IN these two having same code other two having difference in single field i.e., while transfering data to final internal table the amount should be multiplied by one .Can we change it? how can I change it?Regards,s...

Labels in this area