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

Resolved! SELECT statement query

Hello all,         I understand this is a very basic question in ABAP. But, I was just having this doubt and would like to get it cleared before I move on with my development.         There is this piece of code:  SELECT afield                       ...

Customer creation BAPI

Hi experts,             Is there any BAPI for Customer creation? I tried with BAPI_CUSTOMER_CREATFROMDATA1, but it doesn't have account group field and also reference customer is mandatory field.There are many fields are unavailable in that BAPI. Ple...

How to create a long text with CALL TRANSACTION

Hello,I am trying to create a notification like this    CALL TRANSACTION 'IW21' USING gt_bdcdata                          MODE l_mode                          UPDATE 'S'                          MESSAGES INTO retour_avis. It works but I need to attac...

Problems of Modifying XVBAP

Hi all,To move data from xkomv to vbap table i  have coded as below.FORM USEREXIT_MOVE_FIELD_TO_VBAK.loop at xvbap.read table xkomv with key kschl = 'MWST'                          kposn = xvbap-posnr.  xvbap-zz_mwsk1 = xkomv-mwsk1.modify xvbap.endlo...

Resolved! PO list - 3 approvers

Hi,I've created a report showing all Purchase Orders approved by the same user who created the PO. Through CDPOS-USERNAME I got the user who approved the PO. In case a PO may be approved by 3 different users, how could I get the names of all 3 approv...

XML format of IDOC

Hi Experts,I would like to download the XML format of an IDOC.  For example, I would like to have something like this with all the fields of the IDOC:<?xml version="1.0" encoding="UTF-8"?><ZORDERS01 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc...

Can any one please explain me , how would i know which subscreen belongs to header and which is belongs to item for ME21N

Hi , By the exit MM06E005 ,  which is responsible to add screen in me22n both in header and item . SAPMM06E 0111 CUSTSCR1 0111 for adding tab in Header and SAPMM06E 0211 CUSTSCR1 0211 for adding tab in item .  I want to know , how will i identify tha...

Leave Management

Dear all,I am doing module pool program for Leave Management.Hence i need to calculate the Leave days.May i know how to count the Leave days between from date and to date when i apply for leave request.Kindly Please help me.RegardsSamir

Resolved! Dynamic Pool Subroutine.

I have requirement where the value will have to be calculated by evaluating the formula rule. This calculation has to be done while processing the internal table. The amount values in other field will be available during the program runtime only. FI...

Resolved! DETERMINE_DUE_DATE

Hello Masters,I am trying to get due dates with determine_due_date fm but i can't.i have searched this forum about this fm and i could not find any related things to my problem.also i debugged my program and saw that FAEDE-REBZG is empty.this is why ...

f_cemunal by Participant
  • 5038 VIEWS
  • 12 REPLIES
  • 0 Likes

Resolved! EXIT CNEX0007 toggle functionality edit and display

Hello,I have used the below code to enable the edit and display functionality in transaction CJ20N, IF sy-ucomm EQ 'TOGGLE'.    LOOP AT SCREEN.     IF screen-input = 1.       screen-input = 0.     ENDIF.     MODIFY SCREEN.   ENDLOOP. ENDIF. I have pu...

Resolved! how to add our own sender mail id for cl_bcs

Hi all,     CONSTANTS:    gc_subject TYPE so_obj_des VALUE 'ABAP Email with CL_BCS',    gc_raw     TYPE char03 VALUE 'RAW'.    TRY.      "Create send request      gr_send_request = cl_bcs=>create_persistent( ).      "Email FROM...      gr_sender = cl...

Resolved! Picking only one record from duplicate entries in internal table based on conditions

Hello All,I have a requirement where ,If I have an internal table as shown below.Header 1Header 2Header 3Header 4AB10CDE3FAB5CDE6FFor duplicate values comparing header 1,2,4 I should select only the one with max value for header3 and delete the other...

Resolved! remove function location for equipment with status ESTO

hello all,i want to remove function location for a given equipment,this i am doing it by BAPI_EQUIP_DISMANTLE,how ever i am unable to delete the function location for the equipment whose status is ESTOnow my question is how do i remove function locat...

Labels in this area