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

Area Menu - urgent

Hi All,I am an ABAP Programmer and in upgrade project of SAP from version 3.1I to ECC5.0 version.I have a custom Area Menu(ZCUS). In 3.1I version the it is dealt with buttons on the Tool bar and in ECC5.0 version it is having tree structure.In new ve...

Resolved! Performance issue

Hi,I have performance issue on this report, Please let me know if the code can be written in a better way, I am following the indices and order everything,Code: select bukrs hkont augdt augbl gjahr belnr buzeibudat bldat xblnr blart shkzg dmbtr wrbtr...

Select Statement

Hi,for ex: obj id - OR0000123 is having I0001, I0002, I0003, I0009, I0005.If I0009 I0076 is there I dont want to display the obj id.even if the objid is having other statuses. how should i write the select statement.SELECT SINGLE * INTO I_JEST FROM ...

Resolved! urgent

how to rename or delete sapscript form name?actually i copied a standard form with the client specific name and now it is not able to edit paragraph formats and window sizes and all...is there any way to edit paragraph formats?regardsGiri

Help on Read

Hi,Need some help on read statement.I need to read the records which starts with some character and need to specify the same in where condition as below.read table i_itab into w_itab with key objnr = w_itab-objnr stat CS 'E' ...

HR infotypes report

hi All,i am new to SDN and as a matter of fact this is my first post. I am given an assignment to produce a report that displays the career history of an employee depending on the pernr. wat they desire is to show how long the employee has been wid c...

Resolved! Update new Infotype

Hi,I have created an customer infotype (9015) using PM01. Now i need to write a small program who updates the Infotype. I don´t want the user to use PA30 and i do not want to give the user autorisation to PA30 so i cannot use Call Transaction.Is ther...

ALV

hello,Is this code right for coloring a row...READ TABLE GT_BPSTAB ASSIGNING <GT_BPSTAB> INDEX LV_COUNTER.IF LV_COUNTER = 12.*FORMAT COLOR COL_KEY INTENSIFIED ON.WA_BPSTAB-EMPHASIZE = 'C610'.APPEND WA_BPSTAB TO GT_BPSTAB.ENDIF.IF LV_COUNTER = 13.*FOR...

Resolved! Urgent - Requirement on Screen.

Hi All,I have a situation where I need to download the selection screen as it is displaying to PDF on local drive and also to send it to printer for print.In short I need to download the screenshot of screen on a button click and also to print the sa...

amit_khare by Active Contributor
  • 426 VIEWS
  • 3 REPLIES
  • 0 Likes

Menu Painter

Hi All,I have a problem i.e. in Menu Painter(T-code SE41) under 'Function Keys' i have 'Freely Assigned Function Keys' in which the option of assigning new button is full can i add new line to the list. Please let me know if any one have done this.Re...

ALV SUM error

Hi all !!I'm dipalying CURR field on alv. When trying to do sum on i get short dump.that is my fieldcat definition: ls_fieldcat-fieldname = 'NETWR'. ls_fieldcat-ref_fieldname = 'NETWR'. ls_fieldcat-ref_tabname = 'VBRP'. ls_fieldcat-datatype ...

template

hi experts,i have been asked to solve a ticket. But i have never worked with this kind of ticket before.I got three document from the ticket sender, saying that they wud be necessary to run the program. this documents are templates for 3 different em...

Resolved! Subroutines

Hi Friends,I want to get the data from the subroutine in the script without modifying the standard program, Based on Billing Doc No.(Vbrk-vbeln) I have to get vbak-knumv.Can any one send me the sample code I would be grate.Thanx in advance,Venu.

Reg Hardcoding

Hi all,I have declared Material pricing group "knodm" as ranges and what i need to do is to remove the hard coding from the below code with this range field. doesnt that be a too long code if i individually assisn low value with each constant? if the...

Labels in this area