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

MIGO user exit

Hi ,while posting MIRO with reference to PO for cenvat clearing systemupdate 00000 in account assignment field (zunor) . we want update field zunor in BSEG with PO no. and its line item.How can I achieve this .Can any one suggest any suitable user...

Resolved! MIGO user exit

Hi ,while posting MIRO with reference to PO for cenvat clearing systemupdate 00000 in account assignment field (zunor) . we want update field zunor in BSEG with PO no. and its line item.How can I achieve this .Can any one suggest any suitable user...

Resolved! User Exit for - FLB2

Hello friends, I need to fill data into a cutom table when I would excute FLB2.I am looking for a exit to do this. I have acheived this in ECC 6.0 as there are some enhancements points in the report RFEBLB20 and have done it , Now I want to implemen...

Resolved! Convert ITAB to string using and SCMS_TEXT_TO_XSTRING and NON UNICODE

Hi,I have a problem. I have a text with the Danish Ø in an ITAB. When convert the file to a xstring and add this XString to an attachment in a pi proxy message it seems to be UTF-8. I have seen the XSTRING contain an ENCODING property, but I'm unabl...

DG by Active Contributor
  • 2657 VIEWS
  • 2 REPLIES
  • 0 Likes

VT70 BDC replacement

Hi all,Previously I used a BDC call to VT70, then found out the it's not possible to tick checkboxes in the alv output of VT70 then hit execute.****[VT70 processing:input screen, hit executeoutput is in alv format with checkboxes,checkboxes need to b...

Resolved! F-code / Sy-ucomm for COPY button on popup of 'Reference' of Tx of VA01 ?

Hi Experts,I need to write a BDC (though its ECC, customer wants to hv BDC) for "Create a sales order via VA01 transaction WITH REFERENCE to existing sales order in the system"So, I tried from SHDB and I tested it by using PROCESS, working fine. But,...

"FIND" vs "="

Hi,Can somebody explain me, whyFIND lc_keyword IN SECTION OFFSET lc_offset LENGTH lv_length OF lc_text. lv_result = boolc( sy-subrc = 0 ).is 30% faster thanlv_result = boolc( lc_text+lc_offset(lv_length) = lc_keyword ).givenCONSTANTS lc_text TYPE ...

Labels in this area