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

Resolved! How to declare a class object which will be created dynamically.

Hi,The following code snippet does not work. How can i declare the variable lo_content so thati can achieve the object creation based on class availability.********************************************************************************DATA: l...

Tramsactional RFC

Dear experts,I created a RFC that creates Sale orders.Sale order is entered by excel asS001 Lininof<1>S001 LineInfo<2>S001 LineInfo<3>S002 Lineinfo <1>Example in this two sale orders will be created .First one with 3 lineitems and another one will b...

Resolved! Identity(Prebably using FM) whether a class exists in a system or not?

Hi,I want to check whether a class exists in a system or not in my program.How can I do that?There is a function module FUNCTION_EXISTS which tells whether a function module exists or not.Similar one if existing for a class if any would help.Regards,...

IMPORT DYNPRO problem

HI,I'm using the below statement to fill the these internal tables H_588m, IMP588m, e_588m m_588m .IMPORT DYNPRO H_588M IMP588M E_588M M_588M ID W_DYNPRONAME.But iits enable fill the data.is tehre any conditions r there before using this statement? P...

CUA Implementation

Dear Experts, Currently we are planning phase to implement CUA in our IT landscape. We have systems like ECC, CRM, BI and solution Manager. We plan to implement Solution manager server as Parent system. Each child system we have separate roles. E...

Key Figure calculation in Abap is not working correctly - Overlooping

Hi,I wrote a logic to calculate the ratio of key figure but it is not working correctly For example I have a requirement to split 1 Product into Several new Products and also the Net Amount will be splitted to these several new products as well. The ...

Key Figure calculation with Abap is not working correctly - Overlooping

Hi,I wrote a logic to calculate the ratio of key figure but it is not working correctly For example I have a requirement to split 1 Product into Several new Products and also the Net Amount will be splitted to these several new products as well. The ...

TCURR table!

HI experts!Well, I was in need of some clarification in regards to the TCURR table.Its part of an IDOC related object..Requirement is to insert the TCURR table with an entry which is not there in TCURR with the values corresponding to the file in th...

Resolved! FOR ALL ENTRIES problem

Hi all experts,I already know the that in most cases inner join is faster than FOR ALL ENTRIES, but here I dont have a choice.I have to create a report to display period wise cash inflows & outflows. So for the given period am getting all payment doc...

Change in Billing

Hi,Whenever i receive a change order for the order which has been invoiced already(VF01), in order to get the updated invoice(includes price change) i have to cancel the billing document and make changes in Sale order. Then i need to perform invoice ...

Resolved! Join KNA1 and BSIS

Hi experts,I need to write sales report from BSIS table for certain accounts. Grouping should be done regarding field KNA1-KONZS. I've got a question: how can i join table BSIS and KNA1, key don't match. Thanks in advance.Best regards,Paul

Labels in this area