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

Resolved! What is the "ESF2" framework?

Hi Experts,at the moment we are defining the architecture for a new customer specific implementation. We want to use BOPF as core application framework for the new implementation.A colleague told me that BOPF is already replaced by a new framework, c...

pfefferf by Active Contributor
  • 3550 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! Better coding practice - "Pass by value" formal param v/s temporary local variable?

Hello fellow SDNers,I need to change the sorting order of an internal table(formal param) inside a method, while keeping the original sort order to the actual internal table(actual param) intact. I can do this in 2 ways -Option 1: Declare the formal ...

SuhaSaha by Product and Topic Expert
  • 2381 VIEWS
  • 11 REPLIES
  • 0 Likes

Resolved! KO01 : Internal Order : Additional Tab : Screen Enhancement

Hello Experts,My requirement is to add one extra Tab with custom fields on Internal Order Screen ( KO01 ).Is it possible to add extra TAB.If yes , please help me out how should I achieve it.I went through the threads related to this but I didn't find...

Resolved! Alignment Issue on ALV output

Hi Experts,I have taken a Field(mess) type c length 100. and i wrote the code as below               wa_log-mess+0(10)  = 'PsKey    |'.               wa_log-mess+10(11) = 'GL acc    |'.               wa_log-mess+21(28) = 'Amount                     |...

Resolved! date format changing in excel file

Hi All,Below is my data type for date field.data : begin of t_date occurs 0          ,       p_date(10)   type c              ,       belnr    like bkpf-belnr         ,       end of t_date                     .data :   w_budat(10) type c    .values i...

change pointer

Hi Friends,i have one issue in Change pointer,i have creater one material and trasfered it using IDOC but now i want to change the dataof that material usingchange pointer,so please tell me the way from top to bottom how could i achieve it.ThanksVika...

How to change SAP program RM07DOCS_GENERATED

Hi all,     I find that program RM07DOCS_GENERATED is changed by someone whitout no remark.     How to changed SAP standard program without no mark.     The code:form build_runtimetable.   rx'MSEG MATNR       +01+01'.   rx'MSEG WERKS       +02+02'.  ...

Can we use Call transaction and session method in same program ?

Hi experts,                 Is it suggested to use call Transaction and session method in the same Program ?                 i have a doubt , why cant we use multiple call transactions in same program instead of session method if we have multiple tra...

Resolved! Possible way to reduce the time frame when selecting the data from COVP view .

Hi,In a custom report we are fetching the data from COVP view using the below query.SELECT KOKRS           BELNR           BUZEI           WOGBTR           OBJNR           GJAHR           KSTAR           BEKNZ           OWAER           EBELN         ...

Error Message 564

Hello Expert,We have sechduled a background job but it got cancelled  and getting ERROR_MESSAGE 564 .(Attached screen shot) and it is showing formally incorrect selection table transferred(Attached Screen shot).recently we have upgrated EHP6.Please s...

Calling a Report from one SAP system(4.7) to another SAP system(ECC6)

Hello Gurus,Recently we have upgraded from 4.7 to ECC. While upgrading we were used one Z program to download the objects from 4.7 and used Z program to upload the objects into ECC.Now we are planning to integrate Z program of 4.7 and Z program of EC...

Resolved! No update flags or extensions were set for WBS Element

Hi all.I am using standart service interface  <n0:ProjectERPWorkBreakdownStructureElementUpdateRequest_sync xmlns:n0="http://sap.com/xi/EA-APPL/SE/Global">When i am testing this interface through SPROXY i get response: Object WBS Element XXX could no...

Labels in this area