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

CV Number

Dear Gurus,Every time I process the first payment for external account of any company, the CV number doesn't continue in its designated number, instead it resets to 0. (the last numbers). It should be increment by 1.Thanks for the help!ND

Resolved! I didn't find any replacement FM for a obsolete FM?

HelloFor getting a GUID_RAW_16 I'm using the below FM DATA: lv_my_guid_raw_16 TYPE guid_16. "Its RAW type w/ 16     CALL FUNCTION 'GUID_CREATE'      IMPORTING        ev_guid_16 = lv_my_guid_raw_16. But, my lead is not OK for using this FM bcz its ob...

tcode to execute SQL

Hello,Does anyone know how can I execute select commands and see the results in an ALV or something? I want to test my SELECTs but I don't want to write a report and use the debugger to see the results. Any help would be appreciated!Adamp.s.: I want ...

Numeric value check

Hi all,I am using  NUMERIC_CHECK to check if the value is numeric or not.But if I input a value like 122.22 the system treats this value as Character.I also tried another fm  CATS_NUMERIC_INPUT_CHECK with the same value, in the fm it gives me the sam...

Resolved! get_selected_rows with sorting

Hello,How can I read a line of a table of an ALV (which has sorting)?DATA: lt_rowid TYPE LVC_T_ROID,          ls_rowid TYPE lvc_s_roid.,CALL METHOD g_grid_0100->get_selected_rows     IMPORTING *      et_index_rows =       et_row_no     = lt_rowid.LOO...

Resolved! Field added in t023 append is not actualizated from sm30 transaction with view v023

Hi experts!!I have created an append in table t023. In this append I had two fields and I have createdOne more now; it´s name is ZPRODQUIM.I have added this field in view v023. I have also modified dynpro SAPL0MMG- 0040; addingField v023-zprodquim in...

Resolved! Why use insert when you can use modify when updating a table?

Hiya,I am going to update a Z table with some data and my code is:SELECT SINGLE * FROM z_vendor_costs INTO CORRESPONDING FIELDS OF ls_replyWHERE ebeln = wa-ebelnAND   ebelp = wa-ebelp.IF sy-subrc NE 0.*No entry found so add the default values and sav...

Resolved! Providing same Standard F4_help type to custom selection-screen F4_help

Hi ABAPers,Got an requrement of providing F4_help to Notification number in custom selection screen just like in IW23 Standard F4 help of selection-screen notification number.If any body have any idea or steps, kindly help me.Thanks,Soumya.

Is there a way to retrict access to SSN & DOB fields in IT002;IT00​21;IT0704 for specific users from SAP Security Stand point

We have a requirement we have been asked to limit the access to SSN & DOB fileds in SAP.we came to know that IT002,IT0021 & IT0704 will have the SSN & DOB details.Can we restrict access to these fileds (SSN & DOB ) for specific set of users even they...

Labels in this area