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

Resolved! Badi ME_REQ_POSTED

Hello,I've found this badi but i'm unable to change anything. IM_EBAN and IM_EBKN are like constants...I guess there are methods to get data and to save them just like in the po : CALL METHOD im_item->get_data RECEIVING re_data = re_data.D...

Resolved! IDOC Type 'CONF_ACT1001'

Hi All,I'm using the above IDOC type for sending it to our Middleware 'Biztalk'.For me to send the Idoc, the Biztalk has to generate a Schema for this Idoc. But, in this instance the Biztalk is not able to see the Schema.I'm not sure if this is relat...

Resolved! padding zeros.

Hi All!I have a situation where in i will be having a value like 1234909098and i have to pad eight zeros in front of it like below000000001234909098Any FM to achieve this or any simple code to get this .RegardsPraneeth

date conversation

hi friends,when uploads date it should accept all format and upload to the tableupload is from excel to tcodeplz give the exact code <u>my itab field</u> datsl LIKE rm63e-datsl,<u>recorded date field</u>perform bdc_field using 'RM63E-DATSL' ...

rolllback work

Rollback work closes a logical processing unit by reversing all database changes made since the last COMMIT.Is there any way through ABAP coding, to create a save point in the code and to perform a rollback till that particular point, so that the rol...

Resolved! report performance

Hello,I have a performance issue. I have to write a report to display items without goods receipt in the last 30 days. Tha only way I could do it was to select ALL active materials , store the results in an internal table and then loop on that intern...

Resolved! call a transaction

hi,my requirement is...i have a "ZA" transaction which is old,i want to create a generic transaction "ZB"now say if user uses the transaction "ZA" it shouldtake him directly to "ZB" , now "ZB" should identify that the user had used "ZA", so how do i ...

Labels in this area