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

Outbound ALE/IDOC

Hi, The requirement is to trigger an IDOC ifNew/Change in PO (ME21N,ME22N)New/Change in Scheduling Agreement (ME31L,ME32L)New/ Change in Contract (ME31K,ME32K)The PO,SA,Contract are assigned to a output type.Any idea how do we do this.Regards,Ramya

Resolved! Enhancements: Declaration vs. Code (static vs. dynamic Enhancement Points)

Hello all,when I implement an implicit enhancement point, a popup with the buttons "Declaration" and "Code" appears. In the enhancement implementation I see later on that a "static enhancement point" (for declaration) or. a "dynamic enhancement point...

Resolved! Business Objects

How can you associate a business object with a type of document?For example, I know that to add a document to a purchase requisitionuse BUS2105. I am working with other document types to which supporting documents canbe added. And I have the code to...

Resolved! User Exits in QM module

All,Our client is interfacing SAP-QM with a 3rd party system, without using QM-IDI functionality. The requirement is to trigger a message (IDoc) when a <b>sample is released</b>. Could you suggest a user exit to meet this requirement?Note: Message ne...

Resolved! Modify Table

Hi,I have to update the table gt_zprice with created CreditMemo. I tried the following two ways, but nothing is working. Please guide me if I am doing something wrong here.Thanks,Neelu.READ TABLE gt_zprice INTO gs_zprice. IF sy-subrc EQ 0. gs...

Resolved! OO Question?

Any reason to do this in a program:DATA: o_zcl_icg_calculations TYPE REF TO zcl_icg_calculations. CREATE OBJECT o_zcl_icg_calculations.CALL METHOD o_zcl_icg_calculations->calc_wettons_unit_price EXPORTING zunit_price...

Resolved! Script-questions

Hi i want to know 1)Is it possible to call multiple layouts from one driver programe . How ?2)u are not given the authority to change print programme. can u add new fields to script ? If yes. How ?3)What is NACE ? What is the purpose of NACE ? 4)How ...

Background jobs!

I had scheduled 5 jobs in background. one job has successfully finished and another 4 jobs are cancelled due to system shutdown. I had rerun those 4 jobs, but I faced with the same error. I spoke to a basis guy and he said it could have happened beco...

dynpro does not exist

Hello Guys,iam enhancing the screen i did all the coding and also created subscreen now iam getting error saying that dynpro does not exists.The system attempted to use dynpro 0100 in program "SAPLZFCA".This dynpro does not exist.can any body please ...

dynpro does not exist

Hello Guys,iam enhancing the screen i did all the coding and also created subscreen now iam getting error saying that dynpro does not exists.The system attempted to use dynpro 0100 in program "SAPLZFCA".This dynpro does not exist.can any body pleas...

Resolved! Change Logs?

SAP report RSVTPROT (report change logs) when I run it in prod I can pick up new/changed tables, in this case it is TVRO. However, when I run it in DEV it does not pick up the changes to the table. I checked the technical settings of TVRO in both env...

BAPI

Hi gurus, I have uploaded sales order data using BDC call transaction but now I want to use BAPI for this, so can you please the desired changes in the following code which I used to upload data using BDC.Thanks Rajeev Gupta&----*& Report ZBDC_SORDE...

FM On Update Task

Hi All,I have written a subroutine and inside that I am calling a FM In Update Task.Control is going to the Subroutine but not into the FM In Update Task,but the SY-SUBRC = 0.The Code is like this :PERFORM sub_post_data.FORM sub_post_data .*----- Pos...

Labels in this area