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

Resolved! SUIM report execution for multiple field values: OR / AND operators

Hi all,I am running some SUIM reports and i have few questions1. suppose if we have more than 4 activities like 01,02,07,08 can we put them in the same space using cammas,i am running a report like users with S_USER_PRO Act 01,02, 07,08, 22, i kept i...

Sri_S1 by Active Participant
  • 1800 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Error Count

Hi,These are the inputs given through an internal tabe in a report.ii001 2380 wt00 global data missingii001 2380 wt00 global data missingii001 2380 wt00 material not foundii002 2380 wt10 missing partner detailii002 2380 wt10 missing pa...

Resolved! Screen Exit on VA02

Hello all,I have a requirement where in i have to add a date feild in VA02 at the item level . I know that i can add it in the additional data B tab using the subscreen SAPMV45A 8459 but i need the date field to be added in the table control at the i...

Resolved! strlen problem

hi when i try to do strlen for DATA lv_str2 TYPE string. DATA lv_length2_str TYPE n. lv_str2 = 'USER_AND_P' . lv_length2 = strlen( lv_str2 ). lv_length2_str = lv_length2.lv_length2 = 10and when i try to do the lv_length2_str = lv_length2 stentmen...

Resolved! Email URL as link

Hi,Am using the following code to generate the emails. The URL is displaying as normal text , But i would to display it as a 'link' tht can be actioned by an user. Any suggestion on this pls.Data: lt_objtxt type table of solisti1.wa_objtxt = 'http://...

Resolved! VA02 - enhancement

Hi,My requirement is to make VBUK-cmgst = blank when VBKD-zterm is Z000. So I used user exit USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN, since it was not working when using SAVE_DOCUMENT and SAVE_DOCUMENT_PREPARE.This user exit is triggering for VA0...

SAP_XML Convert

HI Experts !I Have developed ALV(customer master) report its will convert the sap Report data into xml format am using CALL TRANSFERMATION ID IN ABAP REPORT.How do i remove the XML Header Code (first three line).I want to display the table name as <...

Editable ALV

Hi Expert,I have an editable ALV where I handled DATA_CHANGED event and doing some menupulation with the data and the current cell value also.suppose I am entring '2' in the current cell and press enter and did some calculation in the data_changed ev...

Labels in this area