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

Resolved! ALV - Display Sum only

Hi Experts, I would like to ask for help regarding this. My requirement is to output only the sum of the table. I tried it on this simple sample program:***************************************************************************TYPE-POOLS: slis.Types...

Module pool

Hi, I have 3 text boxes and 2 text areas.When the screen opens as soon as when we give t.code it will point the cursor in the first text box.When i press the tab means it will go to the next text box.But after it reaching the 3rd text box.It is poin...

Resolved! Idoc in yellow mode

Dear All,Can anyone please tell me,why my outbound idoc is in yellow color(status 30).When i process the idoc with outbound program,it turns to green and document gets posted successfully....In the model view,i have attached the message type with sen...

OLE object names

Hi All,In OLE fro example consider the follwing few statements,CREATE OBJECT wf_excel 'EXCEL.APPLICATION' CALL METHOD OF wf_excel 'WORKSHEETS', SET PROPERTY OF wf_worksheet 'NAME' SET PROPERTY OF wf_cell1 'NumberFormat' How can I get to know the poss...

Resolved! GUI_upload

Hi ,I want to upload a Excel file .Please tell me ,i can use GUI_upload or not . As i read in the documentaion of this function oly ASC and BIN file are mentiones there .Rgds,PremrajEdited by: PremRaj kaushik on Jan 19, 2009 9:24 AM

script error

hi all,Output is continuous or contains too many pagesim writing the script report but when i run the report it gives me the above error window.can anyone tell me the cause and the solution of this error..??thanx....

Resolved! Native SQL

I have one internal table which was processed and there is some change in one filed. Now I want to place these changes back into the database table. Now as I told u previously to establish link between SAP table and legacy system connection between t...

Resolved! combined select query

Hi experts,I have 4 select queries like this: SELECT * FROM t009 INTO TABLE it_t009 FOR ALL ENTRIES IN lt_bukrs WHERE periv = lt_bukrs-periv. LOOP AT lt_bukrs INTO ls_bukrs. READ TABLE it_t009 WITH KEY periv = ls_bukrs-periv. IF sy-subrc N...

Resolved! dump with kbetr

hi the code below is giving me a dump concerning convertion when i put number greater than 10note that kbetr is 11 decimal 2 in SE11 but in debug it has type p(6) dec 2.i must use the kbetr type. SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE te...

Resolved! Selection screen + hiding selection parameter adn adjusting elements

Hi ,I am able to hide a selection parameter in At Selection screen output event by checking screen-name and then making screen-active as 0. but problem is that i am seeing a blank space there and i expect screen to adjust all elements accordingly and...

Resolved! Exiting a loop

This is my code-loop at itab. ---> loop 1read table itab2 with key id = itab-id.if sy-subrc = 4.exit.endloop.Loop at itab3 ->loop 2endloop-Now I want that when whenever sy-subrc = 4 in loop 1... the exit should exit the whole block ...

BDC for ALV screen

hi All,i had written one module pool program which has an alv grid,when i try to do recording for the screen it is not capturing the screen data entered.how can i upload data where i used alv instead of table control.please suggest..Regards

Labels in this area