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

Resolved! BDC field syntax

Hello!I am trying to create a program that will update vendor confirmation dates in ME22(N). I need advice on how to replace the new date/quantity on the same sequence number EKES-ETENS.The options I already tried are to use  fld 'BDC_OKCODE' '=NP'. ...

Problem with select statement -> not defined in the ABAP Dictionary as a table, projection view, or database view

HII wrote a select statement which taking data from tables rseg and rbkp and puting them to object W1_data.In the next step i want to make another select statement which is taking data form W1_data.But I have a error: "W1_DATA" is not defined in the ...

search function who does RFC connection and TMS_TM_GET_TRLIST

Hi I search a function where I can use the function  TMS_TM_GET_TRLIST like thisCALL FUNCTION 'TMS_TM_GET_TRLIST' DESTINATION 'XXXX'     EXPORTING       iv_system      = 'DCR'       iv_startdate   = '20080101'       iv_enddate     = '20150404'       ...

Resolved! BAdI doesn't get called

Hi experts,With the Transaction SE18 I created a BAdI for the printout of an invoice.But it doesn't get called with the following code: GET BADI bd_sd_bil   FILTERS      filter_billing = 'filter_name'. In SE18 the BAdi is activated. Does it have to b...

Change outbound idoc to inbound within the same system with data conversions

Hi experts,There is already an existing system for sending outbound Idoc, my requirement is that I've to receive the same outbound Idoc as the inbound Idoc within the same system and change certain edidd & edidc data, is there any particular place or...

Resolved! CONVERSION_EXIT_ALPHA_INPUT

when i use the following code   data : v_matnr1 type matnr.   CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'     EXPORTING       INPUT  = v_value     IMPORTING       OUTPUT = v_matnr1. for example in run time if v_value = 38 and v_matnr1 = 0000000038. b...

ALV Header Center Aligned

Hello Everyone,I am trying to have a label in header center aligned. But unable to make it. Still coming left-aligned.Kindly advise.ThanksCode ---->METHOD set_top_of_page.DATA: lr_header           TYPE REF TO cl_salv_form_layout_grid,           lr_h_...

Labels in this area