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

Resolved! Production Order CO03

Hello Friends,When we enter the Tcode CO03 and enter any production Order and enter the transaction, and then click on GOTO and then COMPONENTS, we will find some components for the Production Order, you will see many components in the screen.Could y...

Resolved! Field symbols in loop

Hello ,I have a loop like this LOOP AT t_marm INTO p_mattab FROM sy-tabix. IF p_mattab-matnr NE p_matnr. CLEAR p_mattab. EXIT. ENDIF.ENDLOOP.t_marm is of type marm and p_mattab is of type meinh If we are modifying ma...

sudha_naik by Product and Topic Expert
  • 882 VIEWS
  • 6 REPLIES
  • 0 Likes

ALV Tree Checkbox

Good day.I am working with ALV tree. I put a checkbox at each sub node using the following code: ls_item_layout-class = cl_gui_column_tree=>item_class_checkbox.ls_item_layout-editable = 'X'.APPEND ls_item_layout TO lt_item_layout.This is working ...

reports

1) we use AT SELECTION-SCREEN ON HELP REQUEST event to gv F1 functionality? can anyone tell me hw to do this? plz gv me an sample examaple with code2) we use AT SELECTION-SCREEN ON VALUE REQUEST event to gv F4 functionality? can anyone tell me hw t...

Resolved! Question SAPers....

Experts Im encountering a problem in recording FK02. Im recording the communication section field only.Then I need to show the window of URL/FTP addresses. To do that I have to click the other communication then a small window will appear then choos...

Resolved! restricted access

Hi all,I want to make a role for finanve dept. In this i want add transaction FMRP_2FMB4002. This runs a report. But i want to restrict access so that user can read only particular commitment item. The auth. object for commitment item is F_FICA_FPG. ...

Resolved! output field only

hi all.Please look at this code, am using this to make my filed output only.. But its not working properly. Please let me know what is wrong in this code.parameter: p_parm1(2) default 'MY'.at selection-screen output. loop at screen. ...

Urgent / SAP script

hi all ,can anybody tell me how can i give the condition in windows or page windows?i have to print text that....'u r not authorised to print this document no' .i have given it in windows as well as in page window...but problem is that i have to prin...

REPORTS URGENT

1) HI everybody i have 3 fields as shown belowdata : begin of itab occurs 0, matnr type mara-matnr, lgort type mard-lgort, werks type mard-werks, end of itab.SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME. parameters : ma...

Resolved! field symbol problem

Dear all,I am facing a problem wherein i want to modify <FS_DYN_TABLE> from <FS_DYN_TABLE_TEMP>.It is getting modified,i.e the column for which i want it modified is getting modified but remaining values of that corresponding row are not being displa...

Resolved! performance tuning

how do i rewrite the following using "for all entries" to improve performance?DATA: BEGIN OF I_MARA OCCURS 0,MATNR LIKE MARA-MATNR,MTART LIKE MARA-MTART,END OF I_MARA.DATA : BEGIN OF I_SER01 OCCURS 0,LIEF_NR LIKE SER01-LIEF_NR,OBKNR LIKE SER01-OBKNR,...

Labels in this area