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

Resolved! comparing strings

Hi experts how to find common word in two strings.say supposedata : name1(30) value 'sales order documnet', name2(50) value 'purchase order document'.here in name1 and name2 having tow words common say order and document.here say matching ...

Resolved! Re: serch help

Hi gurus, I have one doubt in search help , when I have created a table (ztable) in that i have maintain one field with data element kunnr, so when i try to create entries its giving f4 fumctionality for that field eventhough i haven't ma...

Resolved! CL_GUI_ALV_GRID Screen size

Hi All,I have created a ALV Grid and everything is working hunky-dory. The issue is the output screen size is limited and a scroll bar comes. I want to make sure it is shown full screen? How can I achieve this?In the screen I have created a custom co...

arpitgoyal by Product and Topic Expert
  • 2778 VIEWS
  • 5 REPLIES
  • 0 Likes

User Exit for VF01

Hi All,I have created a user-exit for checking some field value at the time of saving in VF01.User exit - SDVFX008include - zxvvfu08.My code as follows : loop at cvbrp where ktgrm is INITIAL. MESSAGE 'Please enter account assignment group' type '...

SQL and TIMESTMP

Hi experts,I have value as l_date and would like to use SELECT statement over table to receive rows which correspond to field which is as TIMESTMP.Can i use something as SELECT * FROM table WHERE CONVERT ( timestmp to date ) = l_date ?I can use e.g. ...

Resolved! Link to MIGO

Dear All, i want to create link when user double click the posting no. and my screen will link to MIGO screen to display the posting details. i used following code to link , but when disply the screen in migo , the system will ask to select...

Resolved! BAPI_MATERIAL_SAVEDATA

Hello,How to change the Z currency field of MARA using BAPI_MATERIAL_SAVEDATA using extension tables.Im getting dump like "UC_OBJECTS_NOT_CONVERTIBLE" .Can any one help me... HOW TO CHANGE THE Z FIELD CONTENTS OF MARA USING BAPI_MATERIAL_SAVEDATA?Tha...

ALV Display Problem

Dear Experts,I m working on ALV Report,User has 3 options : Open item, Clear Item and All item.ALV output is fine for open and clear item.but when user choose All item, it displays every column twice.For reference code is like IF r_open = 'X'. PE...

Labels in this area