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

Resolved! Mail Content in Italic

Hi All,I am sending a mail using the class CL_DOCUMENT_BCS. I have a Disclaimer at the end of the matter of the body.Is there any chance to change the font of the Disclaimer so that it is displayed in Italic ?Can anyone help in this regard?Thanks,Swa...

Resolved! OPEN DATASET !!

HiLook my code , i hava a problem.DATA par(3) TYPE C VALUE '123'.OPEN DATASET file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.IF SY-SUBRC EQ 0.TRANSFER par TO file.ENDIF.CLOSE DATASET file.When i second execute that code ,the statement TRANSFER is mod...

Reg Abstract Class

Hi,I know we cannot instantiate an abstract clas..data : var type ref to cl_abap_typedescr.var = cl_abap_typedescr=>describe_by_name( p_table ).here in the above statemnt what is the var called.? is it an object of the abstract class cl_abap_typede...

Help on BADI

Hi alli am new to BADI, so i need your help regarding this.I hav 2 BADis. i have created implementations for these BADIs in se19.Now my requirement is - in my 1st BADI i need to check the Billing Type. Only if the billing type is F2 , should the 2nd ...

Resolved! IDOC

Moderator message: please use a meaningful subject in futureHi all,whether an outbound idoc can be sent to the same system(same client).Thanks and RegardsRajeshEdited by: Matt on Nov 18, 2008 11:05 AM

Resolved! Passing Variable in message

Dear all,In the syntax MESSAGE 'Invoice No is' TYPE 'I'.how can i pass the number of the invoice number generated.This is saved in a variable NUMBER.If I write MESSAGE 'Invoice No is' &NUMBER& TYPE 'I'. it throws a syntax error.Plz let me know.Rahul...

Resolved! questionin abap module.

Moderator message: please use a meaningful subject in future. Thank-you. i wanted to know how do we get to know which tables are getting updated when we enter values in a transaction..for example..in mm01 we enter various fields such as material nu...

Labels in this area