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

set Titlebar

I have created a program for a normal interactive list.Initially I have set the title of the program through program attributes.The title is being displayed in the selection screen and also the basic list.Now when I go to a secondary list i want to c...

SUBMIT AND RETURN

I am calling a program Y from my program X. In my program Y i am populating an internal table which should be available when I return to the calling program X. I am using the SUBMIT AND RETURN for this purpose. But the internal table which i populat...

Resolved! Primary key

HIi Experts,I Used select single * from a customised table and select 3 fields in that table i used.the problem is i used where condition.in that where condition no primary key exist.how can i do this problem.please send me clearly.Thanks & regardsSr...

Resolved! ALE - Distribution Error

Hello Experts,I need to add an extension in MATMAS. I created an extension and added to message type Z_MATMAS. Here, my partner system is Siebel. I added Z_MATMAS under one Model View and Generated the partner profile and saved.Here, the problem is, ...

Resolved! Internal Table

HI experts,I have doubt in Internal Table.Currently my internal table data in vertical format.I need to convert that same data into horizontal format.I have given a example of my problem.itab1 abc 001 777abd 002 888abe 003 999i need to change that in...

handling units

Hi Guru's,in table VEKP, field venum and EXIDV.Any conversion routine exist to convert VENUM to EXIDV.my requiment is to find the next available EXIDV number.EXIDV field is 24 char in VEKP. But as per our client requirement, it should lie in between ...

split container

hi everybody, i am trying to develope an alv through oops. and i used a single conatiner for header and grid display using spit container i header display i have a problem...i have to show headings on left and right hand side at a particuler p...

Resolved! abap dump

Hi Modify statement going to dump in below coding. pls help meloop at it_vbrp. READ TABLE it_lips WITH KEY vbeln = it_vbrp-vgbel BINARY SEARCH. if sy-subrc = 0. it_billing-ddl = it_lips-vbeln . it_billing-posnr = it_lips-posnr. endif. READ ...

Labels in this area