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

Resolved! ALV BACK OR EXIT

Hi,i do this alv and i wont when i push back that i go to screen before( to selection screen) ,and when i do exit or cancel go to the codei try like below but what happen is the same for exit back and cancel what i miss(all the button bring me to the...

Invalid cursor

hi guys,for first time i've met short dump "invalid cursor" in NOT debugging contest.it happens into select/endselect (...) loop, buto only into production system (not in develop and test).the tables inquired is QUALS.could someone help me, please?

Submit statement

Hi,does the below statement execute in background mode?If not how can I attach Job name, job count to this statement.I do not want to use ranges. When calling a different program I want it to open a selection-screen and then process(to retrieve data)...

Resolved! ME28 - strange problem

Hi,We have strange problem with ME28 t-code.User is having problem when he is trying to execute ME28 with release code: GM and Purch doc. category: L ; for all other purch doc. category user doesnt have any problem.We have given full auth.to M_LPET_E...

check table

Dear all,My requirement Is I am using t001w table. I am putting purchse organisation as 2028 and I am getting all th e plants that corresponds to that purchase organisation.but I am not getting plant 1670 in T001w table for purchse organisation 2028...

Resolved! SAP script

hi all,I am new in ABAP.I have created one form in SAP script.I have created one page ,one window and one page window and I activated the form.also I have tested it will show the screen without any errorand then -i have created the following program ...

LOOP FROM INDEX

Hello ppl, Following is the way i was doing the loop.But the same records or the records which have same key fields get missed, hence they dint show up at ALV.Thus i came to know that using LOOP FROM INDEX will help but I need syntax for that.........

Resolved! Missing objects in Abap

Hi Expert,My abap colleague had wrongly modified a common include file and transported to PD. As a result, the looks of the program in DV and PD are different.We have tried to re-transport all the affected abap programs and include files and transpo...

Resolved! output lengt 0

HiWhen I read the table PA0008 into a variable it gets output_length 0.Whit table PA0000 there is no problem..What can this be? The data in both tables looks the same..If the output_length = 0 I write it to a variable using this function: DESCRIBE FI...

Resolved! Calculating Record Size

Is there a way to programmatically calculate the record size of a given table? Better yet, is this information stored in some table that an ABAP program can read and not even have to calculate it.For example given tables, VBAK, BSEG, VBRK, etc., I ...

Resolved! HTML + IMAGE

I am using functions 'WWW_ITAB_TO_HTML_HEADERS' and'WWW_ITAB_TO_HTML_LAYOUT' and 'WWW_ITAB_TO_HTML' to prepare a file that i send as an email and it work fine. I want to add a local image (ex: C:image.jpg) to my HTML file. Help required,Regards

Resolved! Translation in SE51

Hi,My requirement is to translate the heading descriptions of output display of a transaction from french to english which is designed using screen painter.When i try to translate from SE51 its allowing to make changes only in french but not in engli...

Resolved! exit from loop

Hi, can You please tell me how to exit loop for one record , eg. IF condition is not OK leave this record and continue loop. EXIT command dont help me, is there any other? LOOP AT lt_s941 INTO ls_s941. if ( ls_s941-bwart = '101' And ls_s941-lgo...

Labels in this area