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

Resolved! Enhancements in a T-code

Hi experts,I need to know that what all customer exits, user exits, BAdI, Implicit and explicit enhancementare used in my a particular T-code. So is there a way of doing that.I have seen the table MODACT & MODSAP tables but it does not show the corre...

Resolved! Error during creation of push button on selection screen

Hi,I wanted to create push buttons on selection screen,Code:DATA DB1 TYPE VBAP-WERKS.DATA DB2 TYPE MARA-MATNR. SELECT-OPTIONS : SPLANT FOR DB1,                                SCLASS FOR DB2. SELECTION-SCREEN:  FUNCTION KEY 1,                       ...

Doubt! where to include code to fetch new fields to be added in copy of KSB1 transaction

Hi All,I need to modify KSB1 transaction to add new fields.I have created a copy of the report RKAEP000 into a Z report.Now, I have a doubt as to where to include the logic to fetch the details for this newly added fields. Like where exactly the sele...

Resolved! User Exit or Badi's for COR1 transaction to generate a PO

Hi,My requirement is to change the format of the Purchase Order no which will be generated using COR1 tcode.Example: Material     - 1000000               Prod.Plant - 1101               Process Order Type - ZSRFGenerated PO: 001101000000But I need to...

hide read reciept?

hii m using 'BBP_OUTPUT_PO_DOC_SEND_ADB' this fm to send adobe attachment tthrough maili want to hide read reciept ?   try.                send_request = cl_bcs=>create_persistent( ).   lo_send_document = cl_document_bcs=>create_document(            ...

Resolved! BAPI

Hi All,   BAPI_PRICES_CONDITIONS   Can anyone tell me how to fill the parameters for this bapi? Actually ,their is no documentation regarding  this bapi. Thanks in advance.Regards,Chakradhar.

Resolved! BAPI_CUSTOMER_FIND search by KNA1-KUNNR

Hi all,I'm experiencing strange behavior of BAPI_CUSTOMER_FIND while I base my search by KNA1-KUNNR. I provide following input parameters to the BAPI:SELOPT_TAB-TABNAME       =                  KNA1SELOPT_TAB-FIELDNAME    =                 KUNNRSELOP...

Issue with Function module FKK_CONTAINER_2_REFUSAL

Hello Experts,I am trying to convert the correspondence data using the below code for return document:* get the correspondence data   CALL FUNCTION 'FKK_READ_CORR'     EXPORTING       i_dfkkcoh      = t_dfkkcoh     TABLES       t_fkkcoi       = t_fkk...

Resolved! How to pass the Dynamically table name and RELID in IMPORT x TO y FROM DATABASE dbtab(ar) ID Key

Hello Expert,I wanted to know is there any way through which we can dynamically pass the table name in IMPORT condition.For e.g.DATA : PCLT TYPE DD03L-TABNAME.DATA: SET_RELID TYPE T52RELID-RELID.DATA: key TYPE PCLKEY.DATA: text_version TYPE PVRSN.DAT...

How to use segment ZCRMXIF_PARTNER_SAVE01 in LSMW to Generate/Change BP data using IDOC

Hi Gurus,I have an requirement to add contact person first name and last name using Relationship kind as '0001' for an BP.This requirement i need to work with LSMW and generate IDOC for respective changes.To work with LSMW and IDOC i need to pass dat...

Resolved! code for hr report to display highest qualification based on sub type?

Hi experts,I have a requirement to display highest qualification based on subtypes . lets say Z3-GraduationZ5- DiplomaZ4- PGZ7-Othershere  PG ( subtype - z4) is the highest qualification for some employee, for some "Graduation (z3) is highest qualifi...

Labels in this area