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

Resolved! At the report program output need to mark check box for the current displayed page only

Hi all,Here is the scenario.I have executed a report program.And i get 10 pages in the output. If i am scrolling down to 4 th page and then if i click the " select current" button in the application bar then the check boxes in the 4th page (only that...

How to find a part of the program code modified by a user and the time when it was changed

Dear Experts,Please help me to find solution for the problem where i need to know how can we find modifications done to  a part of the program code by a particular user and the time when it was changed. From the table TRDIR we can find out the user a...

Data from Internal Table to Field Symbol

Hi,I am facing problem to transfer the data from Internal Table to Field Symbol.Please go through the code....DATA: begin of itab occurs 0,            field1,            field2,                           end of itab.DATA:  new_table type ref to data,...

Collective search help

I need to get  data  into search help from two table likp and vbuk based on condition   SELECT VBELN FROM LIKP INTO TABLE IT_LIKP  WHERE KUNNR = 'XYZ' .    IF SY-SUBRC = 0.     SELECT VBELN FROM VBUK INTO TABLE IT_TABLE FOR ALL ENTRIES IN IT_LIKP    ...

Resolved! To fix the lock untill the end execution

Hi all,I am trying to use a lock objects in my report. My problem is that in one step, the report call:  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'    EXPORTING      wait   = 'X'    IMPORTING      return = lt_return2.and this instructión delete my lock....

inserting email id for vendors using xk02...but error with internal table in pulling data

hi i am trying to update the vendors with email ids. so i have used fm gui_upload and just executed to see how it is pulling data to internal tablebut i got error as below with a # and lifnr is taking some part of the emailid as lifnr = 3190#wji@...c...

Resolved! Performance Tuning

Can Anyone suggest to optimise the below select queries for improve the performance. 1        SELECT SINGLE ausme matnr werks                FROM marc INTO (marc-ausme, marc-matnr, marc-werks)                             WHERE matnr EQ LS_TAB-matnr  ...

What is the BAPI or process to get detail report which I am getting in S_ALR_87013620?

Hi,I got stuck in generating report for the cost center Actual/Plan/Commit. (refer below image).I want to get the same report using BAPI. Is there anyway?I tried all possible cost center BAPI's but none of them worked for me.I assume that there won't...

Resolved! RE: Field Exit

Dear Experts,What happens if Field Exit is activated in ECC6.0?? I activated it through report RSMODPRF from then Iam getting error :"LOAD_TYPEPOOL_VERSIONS_MISMATCH" after executing any report (se38)and table too.               So, Please guide me h...

Resolved! Table control problem

Hi Guru's,I have a table control in which i have two fileds 'DEPTID' and 'DESCRIPTION', i have ticked w/ SelColumn checkbox for the table control to select the row of the table control.  I have got the fields of the table control from program.  But  ...

Labels in this area