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

Resolved! How to use the $select to select specific properties in related entity in OData v4

I am trying to use $select to get some specific properties. In Odata v2, the following link working well. And the result is what I need. https://services.odata.org/V2/Northwind/Northwind.svc/Categories(1)?$expand=Products&$select=CategoryID,Categ...

Aison by Participant
  • 1009 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! GROUP BY LOOP

Hi, i want to ask a question about the LOOP statement. I have an itab from which i want to extract only country, fum and nfum into another itab, let's suppose itab_alv2. How can i extract them to this last table grouping them by country making th...

Resolved! BDC Call Transaction not capturing Messages for Transaction /SAPF15/RFEBKA00

Hello Gurus, We have created a Custom Program which would be indeed calling Transaction /SAPF15/RFEBKA00 ( Program RFEBKA00). Now I would need to get the return messages after calling this using CALL TRANSACTION, but the thing is its not filling ...

How to extract unique values from an internal table column excluding null values

TYPES: BEGIN OF ty_student9_id, number TYPE i, name TYPE c LENGTH 20, END OF ty_student9_id, tt_student9_id TYPE HASHED TABLE OF ty_student9_id WITH UNIQUE KEY number. TYPES: BEGIN OF ty_student9, id TYPE i, name1 TYPE c LENGTH 15, marks TY...

How can I perform a nested SELECT with a database table being accessed twice?

Hello,I have added a field to SQ02 report which is supposed to get a 'provider' (LFA1-LIFNR), but so far it looks a little bit too much like a draft and I wanted to be more professional about it.My code works properly, but I think it could be better ...

bmierzwi by Participant
  • 1262 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Table Control should display the i/p field value upon ENTER- Screen Control

Hi, I have a I/p field and a table control in my screen. When the value is entered in the i/p Field and pressed enter , it should appear in the table control- I have made the table control Non editable-output only. PROCESS BEFORE OUTPUT. MODULE...

ABAP CDS-View not really there in Eclipse ADT after transport of copies on the TEST-system

Hey! I transported the copy of a transport with a bunch (16 to be precise new ABAP CDS-Views from the DEV-System into theTEST-System (EK5.520). The copy of the transport had a warning but nothing more than that. Trying to access the new CDS-View...

Update of custom field added in EKKO in EKKO_INCL_EEW_PS through BAPI_PO_CHANGE

There is custom field added in EKKO in include EKKO_INCL_EEW_PS and I have the requirement to update this field through BAPI_PO_CHANGE. Could someone suggest the EXTENSIONIN structure and its value that we need to pass in this case where the field is...

Access Private Component MT_OUTTAB of Class CL_SALV_TABLE within event handler methods

Hi All, My requirement is to access private component MT_OUTTAB in event handling methods for CL_SALV_EVENTS. I need screen level output table as user is changing Table output Row ID by Adding, Removing Records or by SORT and FILTER operations. ...

Resolved! How to Clear İnput Fıelds

Hi guys , as u can see I have many input fields and one clear button . When i click the button the fields are cleared . But to do that i wirite all input names to clearing (you can see below ) . How can clear them all without typing input names one...

Neithan by Participant
  • 2988 VIEWS
  • 3 REPLIES
  • 0 Likes

SVG XML to PDF in ABAP

Hi Experts, I am getting SVG XML (in a string field) from OData. I need to convert that into PDF and save it in Application server. How to do the conversion from above XML to PDF? P.S : SVG - Scalable Vector Graphics. This XML represents an i...

thyagab by Product and Topic Expert
  • 1360 VIEWS
  • 3 REPLIES
  • 0 Likes

how to get different headers ( Top of Page During Line Selection ) in Classical Reports.

For LPS1 , I would Like To see Header as 'Material Master Details'. For LPS2 , I would like as 'Vendor Master Details'. For LPS3, I would like as 'Customer Master Data'. I have used GET CURSOR , method for the Level of Interactivity LPS -...

Labels in this area