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

Resolved! data in iw33

hello guys,I am doing a sapscript report, and I need to show some data wich is shown in transaction IW33. If you open iw33 you will a see a button next to description, this button shows and hides some long text.I can't find where that long text is st...

Type casting in ABAP

Let's say I have the following code:DATA idx TYPE i.DATA msg TYPE string.msg = "You are on index #".CONCATENATE msg idx INTO msg.WRITE msg.This obviously won't work because idx isn't the right data type so my question is, how do I cast idx into a str...

ALV's

In ALV reports i have to include check boxes on each line and on selecting a particular check box i need to get that respective secondary list with further detailshow can we acheive this task.good points will be rewarded according.Thanks PV

Resolved! IDOC/EDI/ALE

Hello guys...can u please give me the detailed flow of IDOC process in an EDI ,like how idoc is created,messag type,procees code,rfc desitination.then how idoc can be generated...from transaction or function module and where to write a code like this...

Resolved! Area Menu's

Not even sure I am equipped to ask the right question. But generally speaking I have never set these up before. user's are requesting that menus items they see in other environments are not in another environment and would like it there.Where should ...

Resolved! PLKOD-USR06 Batch Input

Hi all,When i see table PLPO and field USR06 in tcode SE16, i see891,33.The field is DEC format with 10.3.When i fill in it in tcode IA05, i can put there only 891,33.But when i do SELECT in my ABAP-program into my ITAB(DATA: ITAB TYPE PLKOD OCCURS 1...

Vf01 Authorisations

Hi friends,i am facing a peculiar problem. when i try to save an invoice then a duplicate entry for billing plan is added in FPLTC table. the only diffrence betwen this entry and the previoius entry is the Billing plan number and "High level authoris...

Report Performance

One of my report is moved to Quality and is having performance issues....There are about 3-4 select statements..What points do i need to check when i am doing performance analysis in Q- System.....Thank you.

SG141 by Active Participant
  • 731 VIEWS
  • 4 REPLIES
  • 0 Likes

Report Writer

Hi all,I'm new to report writer, I'm creating a new library which tie to a table (customized table), i have created the table instead, but when i tried to key in the table name at table column, system prompt error , " table not exist". Can someone te...

Resolved! Application server read

I have requirement to read the flie names from application server and upload to Ztable then accoring to time stamp it has to excute the infopackage ( for this routine in infopackge external data tab).I find some Function module "SUBST_GET_FILE_LIST" ...

Labels in this area