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

Resolved! Dynamic clause WHERE

Hi all, i'm trying to Read from an internal dynamique table <it_tab> into <ls_tab> i need to add a WHERE at the endI triedREAD TABLE <it_tab> INTO <ls_tab> WITH KEY (clause_where).And LOOP AT <it_tab>ASSIGNING <ls_tab> WHERE (clause_where).But it's n...

Resolved! Function Module

HI Friends, I got a wierd requirement from one of my client.They said i have to create Remote Enabled FM where user will enter multiple single values and the resultant output should get the details of all the values.And the function module canno...

alv popup

Hi,I have a hierarchial alv list which displays header and item details. When i double click on a particular sold to value, i want to get the corresponding customer details in a popup window.May i know how to do this.Thanks

String Problem

Dear all, i have taken one varible with type string. but some data are cut out. because length of data must be length of 300 approx. can you suggest me that what type i declared varible.that print the length of 300plz reply me

Print Multiple Copies

Our users have asked if when their multiple copies of their bills of lading are printed if they would collate. In order words, right now the bill of lading prints 3 copies. But what it does is print page 1 three times, then page 2 three times, page 3...

Resolved! number range - update

Dear Experts,I have created one number range, initially it should appear in the screen but if the user clicks no in popup then the number range it should get reduced since it is not used, kindly find the below codes,DATA: RC LIKE INRI-RETURNC...

Resolved! PO Check!

Dear Experts!My requrement is to verify the PO document date w.r.t. delivery date. i.e. PO date should not exceed delivery date.For this i found the BAdi ME_PROCESS_PO_CUST but iam unable to implement it as it throws an errro saying already implement...

Labels in this area