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

Resolved! How can a parent class access public and protected methods/variables of child class?

We can access the public, protected and private members of parent class in sub classes/child class. But public class can access the protected and public members of child class as well. How to achieve this? *&------------------------------------------...

Resolved! cl_abap_structdescr finding data element descriptions of program defined structure

I have an program built structure (not ddic). with several fields, all defined with ddic data elements.TYPES:    BEGIN OF ty_selected,      material       TYPE matnr,      matl_type      TYPE mtart,      lab_office     TYPE labor,      plant         ...

Resolved! Text translation issue

Hi,There is a module pool screen the default language for it is German i.e. all the texts on the screen are originally maintained in German.Now I want to that all the texts should appear in English for all the log on languages except for German, for ...

Resolved! EDI - WPUK IDoc

Hello experts,I am facing a situation with SAP transaction WPUK-->Aggregated Sales option. After entering the required details and Saving, the generated IDoc has status 56 as shown in the below screenshot.I have created the partner profile with the r...

Resolved! How to get warning messages before some activitys mentioned below.

Hi Experts,i have a requirement to write logic in VA02 or VA03 service for object icon each activity one warning message should call before the activity happen.Anyone can help me for this requirement.Pls follow the below link for activity's.http://sc...

Class attribute getting *** illegal reference *** while executing class in SAP 4.7 version.

Hi Experts,I have define a CLASS C1 in SAP 4.7 with Class Atribute A1 TYPE REF TO to  CLASS C2.If i execute this class C1 then all atrubutes for TYPE REF TO are showing *** illegal reference *** error where same thing is I tried in SAP ECC version in...

Resolved! How to get more than one field by 'F4IF_INT_TABLE_VALUE_REQUEST'?

How to get field description by 'F4IF_INT_TABLE_VALUE_REQUEST'?Hi,I am using FM  'F4IF_INT_TABLE_VALUE_REQUEST' to create a manual F4 help.TYPES:     BEGIN OF ty_value,       pay_cont LIKE zdm_lump_acc_crt_scr-pay_cont,       description(10) TYPE c, ...

Resolved! FM READ_EXCHANGE_RATE not calculating ratios for the currency units

Hi Experts,     I have been using FM READ_EXCHANGE_RATE and found out in the function module documentation thatThe exchange rate valid on the specified date is read from table TCURR according to the currency key and the exchange rate type. The ratios...

Resolved! VA01 Dump issue

Hi All,In my server all standard transactions like va01 va02 va03 are going to be dump.I attached that dump also.please make a suggestion to solve this..RegardsDurga Prasad                                            

How to prepare TSD ?

Hi all,How to prepare a technical specification document for example say, open purchase order  in MM module? What does a  TSD basically contain? I will give you the scenario, please let me know what all should be mentioned in a TSD doc. Do I need to ...

What would be following to: SAP Suggested Framework for role creation or making a new Framework which break this security pattern?

When we want to propose a new Security Framework, should we change the way that SAP works? I mean, we have master role and derived ones, But I have worked in one client that doesn`t follow (at all) this manner of role design.As per I know, we should ...

Labels in this area