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

Resolved! field symbols

Hi,I am using following statementsFIELD-SYMBOLS: <fs> TYPE ANY.ASSIGN 'CRMD_ORGMAN' TO <fs>.PERFORM delete_data USING <fs>.UNASSIGN <fs>.FORM delete_data USING p_<fs>. DELETE FROM p_<fs> WHERE guid = wa_zcont_delete-guid_set.ENDFORM. ...

Resolved! HR Security----PPOME

hi experts,i have given access to an user for PPOME to create Positions............but in the Basic Data tab, Staffing Staus is greyed out and is not allowing to select any option.I even tried using 1007 Infortype in authorization objects, but didin'...

Resolved! Transport Issue

Hi all, I am working on a program where I made some changes and saved and activated the same. The trasnport related to this object is still not released but now after making the changes I want to save this object in a different transport whcih alread...

Table Index

Hi, I need to understand something. I'm trying to improve performance on a report. The most selections do not use table keys to acess, so, somebody create some indexes with the idea to make the selection faster. Here is one example: SELECT * ...

PO Smartforms

Hi Experts,We are using a ECC 6.0 system in which we dont have the PO Smartform for SAP.I wanted to understand that 1. Do we have only the option of migrating the MEDRUCK from Sapscript to Smartform or 2. Do we have Smartforms delivered for PO in the...

Resolved! Text Elements

In some of the custom programs programmers defined the text elements this way write:/5 'Certified' (316), The text-316 is not available in text-symbols tab of the program. I know by double click on the 316 entry system will ask for creation of text-...

ADK files

Hi all.Some ADK-files in the system are not readable (error message while reading). Do you know any reports or FMs tat illustrate what files are not readable. It's too much difficult to check every single ADK-file.TIA, Nikolai.

Resolved! Batches and Division

If a user enters the Division SPART, how can I find all the batches MCHA-CHARG associated with them? Is there a relation between these tables? I know in MARA each material is associated with SPART and MCHA contains CHARG MARA WERKS as keys. Thanks fo...

Resolved! Texting in Sapscript

Hi develeopers,I'm modifying a Sapscript and I have to display a field &field_name& that is filled with a percentage.This field is a CURR of 11 and I don't want to show all the field like 15,000%, but only the percentage 15% without zeros.How can I d...

Labels in this area