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

Resolved! Inner Join

Hello I need to do something like thisv_a = 'table1'v_b = 'table2'Select a.field1, b.field2from (v_a) as a inner join (v_b) as b on a.field1 = b.field2.This sentence is giving me an error in the inner join, how can this be done?Thanks

Resolved! Debugging UserExits?

Hi,RFC FM "CIF_PIR_INBOUND" is called from APO. This FM calls customer function through CALL CUSTOMER-FUNCTION '001'. Exit name is "EXIT_SAPLCPIR_001" & include is "INCLUDE ZXCIFU15".I have implemented this userexit in Deveopment environment, while d...

Sales order locked

Hi, How do we know whether a sales order is locked or not. Will the status be stored in any table? I have tried using function module 'sd_sales_document_enqueue' which gives exception 'Foreign_lock' if the sales order is already open (locked). ...

combine 2 pdf into one

HiI have some programs that can upload and download pdf documents from SAP content server. I also convert ABAP lists and sapscripts to pdf documents and stores them in the content server.But I have one unsolved problem. I need to take 2 pdf from the ...

TMNielsen by Contributor
  • 3713 VIEWS
  • 10 REPLIES
  • 0 Likes

convertion

i am fetching some feilds from QAMV or PLMK (Characteristic specifications for inspection processing) the feilds are SOLLWERT,TOLERANZOB, TOLERANZUN all are basically FLTP data type . i am getting output as 1.8199999999999999E01 , 1.8000000000000000E...

Extensions in IDOC

Hi,I need to add a value in the outbound invoice IDOC. I have to create an extension of the basictype INVOIC02. I am done creating the extension in WE30. My problem is that, in the transaction VF01, the basic type is still INVOIC02. Do I have to chan...

client profile size

hi everyone,how can i find the client profile, which is already existing?and If i want to overwrite that profile (say sap_user) with other profile (sap_appl). Is it possible? what are the consequences for this.Before copying profile how to check the...

Window size

Hi Friends,My layout is in Landscape format, I want to change in Portrait and I did it. But when I am activating it I get a message Window is too wide for the page format DINA4 L. I tried to change the window size even I am getting the same thing.Th...

Labels in this area