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

Sap Email Error

DATA: lr_email_data TYPE REF TO cl_crm_email_data. DATA: ls_recipient TYPE crms_email_recipient. DATA: ls_content TYPE crms_email_mime_struc.   CREATE OBJECT lr_email_data. ls_recipient-id = 'em@ S.DE'. ls_recipient-address = 'em@ S.DE'. ls_recipien...

ALV GRID REPORT ISSUE

Dear Experts,When I am trying show a header line for a grid alv report some text are missing in the output.because i declaed my it_heading type slis_t_listheader,                                 wa_hading like line of it_heading.   OR  WA_HEADING TYP...

Resolved! I want to display the output in boxes using pipeline and uline ?

like     a  = 5 , b = 5 ._________________________________ |   Additon   |   Subtraction   |  Division | |_______________________________||       5        |         0           |      25      | |__________|_____________|_________|like this  i want to...

Resolved! IDOC is failing for DELVRY03 IDOC type with status 51 & error is Enter either delivery date or goods issue date

Hi All,we are  creating a IDOC for inbound delivery using FM  IDOC_WRITE_AND_START_INBOUND.IDOC was created with status 51 with error Enter either delivery date or goods issue date.But we are filling Delivery date in E1EDL18 segment. and implemented ...

Resolved! select statement issue

Dear Experts,I have parameters and select-options like below..data: d_date type vbrp-erdat.parameters: p_bukrs type t001k-bukrs,                  p_matnr type mara-matnr,                  s_date  for  d_date.   I want to pass matnr and erdat to table...

Validation in ME31K

Dear All,We have a requirement to do below Validation while creating Contract.We have to Validate Plant Values present at the Item Level based on the Company Code Present at the Header Level.We have implemented the BADI "ME_PURCHDOC_POSTED" for this ...

Resolved! Problem in screen exit.

Hi,I enhancing the 'ME21n' for that i create a screen through screen exit.every thing is working fine but when we execute transaction 'ME23N' the designed screen fields in edit mode i want in display mod only.Please help me urgentMessage was edited b...

Disable OOALV Push Button

HI,   I have an issue in OOALV.I want to disable a push button in OOALV when the user clicks on the push button.IAM able to disable an input field using following code   ls_STYLE-FIELDNAME  = 'COMMENTS'.       ls_STYLE-STYLE      = CL_GUI_ALV_GRID=>M...

Error after Transport.

Dear experts,     I am facing a severe problem after transport to Quality .     I have rewrite same abap program twice but facing same problem.         Please help me to resolved this problem.       Please see following attachment.     Regards Gaurav

Resolved! Block alv output

Hi ,The below is the code from saptechinical and have tried to execute by making some changes to get the block alv output.but i am unable to get o/p for the code.Please let me know if any mistake i commited or anything i need to change to get the des...

Resolved! Cannot process message; no node determined : I wanna send mail but i got this error.

WHEN '&MAIL'.  DATA: lt_mailsubject     TYPE sodocchgi1. DATA: lt_mailre   TYPE STANDARD TABLE OF somlrec90 WITH HEADER LINE. DATA: lt_mailtxt  TYPE STANDARD TABLE OF soli      WITH HEADER LINE. * Recipients lt_mailre-rec_type  = 'U'. lt_mailre-recei...

Resolved! Background Transaction

Hi there,We have a custom transaction which is based on a SAP standard one.On the selection screen there is an option for 'File Store' where a file canbe created locally.If I run this transaction in the foreground  the following pop up appears:Can an...

Resolved! Doubt about BAPI_CONTRACT_CHANGE

Good morning Gurus.I want to know how to connect an error message that is in the 't_return' to the corresponding item number to generate the ALV for the user.CALL FUNCTION 'BAPI_CONTRACT_CHANGE'             EXPORTING               purchasingdocument ...

Routine for WEEK to MONTH SALES calculation

Hi,My requirement is i will recieve input excel file as with few other fields for 1 year:WEEK  SALESW1        100W2        110W3        120W4        130W5        140W6        150W7        160.              ..              .W52      150I have to write...

How to update sum in editable alv column at a single click or with enter button?

Dear All,I am working with Classical ALV in which i have an editable column of amount field. The problem is when i am changing the value of field the change makes no change is the sum. I tried with sdn help but the value changes at double click. What...

Resolved! step loop

Hi experts,I have a small problem in step loops in my program. I am displaying 2 rows in my step-loop. My requirement is that I want initially the fields will be blank. After pressing 'NEXT', the first row will display the first value, but the next r...

Resolved! Pop Up Screen in MIRO

HI Guys,I have one requirement I want to call one POPUP screen in MIRO TCODE after pressing the saving button.I found one exit EXIT_SAPLMRMP_010 that called after clicking on save Button. how we can call the subscreen as a POPUP.Regards.Nishant

Labels in this area