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

Resolved! Abap Summation

Hi Expert, I have such scenario as below:int a = 234.int b = 567.int c = 876.int z.How to add these 3 integer (a, b and c) as below:z = 2+3+4+5+6+7+8+7+6.Thanks.Regards,-Ben-

benlim by Contributor
  • 853 VIEWS
  • 6 REPLIES
  • 0 Likes

Resolved! function module for sending mail ? and some doubts on that fucntion modules.

i am new to abap so i have lot of doubts in sending mail function module so please help me.1.   mailrec-rec_type  = 'U'. - i need explaination for this line why we are using 'u' here.2.my requirement to send mail sap to gmail .when i use this functio...

Post document in MIGO for Item code and its component by calling BAPI_GOODSMVT_CREATE multiple times

Hi Gurus,I have a requirement where in MIGO i have an item with 101 movement type. Also there is a component with movement type 543 for this item code. Now when i click on "POST" it should convert both the materials as NV-<ITEM_CODE> and post at the ...

Rounding off the values

Hi,     There is a requirement where I need to round off the no. of days in HR module, where the value is already stored in variable.Please help as I have searched but not found any proper function module.Key :- Value is Total no. of days not Amount....

Displaying Messages for Mandatory fields in NWBC FPM Standard Applications

Hi,I am working with NWBC FPM  standard Application in this i am facing one issue which is of high priority as of now that isIn my screen there are some mandatory fields all fields are working fine if we don't enter value for mandatory fields it thro...

Resolved! Implicit Enhancement

Hello TeamI had created  a implicit enhancement ZQE71  for QE71 transaction as below.Now  i tried to implement this enhancement ZQE71.but now i am unable to fine my enhancement in that form.Why it was not showing the enhancement ZQE71ThanksVamsi

How to calculate an

Does anyone know how to calculate the "actual size" consumed by an LRAW data type field? For example: The EDI40 table contains an LRAW field (VARDATA). The length of this field is 3800. I'm able to use the follwing sql query to calcuate the sum of by...

Resolved! Add vendor in PO BADI ME_PROCESS_PO_CUST~PROCESS_HEADER

Hi all,I need to add the vendor (EKKO-LIFNR) in method PROCESS_HEADER from BADI ME_PROCESS_PO_CUST.I added it using this code:      wa_header-lifnr = v_vendor.      CALL METHOD im_header->set_data        EXPORTING          im_data = wa_header.The ven...

matias_z by Participant
  • 676 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! ALV grid (class) cell event

Hi,I want to capture the current cell on click or keyboard move. I have two grids with the same column structure, when I edit a column in the 1st ALV, I want to hightlight the same column in the 2nd ALV. Unfortunately all events I have found so far a...

User Exit or BADI mandatory item text at item level in ME31K for Contract Create

Hi,i found BADI ME_PURCHDOC_POSTE . Which is triggered before save / Create Contract BY ME31K.My requirement is :    1. When ever user create contract with item level . Item Text should maintained.    2.  If User not maintain system will trough Error...

Resolved! ITAB key components order at runtime is different than at the time of definition

Hi, Gurus!I've faced an issue with internal tables.1. I created a dictionary structure. It contains include structure and two additional fields (see picture 1).Picture 1. Table line definition.2. I wrote a simple test program. Its logic is very strai...

CRM EVENT

Hi Dear Expert,Than you for your attention. Here I have one requirement.In Service Contracts, when user click on ITEM, in block 'Object List', when we add new entry, we want to have some logic check.So I try to configure CRM EVENT.But in debug mode, ...

Resolved! ARCHIVFILE_CLIENT_TO_SERVER not works for Linux system

Hi experts,I have two Gateway systems, one is window OS, one is Linux OS, both of it no CG3Z tcode(i think it due to someone component not install yet).So i use FM 'ARCHIVFILE_CLIENT_TO_SERVER' to upload file to server. It works fine for window OS, b...

ArcherZhang by Product and Topic Expert
  • 1216 VIEWS
  • 2 REPLIES
  • 0 Likes
Labels in this area