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

File!!! tab-delimited

hi there,I use to upload and dl files from the PC, but now I have to do it in a server. I know the basic format for it. But when I execute it. I get. these # symbols, reason for it is because it's a tab-delimited file. the READ DATASET reads the # as...

Resolved! Inner join

Hi, Lets suppose, i have made inner join on three tables, a, b & c. I have mentioned the fields which i need to select from tables a and b. But in table c i want to select all fields. is there any way like '*', that without mentioning like cf1, cf2.....

OSS Note 871345

Hi Experts,When I was trying to implement OSS Note 871345, I am seeing a warning message Corrections only copied incompletely - Delete Block is not found. So I looked at the program code (RLINV050), I saw a manual correction in that. Now the program ...

Resolved! Update Price and Quantity in ORDERS05 for Inbound Sales Order Change

Hi Experts,I have a requirement wher i need to update the Materials to the Sales Order.The Material to be updated Wil be sent by an external system which comes in the form of a IDOCThe IDOC which i am using for it is ORDERS05 and Inbound Process Cod...

userexit

Hi,i am working on one idoc status 51 problem, we are getting one inbound idoc from external system to create the sales order, when processing idoc it is displaying some error message with 51 status'jurisdiction can not be determined'.Actually if the...

Resolved! Query

I am not an ABAPPER. Basically I want to get the values of 2 fields in the material master while running a program. one field is MARC - AUSME and other is MARA - MEINS. In my program I have to compare the values of both for a list of materials. Need...

Resolved! Regarding memoy ID

Hi ,In the function module 'READ_OTF_FROM_MEMORY' we are passing memory ID value. For example below FM I passed hard coded value. Wheather it stored any database table or ?. Where do we can check the Import and Export memory value.CALL FUNCTION 'REA...

Resolved! Performance query issue

Hi guys,I need sales averages from a COPA table, the problem is that the query that reads the averages is in a loop for each employee that get comission from sales (500).So the programs runs in 4 or 5 hours.Here is the code.loop at ti_pa0001. SELECT...

Resolved! SUM statement error

Hi All,I am getting the Run time error at SUM statement,'Field too small when calculating totals in internal table.'. How should I eliminate this error. Please help.Thanks,Veni. SORT itab_input BY chkno kunnr. LOOP AT itab_input INTO wa_input. M...

Native SQL and UTF-8

Hello gurus,This is my code.Data: ls_histo(255).ls_histo = 'Créé par ...'. exec sql. "ORACLE insert into SAPEDITION.ZMVS_CUSTOMER X_HISTO values :ls_histo endexec.And this is my problem: In Oracle i saw : Cr¿¿ par...Can you help me ?I...

user-exit

Hi,I have a user exit with function module EXIT_SAPLCOI1_027 .This function module contains exit ZXWOCU24. I have to create include that contains global data for this exit. My doubt is where I insert Global data include for this exit.Thanks in advanc...

Idoc critical

Hi Friends,As part of my IDOC development , i have to do following things.1)Copy the original idoc processing function IDOC_INPUT_ORDERS to Z_IDOC_INPUT_ORDERS.2) Delete the coding from the function Z_IDOC_INPUT_ORDERS, and make call function to IDO...

Labels in this area