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

Resolved! define

I have macro as follow.DEFINE ++. READ TABLE TEXTP WITH KEY ID = 'I' KEY = &1 BINARY SEARCH. CLEAR TXT. IF SY-SUBRC = 0. TXT+0(TEXTP-LENGTH) = TEXTP-ENTRY. ENDIF. END-OF-DEFINITION. SORT TEXTP.But in ECC 6.0 IT'S ...

PO Amendment Data

Hi everybody,When PO (Purchase Order) amendment is done, e.g. deli. date change, price change, incoterm change, item deletion etc., So can you Please tell me that these changes get store where exactly? Or how to see these changes So that we can use t...

'++' macro?

Hi All,I have program in 4.6 version the cide is as below. It's giving error of '++' ststement is not defind. Check your spellling.*.Y16V_FAKKT IF XSADR IS INITIAL. PERFORM KUAGV_SELECT(Y16V_FAKAU) USING XFAKKTS ...

logic

Hi ALL,There is a FUNCTION EXIT.FUNCTION EXIT_SAPMM06E_012.*"----""Lokale Schnittstelle:*" IMPORTING*" VALUE(I_EKKO) LIKE EKKO STRUCTURE EKKO*" VALUE(I_TRTYP)*" VALUE(I_BSTYP) LIKE EKKO-BSTYP*" VALUE(I_NO_SCREEN)*" VALUE(I_LFA...

SQL Syntax Question

Hello everyone: I am trying to write an SQL query in ABAP function. I know how to write it in Oracle but not sure how to write it in ABAP. For exampleDATA: begin of wa_ITAB_SALESRECS,ZVBELN type VBELN_VA,ZPOSNR type POSNR_VA,end of WA_ITAB_SALESRECS,...

SMTP - mail service

Hi, i configured the SMTP for mail service.I can able to send mail to our domain ( for ex: abc.com ) - default domaini gave SMTP Connection as : mail.abc.com the above scenario --- will work for me if i send mail to our default domain. but i am...

How to Archive EANs

We are in the middle of conversion and I am doing materials upload. I will be uploading same materials multiple times as part of testing. But since we are using external EANs/UPCs, SAP will not allow duplicates in the system.How can I archive the exi...

time conversion

Hi to all, I have small requirement.In our module program we hav calculated time between 2 dates and 2 times.We r calculating this difference using function module SD_CALC_DURATION_FROM_DATETIME. We r getting correct time,but it is showing in deci...

geetha_k by Active Participant
  • 734 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Retrieving Data

Hi, I have to read a table itab in which if i give some date say 10.08.2008 time 11:00 am i want a record which is just before that record ...say 10.08.2008 time 10.30am record ( ITAB has got 100 records till date ). Waiting for ur reply. ....Regar...

Resolved! Checkbox functionality

Hi,I m changing the standard screen (Customer E-mail) through Screen Painter SE51...My requirement is send mail to multiple customers at a time..but there is radio button option..so not possible..I change it into checkbox, but its functioning is same...

screen painter

Hi all, I have modified a standard user-exit SAPMV45A screen number 8309. It was initially a sub-screen, i changed it to normal screen and activated it. It gave run-time error in VA02. So , I again tried to change the screen type from normal t...

Resolved! transaction code

Hi friends,I am working on a module pool program. I need to know how to lock the transaction ( ztransaction - the transaction code created for my module pool program) .I need to know how to make the transaction to be used only by a single user at a ...

screen painter

Hi all, I have modified a standard user-exit SAPMV45A screen number 8309. It was initially a sub-screen, i changed it to normal screen and activated it. It gave run-time error in VA02. So , I again tried to change the screen type from normal t...

Labels in this area