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

Resolved! How to update 2 databases?

Hello guys,I have a problem, we have a programm and the updates to the first database "edpar" does...fine.But I need to update some data for some kind of recording protocol to another new zdatabase.IF aendern EQ 'X' AND t_tab3 IS NOT INITIAL.        ...

Resolved! Find packages

Hi,I want to find all the transportable packages in the system.By transportable package, I mean a package that prompts you automatically for a transport request when creationg an object.I found the standard table TDEVC. This table stores all the pack...

Resolved! Send smartform to mail as pdf attachment error - This file cannot be previewed because it is corrupted

Hi all , i want to send smartform to mail as pdf attachment. Email sent but return a error message: 'This file cannot be previewed because it is corrupted.'Can you give an example code to resolve this problem?My code is here...FORM userexit_save_docu...

umtyzc by Participant
  • 736 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Specific Enter Event

HelloI created a dynpro with some input-fields for my application.I want to run a method each time the users hits the "ENTER"-Button and this runs fine,but in relation to the input-field which the user has "selected" (the text-field which is focused)...

Resolved! List Box in module pool

Hi, i am creating one module pool program in which for one input/ouput field i have create a drop down list.i have done the changes in screen attributes but dont have idea how to do in flow logic.i have search other blogs but all creating drop down l...

GRC 10: SOD rule set

Hi All,We are in process of  re-mediating the user access before creating mitigation control for any risks.Risk analysis report showing some risks where my compliance team  is not accepting them as risk and they are calling them  as false positives.H...

Resolved! I am getting this error"CX_ST_DESERIALIZATION_ERROR" in class "CX_SY_CONVERSION_NO_DATE_TIME" while consuming a webservice from an Oracle system

Hello Experts,I am consuming  a webservice from an oracle system and the date format I am receiving is not recognized by the SAP system. I am getting this error message"Value 19-AUG-13 is not a valid date in accord with the XML format for ABAP". I am...

BAPI_FIXEDASSET_CHANGE for adding new interval in depreciation area

Hi Experts,  I am trying to add a new interval in depreciation area using BAPI_FIXEDASSET_CHANGE. DATA : gt_deprarea TYPE TABLE OF bapi1022_dep_areas,            gs_deprarea TYPE bapi1022_dep_areas,            gt_deprareax TYPE TABLE OF bapi1022_dep_...

Resolved! Submit program with parameters

Hello,I use the commande SUBMIT to call a program from another like this:DATA: t_param TYPE TABLE OF rsparams,            s_param TYPE rsparams.       s_param-selname = 'P_VALUE'.       s_param-kind = 'P'.       s_param-low  = 'TEST'       APPEND s_p...

Resolved! How Can I Delete More Than One Row From MSSQL with ABAP Internal Table?

Hi,I have a mssql table which is named as 'SALES' and my table has the column which is named as 'ID'. How can I delete data from my internal table?For Example, my internal table has 3 rows.ID         ...          ...1          ...          ...2      ...

Resolved! Need to alert security team every time when a new authorization object is created

Hi,There is a requirement, when new authorization object is created in SU21 then alert or mail will sent to security team every time? Is their any BADI or Exit available to write the code? or Is there any standard workflow task that we could cover th...

Resolved! ALV Report problem

Hi all,I am trying to make an alv report where I have to put the matnr maktx menge according to the po.no. but when the output is generated I got some columns in menge as 0.000when I examined it I could see the quantity for which matnr does not exist...

Smartform property.

Hi experts     I'm working with smartforms.I want create a line like this:But in my smart is showing it:how can I remove this space above the phrase?I try to change font size but the phrase off the screen.I created a style could be a parameter style ...

Labels in this area