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

Resolved! In field string I am concatenating the fields, I want length no of spaces

FORM header.field-symbols: <field> type any, <struc> type any. data m_structure(20) value 'x_headerdetail'. "name of structure where all fields are populatedassign (m_structure) to <struc>. do. assign component sy-index of structure <struc>...

Resolved! Logic within Loop

Hi I have a table with following columns.WBS, fiscal year, month1, month2 till month12.In selection screen, user will enter WBS, year and particular month.If user enters 5, my program should find out the value from ITAB-MONTH5.If user enters 12, my p...

Resolved! Use of RV_CONDITION_COPY

HiI need to use the Function module RV_CONDITION_COPY for creating conditions in VK11. I am passing the following parameters. It is not working. The condition record is getting created in table A601. But I am not able to display it in VK13. Please ne...

printing is not possible

hi all,in my module pool program, on the screen the print option is active but nothing happens when i click it. i need to print my screen after output. i am able to print using hard copy but the screen size gets cut. please help to print using print ...

Text box in screen

in MM03, sales area tab, you see a text box where in you can type as much as u want and the cursor automatically moves onto next line.I wish to include such a textbox in my report. Pl. tell how to mitogate the same action in my report ?Regards,Tom Je...

Labels in this area