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

Resolved! Dmbtr value

Hi, iam new to sap abap... in mard select entries Matnr-210004, lgort-39, pstat-D, lvorm=null, LFGJA=2012 ,LFMON=12, Labst,Umlme,insmeeinme,retme(All Field) =0.000 (only one entries there and one storage location) mseg table : Matnr-210004,...

IMPORT FROM DATA BUFFER

Hi, i have issue to find logic. Program Line: IMPORT f = <lf_container_adk6>FROM DATA BUFFER <lf_data_buffer>. Input: <LF_DATA_BUFFER> = FF0602010202800034313033000000006E010000121F9D023A367E0620D001118C0C58801BC35A888A55602ED37A1630...

umayaraj by Participant
  • 664 VIEWS
  • 0 REPLIES
  • 0 Likes

Resolved! constructor + subfield access - GETWA_NOT_ASSIGNED. ABAP kernel bug?

Maybe another ABAP kernel bug, not corrected yet? With the code below, the DATA(name) = ... does a SHORT DUMP with GETWA_NOT_ASSIGNED. In some other situations, it may not fail but return a value which is at a different offset an with a different l...

Resolved! Limited rows in table

Hello, I am trying to send the table content through email,however the table has 926 rows, not all rows and columns are displayed.I am trying to convert it to xstring and all the columns are displaying now but not all the rows only half . Can any...

BTE for F110

I need to copy the bktxt from a KR to KZ, when the F110 is executed, I am using a BTE but when making more than one document in the same f110 it copies the same HEADER in all the documents.This is my code TABLES: regupo. DATA: l_tcode LIKE t020-tco...

VB21 BDC Recording

Hi Experts, I have done BDC recording for VB21(Sales Deal Creation), but issue with selecting the condition type. When we select condition type from list it gives a value for selected line like 04/07 and it changes for every condition type we choos...

Resolved! Delaying/scheduling payment correspondence email by one day after F110 is executed

Hello, I have a requirement where I need to send the payment correspondence form as email to the vendor after 24 hours the payment run is made in F110. I have implemented the BTE for sending the email and it is working perfectly fine. If I am tr...

Double Clicking on abap perform statement to create "form-end form" is not working

Hi Experts, That current SAP system that is used: S/4 HANA 1709 system. In the SE38 custom ABAP program, I'm trying create a "perform". I write the statement Perform ABC and on clicking on the ABC, the system keeps on loading for more th...

Resolved! No ADT quick assistant suggestion "add raising declaration" for RAISE EXCEPTION with method call

Hello, In the following code, the quick assistant does a few suggestions to add "TRY" or "RAISING": CLASS lcl_app DEFINITION. PUBLIC SECTION. METHODS test. METHODS get_operation RETURNING VALUE(text) TYPE string. ENDCLASS. CLASS lcl_app...

Labels in this area