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

popup

when item availability icon in va01/va02 is clicked only authorised users should be able to proceed to the next screen.Non-authorised users should get a pop up to display the error msg with only1 button ok and with msg not authorised and should remai...

Resolved! Query on Internal Table

What is differnece between Modify Internal Table and Modify internal Table With Where Clause????tell me with example i want to use it like LOOP AT ITAB. MODIFY ITAB.ENDLOOPLOOP AT ITAB.MOFIDY ITAB WHERE <SOME CONDITION>ENDLOOP.and similar in case wi...

attaching u0093material photou0094 on the user tab of the material master transacti

All,We are exploring a solution for attaching “material photo” on the user tab of the material master transactions - MM01/MM02/MM03 in ECC6.0. Please review the questions outlined below from the client -- Is it feasible to attach a “photo” of materia...

Resolved! custom idoc

Hi I have gone through the previous threads and found the steps as below for creating the custom idoc. 1>WE81(create z mesagetype)2>WE31(Create Z segment)3>WE30(Create zbasictype)4>se37(create ur own function module)5>WE57(attach ur function module t...

Help on report

Hi,I am doing a project and i ahve to submit it in next week so plese help me in coading.The name of the database table is Zcra_transit consits 7 fields and they areZTRANS_NUMBERTRANS_AMTTRANS_TYPECURRENCYACC_NOACC_HOLDER_NAMESSN_NUMthis table refers...

Resolved! Progress Indicator

I need to include a progress indicator during the execution of my report. So I included CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 100 TEXT = 'Test'in the START-OF-SELECTION. event. But this does not displ...

Resolved! selection screen-issue

Hi all,i have a list box on selection screen and when i select one of the record from the list , i have to hide one of the paramter field on the screen.i used radio button when i ever i click the radio button the at selection-screen output. even has ...

Resolved! Case-Endcase

Hi Gurus, I have written the following code using Case and End case.loop at it_header. case it_header-custty. when 'ST'. continue. when 'BG'. select kunn2 into it_knvp from knvp where parvw = 'ZB' and kunnr = ...

Resolved! SAPSCRIPTS FAMILY FONTS

I am working on requirement where i need to move Family Fonts from one system to another in an upgradation project and i am not sure where to start. 1) Can family fonts be downloaded from a system and uploaded to another?2) If it cannot be downloaded...

Labels in this area