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

Text Symbols are possible on Enhancement Point Implicit?? - ECC 6.0

Hi Experts,I am working with enhancement points implicit for modify a standard program.The program run correctly, but i need to put 3 text symbols in my enhancement code.When i try to create, the system returns the message for register the standar ob...

ALV - No Decimals

Dear All Expert,I am implementing a ALV Report, but I have a uncertian issues.In the ALV report, some fields are defined field type (mard-labst and quan 13,3)However, we need to display output 123.333 -> 123 (no decimals)I try to add the following co...

Resolved! please advise

Retreiving field from EKKO, EKPO , EKET Condition EKKO-IHREZ = "XXX" AND EKKO-BEDAT = "DATE" select xxx from EKKO INTO i_EKKO. key EKKO-IHREZ = "XXX" AND EKKO-BEDAT = "DATE" Select xxx xxx from EKPO into i_EKPO for all entries in i_EKKO key EBELN...

Resolved! Modify Dbtab

Hi Experts,Is there a possibility that below modify statement will update/insert more than one line in the table? loop at i_itab6 into wk_itab6. delete from zarmmmt0005 where EKORG = wk_itab6-ekorg AND LIFNR = wk_itab6...

Resolved! Module Pool Programming

Hi Gurus,I'm new to ABAP and Module pool program. Currently I'm working on Module Programming.Can any one provide me the logic for the below logic.Here total buttons need to be create on the screen. I have already created the selection screen and but...

Resolved! Going live Issue

Hi All, Can you please help me out in this situation : I have an issue with moving maintenance on table T023 out of SPRO and directly into the transaction OMSF which I believe basically make the table no longer cross-client. Now I want to know if ...

Finding BAPI's

Hi,I have one requirements to replace BDC's in that place BAPI'smy requirements isUpdate Inbound Delivery - Post Goods Receipt (VL32)Update completion date on shipment (VT02)If any body workd please help me outRegards,Chands

Problem ABAP

Hi.I have a problem in an abap. In this program abap, this repeating some records I do not deal for that it does it.FORM search_material_data TABLES p_t_data STRUCTURE zmm_mat_master_ext.DATA : L_FLAG(1) TYPE C VALUE 'N'.DATA: BEGIN OF it_vdarl OCCUR...

Labels in this area