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

Navigate to a sub-structure of a View Cluster containing another view.

I am using a standard View Cluster, CAREAMAINT. I want to jump on a substructure (Activate components/control indicators) which is a different view, V_TKA00(and that is essential to my requirement), without viewing the root structure (V_TKA01_GD - Ba...

How to move changed value of dynamically determined column of field symbol to internal table ?

I have an internal table where I have to modify the value of a field which will be determined dynamically. I have managed to modify the field using dynamic field symbol. How do I assign the modified value back to the internal table? My code looks l...

Module pool Overview/List screen not showing all the records in PA30 for custom infotype SAP ABAP ?

Hi, I have created the custom infotype and have the module pool program. I have the following 2 records in the database and all the following fields are key fields - pernr begda endda value amount 123 01.04.2020 10.04.2020 100 1000 123 01.0...

Resolved! Disable the SAP GUI Security pop up while downloading excel file - NOT by changing Security settings

Hi Experts, I have a program that downloads .xlsb file on PC in a temp folder. I need to disable the ''Remember My Decision" popup, but not by changing SAP GUI security settings as this program will be deployed globally and all the users did not ac...

#ABAP_Trial FIORI Launchpad not working well / Increase abap/shared_objects_size_MB

Hi all, I have installed AS ABAP 752 SP04, developer edition at a Hyper V virutal machine. When I try to call the FIORI launchpad it could happend that it could not be reached (page not available). After reload it could happen that "500 interna...

BAPI_PAYMENTREQUEST_CREATE for Posting down payment with clearing noted items F-29

I am trying to create a program that can do F-29 posting with clearing. By clearing I mean using the 'Request' option in F-29 and selecting specific documents. I am trying to achieve the same using BAPI BAPI_PAYMENTREQUEST_CREATE, but confused with t...

How to get the changed data from non editable text (cl_gui_alv_grid)

hi. Need small information.i have grid. In it it is having some columns, if u observe . lastly two are Editable and non editable.If i change any data from editable columns i can able to get the data from the Event Data change event.last columns how...

Example of ABAP CDS allowing navigation on SAP delivered date Hierarchy

Hi All, I have seen fragments of cds view examples consuming the I_Calendardate CDS view for date based hierarchies, I have activated/generated the virtual date hierarchies. But I would like to see an end to end example of the CDS that allows it t...

Resolved! ​Bug?! ATC-Check to search for unjustified Select * -> find one, miss one.

When refactoring some legacy code, I came across this: I have a Select * Statement, and I copied it, so now I have to: one is inside a LOOP AT t_ekkn INTO the other inside LOOP AT t_ekkn ASSIGNING FIELD-SYMBOL The Problem I face: The ATC-Ch...

About select options

Hi all, i am new to sap world , can anyone tell me how to achieve this functionality, i want to declare select-options in my report and i need to pass 4 fields from extension based on my multiple selection of 4 fields i need to display data in re...

Resolved! Dynamic join condition in abap

Hi guys! i want to join two tables lfa1 and pa0000. lfa1-lifnr data is like A12345678 and pa0000-pernr is like 12345678. my select query is this. SELECT A~LIFNR FROM LFA1 AS A INNER JOIN PA0000 AS B ON A~LIFNR+1(8) = D~PERNR <- this part I...

thfwjkr by Explorer
  • 3014 VIEWS
  • 10 REPLIES
  • 0 Likes
Labels in this area