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

ALV Grid update

Hi All,I have a requirement.In the ALV grid, I have to select a row. When I click the change ICON, the data in the rows should be populated in the customized screen.I had already done this part.Now I had changed the values in the customized screen. W...

modify

data: wa_compalz like line of out_cif_compalz. loop at t_ppm. l_tabix = sy-tabix. read table out_cif_compalz into wa_compalz with key logcomp = t_ppm-logcomp. if sy-subrc eq 0. * if wa_compalz-logcomp eq t_ppm-logcomp. t_ppm-m...

Resolved! Open Dataset error

Hi Experts,I am seeing a strange error while loading a .txt file into SAP via a program.The flat file format is:<u>rec_type|operation1|relation1|timeunit1|operation2|relation2|timeunit2</u>00001|100001|FS|DAY|100002|FS|HR00002|100003|SS|DAY|100004|SS...

write commentary

hello guys,I am using an alv GRID, but now I need to write some header at the top. This is part of the code that I have, and is not working (for the header), the box at the top does appear, but empty, without text.:EVENT TOP OF PAGE clear v_event. ...

Resolved! Fixed point arithmetic

I have an include program in which i am doing a calculation (division) to arrive at KBETR. but i am facing a problem in getting the exact output since the Fixed point arithmetic is not checked in the main program SAPLV651A which is a standard program...

Validation

Hi guys,I am new to ABAP.I need to validate one of my statement, according to it if customer type is 'PY then check Customer id against Knvp-kunn2 where knvp-parvw= AB.and for this I have written this code: if it_tab-custty = 'PY'. it_tabcustid ...

Resolved! BCS Classes

I am using BCS classes to send Email, it work find but i have some problems formatting the text of the Email. Everything is find in Microsoft Outlook, but when i transfer the email to MSN Hotmail i lost some text formatting. I use the RAW type to tra...

Regarding POV

Hi All,1.I want to create search help in module pool programming. i know that we can create with the help of POV. How can we provide search help other than POV. 2. if i want to do screen validations we can do it using CHAIN.... END CHAIN. How can we ...

Need send PO to the vender by e-mail using not default e-mail (ex. 2-nd ID)

Salute Folks,I have two configurations setup which triggered an e-mail notification for external user.One configuration triggered e-mail notification for the vendor when electronic payment is made and another one when PO is created or changed. Both c...

Resolved! Selection Screen

Can i display more than one selection screen.First -> Selection Screen: Parameters & Select-optionsSecond -> Selection ScreenParameters & Select-optionsThird -> Output ListAfter the user select some parameters and select options - after execution it...

regarding the pdf

hi,iam sending the code for the converting the internal table to spool request.how itthe attachment is send as an pdf by using the functiional module.SO_DOCUMENT_SEND_API1.to which parameter i have to attachment.how it to be done.DATA: BEGIN OF i_mar...

Labels in this area